OSDN Git Service

PR classpath/28580
[pf3gnuchains/gcc-fork.git] / libjava / classpath / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = .
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in $(top_srcdir)/configure \
41         $(top_srcdir)/gnu/classpath/Configuration.java.in \
42         $(top_srcdir)/gnu/java/security/Configuration.java.in \
43         $(top_srcdir)/resource/META-INF/services/java.util.prefs.PreferencesFactory.in \
44         AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile \
45         config.guess config.sub depcomp install-sh ltcf-c.sh \
46         ltcf-cxx.sh ltcf-gcj.sh ltconfig ltmain.sh missing \
47         mkinstalldirs
48 subdir = .
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
51         $(top_srcdir)/../../config/lead-dot.m4 \
52         $(top_srcdir)/../../libtool.m4 $(top_srcdir)/m4/acattribute.m4 \
53         $(top_srcdir)/m4/accross.m4 $(top_srcdir)/m4/acinclude.m4 \
54         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
55         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
56         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
57         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
61  configure.lineno configure.status.lineno
62 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63 CONFIG_HEADER = $(top_builddir)/include/config.h
64 CONFIG_CLEAN_FILES = gnu/classpath/Configuration.java \
65         gnu/java/security/Configuration.java \
66         resource/META-INF/services/java.util.prefs.PreferencesFactory
67 SOURCES =
68 DIST_SOURCES =
69 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70         html-recursive info-recursive install-data-recursive \
71         install-exec-recursive install-info-recursive \
72         install-recursive installcheck-recursive installdirs-recursive \
73         pdf-recursive ps-recursive uninstall-info-recursive \
74         uninstall-recursive
75 ETAGS = etags
76 CTAGS = ctags
77 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
78 distdir = $(PACKAGE)-$(VERSION)
79 top_distdir = $(distdir)
80 am__remove_distdir = \
81   { test ! -d $(distdir) \
82     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
83          && rm -fr $(distdir); }; }
84 DIST_ARCHIVES = $(distdir).tar.gz
85 GZIP_ENV = --best
86 distuninstallcheck_listfiles = find . -type f -print
87 distcleancheck_listfiles = find . -type f -print
88 ACLOCAL = @ACLOCAL@
89 AMDEP_FALSE = @AMDEP_FALSE@
90 AMDEP_TRUE = @AMDEP_TRUE@
91 AMTAR = @AMTAR@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 BUILD_CLASS_FILES_FALSE = @BUILD_CLASS_FILES_FALSE@
97 BUILD_CLASS_FILES_TRUE = @BUILD_CLASS_FILES_TRUE@
98 CC = @CC@
99 CCDEPMODE = @CCDEPMODE@
100 CFLAGS = @CFLAGS@
101 CLASSPATH_CONVENIENCE = @CLASSPATH_CONVENIENCE@
102 CLASSPATH_INCLUDES = @CLASSPATH_INCLUDES@
103 CLASSPATH_MODULE = @CLASSPATH_MODULE@
104 COLLECTIONS_PREFIX = @COLLECTIONS_PREFIX@
105 CP = @CP@
106 CPP = @CPP@
107 CPPFLAGS = @CPPFLAGS@
108 CREATE_ALSA_LIBRARIES_FALSE = @CREATE_ALSA_LIBRARIES_FALSE@
109 CREATE_ALSA_LIBRARIES_TRUE = @CREATE_ALSA_LIBRARIES_TRUE@
110 CREATE_API_DOCS_FALSE = @CREATE_API_DOCS_FALSE@
111 CREATE_API_DOCS_TRUE = @CREATE_API_DOCS_TRUE@
112 CREATE_COLLECTIONS_FALSE = @CREATE_COLLECTIONS_FALSE@
113 CREATE_COLLECTIONS_TRUE = @CREATE_COLLECTIONS_TRUE@
114 CREATE_CORE_JNI_LIBRARIES_FALSE = @CREATE_CORE_JNI_LIBRARIES_FALSE@
115 CREATE_CORE_JNI_LIBRARIES_TRUE = @CREATE_CORE_JNI_LIBRARIES_TRUE@
116 CREATE_DSSI_LIBRARIES_FALSE = @CREATE_DSSI_LIBRARIES_FALSE@
117 CREATE_DSSI_LIBRARIES_TRUE = @CREATE_DSSI_LIBRARIES_TRUE@
118 CREATE_GCONF_PEER_LIBRARIES_FALSE = @CREATE_GCONF_PEER_LIBRARIES_FALSE@
119 CREATE_GCONF_PEER_LIBRARIES_TRUE = @CREATE_GCONF_PEER_LIBRARIES_TRUE@
120 CREATE_GTK_PEER_LIBRARIES_FALSE = @CREATE_GTK_PEER_LIBRARIES_FALSE@
121 CREATE_GTK_PEER_LIBRARIES_TRUE = @CREATE_GTK_PEER_LIBRARIES_TRUE@
122 CREATE_JNI_HEADERS_FALSE = @CREATE_JNI_HEADERS_FALSE@
123 CREATE_JNI_HEADERS_TRUE = @CREATE_JNI_HEADERS_TRUE@
124 CREATE_JNI_LIBRARIES_FALSE = @CREATE_JNI_LIBRARIES_FALSE@
125 CREATE_JNI_LIBRARIES_TRUE = @CREATE_JNI_LIBRARIES_TRUE@
126 CREATE_PLUGIN_FALSE = @CREATE_PLUGIN_FALSE@
127 CREATE_PLUGIN_TRUE = @CREATE_PLUGIN_TRUE@
128 CREATE_QT_PEER_LIBRARIES_FALSE = @CREATE_QT_PEER_LIBRARIES_FALSE@
129 CREATE_QT_PEER_LIBRARIES_TRUE = @CREATE_QT_PEER_LIBRARIES_TRUE@
130 CREATE_WRAPPERS_FALSE = @CREATE_WRAPPERS_FALSE@
131 CREATE_WRAPPERS_TRUE = @CREATE_WRAPPERS_TRUE@
132 CREATE_XMLJ_LIBRARY_FALSE = @CREATE_XMLJ_LIBRARY_FALSE@
133 CREATE_XMLJ_LIBRARY_TRUE = @CREATE_XMLJ_LIBRARY_TRUE@
134 CXX = @CXX@
135 CXXCPP = @CXXCPP@
136 CXXDEPMODE = @CXXDEPMODE@
137 CXXFLAGS = @CXXFLAGS@
138 CYGPATH_W = @CYGPATH_W@
139 DATE = @DATE@
140 DEFAULT_PREFS_PEER = @DEFAULT_PREFS_PEER@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 ECJ = @ECJ@
147 EGREP = @EGREP@
148 ENABLE_LOCAL_SOCKETS_FALSE = @ENABLE_LOCAL_SOCKETS_FALSE@
149 ENABLE_LOCAL_SOCKETS_TRUE = @ENABLE_LOCAL_SOCKETS_TRUE@
150 ERROR_CFLAGS = @ERROR_CFLAGS@
151 EXAMPLESDIR = @EXAMPLESDIR@
152 EXEEXT = @EXEEXT@
153 FASTJAR = @FASTJAR@
154 FIND = @FIND@
155 FOUND_CACAO_FALSE = @FOUND_CACAO_FALSE@
156 FOUND_CACAO_TRUE = @FOUND_CACAO_TRUE@
157 FOUND_ECJ_FALSE = @FOUND_ECJ_FALSE@
158 FOUND_ECJ_TRUE = @FOUND_ECJ_TRUE@
159 FOUND_GCJX_FALSE = @FOUND_GCJX_FALSE@
160 FOUND_GCJX_TRUE = @FOUND_GCJX_TRUE@
161 FOUND_GCJ_FALSE = @FOUND_GCJ_FALSE@
162 FOUND_GCJ_TRUE = @FOUND_GCJ_TRUE@
163 FOUND_JIKES_FALSE = @FOUND_JIKES_FALSE@
164 FOUND_JIKES_TRUE = @FOUND_JIKES_TRUE@
165 FOUND_KJC_FALSE = @FOUND_KJC_FALSE@
166 FOUND_KJC_TRUE = @FOUND_KJC_TRUE@
167 FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
168 FREETYPE2_LIBS = @FREETYPE2_LIBS@
169 GCJ = @GCJ@
170 GCJX = @GCJX@
171 GCONF_CFLAGS = @GCONF_CFLAGS@
172 GCONF_LIBS = @GCONF_LIBS@
173 GDK_CFLAGS = @GDK_CFLAGS@
174 GDK_LIBS = @GDK_LIBS@
175 GJDOC = @GJDOC@
176 GLIB_CFLAGS = @GLIB_CFLAGS@
177 GLIB_LIBS = @GLIB_LIBS@
178 GTK_CFLAGS = @GTK_CFLAGS@
179 GTK_LIBS = @GTK_LIBS@
180 INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@
181 INSTALL_CLASS_FILES_FALSE = @INSTALL_CLASS_FILES_FALSE@
182 INSTALL_CLASS_FILES_TRUE = @INSTALL_CLASS_FILES_TRUE@
183 INSTALL_DATA = @INSTALL_DATA@
184 INSTALL_GLIBJ_ZIP_FALSE = @INSTALL_GLIBJ_ZIP_FALSE@
185 INSTALL_GLIBJ_ZIP_TRUE = @INSTALL_GLIBJ_ZIP_TRUE@
186 INSTALL_PROGRAM = @INSTALL_PROGRAM@
187 INSTALL_SCRIPT = @INSTALL_SCRIPT@
188 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
189 JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = @JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@
190 JAY = @JAY@
191 JAY_SKELETON = @JAY_SKELETON@
192 JIKES = @JIKES@
193 JIKESENCODING = @JIKESENCODING@
194 JIKESWARNINGS = @JIKESWARNINGS@
195 KJC = @KJC@
196 LDFLAGS = @LDFLAGS@
197 LIBDEBUG = @LIBDEBUG@
198 LIBICONV = @LIBICONV@
199 LIBMAGIC = @LIBMAGIC@
200 LIBOBJS = @LIBOBJS@
201 LIBS = @LIBS@
202 LIBTOOL = @LIBTOOL@
203 LIBVERSION = @LIBVERSION@
204 LN_S = @LN_S@
205 LTLIBICONV = @LTLIBICONV@
206 LTLIBOBJS = @LTLIBOBJS@
207 MAINT = @MAINT@
208 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
209 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
210 MAKEINFO = @MAKEINFO@
211 MKDIR = @MKDIR@
212 MOC = @MOC@
213 MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
214 MOZILLA_LIBS = @MOZILLA_LIBS@
215 OBJEXT = @OBJEXT@
216 PACKAGE = @PACKAGE@
217 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
218 PACKAGE_NAME = @PACKAGE_NAME@
219 PACKAGE_STRING = @PACKAGE_STRING@
220 PACKAGE_TARNAME = @PACKAGE_TARNAME@
221 PACKAGE_VERSION = @PACKAGE_VERSION@
222 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
223 PANGOFT2_LIBS = @PANGOFT2_LIBS@
224 PATH_SEPARATOR = @PATH_SEPARATOR@
225 PATH_TO_ESCHER = @PATH_TO_ESCHER@
226 PATH_TO_GLIBJ_ZIP = @PATH_TO_GLIBJ_ZIP@
227 PERL = @PERL@
228 PKG_CONFIG = @PKG_CONFIG@
229 PLUGIN_DIR = @PLUGIN_DIR@
230 QT_CFLAGS = @QT_CFLAGS@
231 QT_LIBS = @QT_LIBS@
232 RANLIB = @RANLIB@
233 REGEN_PARSERS_FALSE = @REGEN_PARSERS_FALSE@
234 REGEN_PARSERS_TRUE = @REGEN_PARSERS_TRUE@
235 REMOVE = @REMOVE@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 STRICT_WARNING_CFLAGS = @STRICT_WARNING_CFLAGS@
239 STRIP = @STRIP@
240 USER_CLASSLIB = @USER_CLASSLIB@
241 USER_JAVAH = @USER_JAVAH@
242 USER_SPECIFIED_CLASSLIB_FALSE = @USER_SPECIFIED_CLASSLIB_FALSE@
243 USER_SPECIFIED_CLASSLIB_TRUE = @USER_SPECIFIED_CLASSLIB_TRUE@
244 USER_SPECIFIED_JAVAH_FALSE = @USER_SPECIFIED_JAVAH_FALSE@
245 USER_SPECIFIED_JAVAH_TRUE = @USER_SPECIFIED_JAVAH_TRUE@
246 USE_ESCHER_FALSE = @USE_ESCHER_FALSE@
247 USE_ESCHER_TRUE = @USE_ESCHER_TRUE@
248 USE_PREBUILT_GLIBJ_ZIP_FALSE = @USE_PREBUILT_GLIBJ_ZIP_FALSE@
249 USE_PREBUILT_GLIBJ_ZIP_TRUE = @USE_PREBUILT_GLIBJ_ZIP_TRUE@
250 VERSION = @VERSION@
251 VM_BINARY = @VM_BINARY@
252 WARNING_CFLAGS = @WARNING_CFLAGS@
253 XML_CFLAGS = @XML_CFLAGS@
254 XML_LIBS = @XML_LIBS@
255 XSLT_CFLAGS = @XSLT_CFLAGS@
256 XSLT_LIBS = @XSLT_LIBS@
257 XTEST_LIBS = @XTEST_LIBS@
258 X_CFLAGS = @X_CFLAGS@
259 X_EXTRA_LIBS = @X_EXTRA_LIBS@
260 X_LIBS = @X_LIBS@
261 X_PRE_LIBS = @X_PRE_LIBS@
262 ZIP = @ZIP@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_CXX = @ac_ct_CXX@
265 ac_ct_RANLIB = @ac_ct_RANLIB@
266 ac_ct_STRIP = @ac_ct_STRIP@
267 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
268 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
269 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
270 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build = @build@
278 build_alias = @build_alias@
279 build_cpu = @build_cpu@
280 build_os = @build_os@
281 build_vendor = @build_vendor@
282 datadir = @datadir@
283 default_toolkit = @default_toolkit@
284 exec_prefix = @exec_prefix@
285 glibjdir = @glibjdir@
286 host = @host@
287 host_alias = @host_alias@
288 host_cpu = @host_cpu@
289 host_os = @host_os@
290 host_vendor = @host_vendor@
291 includedir = @includedir@
292 infodir = @infodir@
293 install_sh = @install_sh@
294 libdir = @libdir@
295 libexecdir = @libexecdir@
296 localstatedir = @localstatedir@
297 mandir = @mandir@
298 mkdir_p = @mkdir_p@
299 nativeexeclibdir = @nativeexeclibdir@
300 oldincludedir = @oldincludedir@
301 prefix = @prefix@
302 program_transform_name = @program_transform_name@
303 sbindir = @sbindir@
304 sharedstatedir = @sharedstatedir@
305 sysconfdir = @sysconfdir@
306 target = @target@
307 target_alias = @target_alias@
308 target_cpu = @target_cpu@
309 target_os = @target_os@
310 target_vendor = @target_vendor@
311 toolexeclibdir = @toolexeclibdir@
312 vm_classes = @vm_classes@
313
314 # lib first, to compile .class files before native code, last examples
315 SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR)
316 DIST_SUBDIRS = lib doc external include native resource scripts tools examples
317 ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config
318 EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
319              ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 \
320              ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \
321              autogen.sh
322
323 all: all-recursive
324
325 .SUFFIXES:
326 am--refresh:
327         @:
328 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
329         @for dep in $?; do \
330           case '$(am__configure_deps)' in \
331             *$$dep*) \
332               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
333               cd $(srcdir) && $(AUTOMAKE) --gnu  \
334                 && exit 0; \
335               exit 1;; \
336           esac; \
337         done; \
338         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
339         cd $(top_srcdir) && \
340           $(AUTOMAKE) --gnu  Makefile
341 .PRECIOUS: Makefile
342 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343         @case '$?' in \
344           *config.status*) \
345             echo ' $(SHELL) ./config.status'; \
346             $(SHELL) ./config.status;; \
347           *) \
348             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
349             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
350         esac;
351
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353         $(SHELL) ./config.status --recheck
354
355 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356         cd $(srcdir) && $(AUTOCONF)
357 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
359 gnu/classpath/Configuration.java: $(top_builddir)/config.status $(top_srcdir)/gnu/classpath/Configuration.java.in
360         cd $(top_builddir) && $(SHELL) ./config.status $@
361 gnu/java/security/Configuration.java: $(top_builddir)/config.status $(top_srcdir)/gnu/java/security/Configuration.java.in
362         cd $(top_builddir) && $(SHELL) ./config.status $@
363 resource/META-INF/services/java.util.prefs.PreferencesFactory: $(top_builddir)/config.status $(top_srcdir)/resource/META-INF/services/java.util.prefs.PreferencesFactory.in
364         cd $(top_builddir) && $(SHELL) ./config.status $@
365
366 mostlyclean-libtool:
367         -rm -f *.lo
368
369 clean-libtool:
370         -rm -rf .libs _libs
371
372 distclean-libtool:
373         -rm -f libtool
374 uninstall-info-am:
375
376 # This directory's subdirectories are mostly independent; you can cd
377 # into them and run `make' without going through this Makefile.
378 # To change the values of `make' variables: instead of editing Makefiles,
379 # (1) if the variable is set in `config.status', edit `config.status'
380 #     (which will cause the Makefiles to be regenerated when you run `make');
381 # (2) otherwise, pass the desired values on the `make' command line.
382 $(RECURSIVE_TARGETS):
383         @failcom='exit 1'; \
384         for f in x $$MAKEFLAGS; do \
385           case $$f in \
386             *=* | --[!k]*);; \
387             *k*) failcom='fail=yes';; \
388           esac; \
389         done; \
390         dot_seen=no; \
391         target=`echo $@ | sed s/-recursive//`; \
392         list='$(SUBDIRS)'; for subdir in $$list; do \
393           echo "Making $$target in $$subdir"; \
394           if test "$$subdir" = "."; then \
395             dot_seen=yes; \
396             local_target="$$target-am"; \
397           else \
398             local_target="$$target"; \
399           fi; \
400           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401           || eval $$failcom; \
402         done; \
403         if test "$$dot_seen" = "no"; then \
404           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
405         fi; test -z "$$fail"
406
407 mostlyclean-recursive clean-recursive distclean-recursive \
408 maintainer-clean-recursive:
409         @failcom='exit 1'; \
410         for f in x $$MAKEFLAGS; do \
411           case $$f in \
412             *=* | --[!k]*);; \
413             *k*) failcom='fail=yes';; \
414           esac; \
415         done; \
416         dot_seen=no; \
417         case "$@" in \
418           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
419           *) list='$(SUBDIRS)' ;; \
420         esac; \
421         rev=''; for subdir in $$list; do \
422           if test "$$subdir" = "."; then :; else \
423             rev="$$subdir $$rev"; \
424           fi; \
425         done; \
426         rev="$$rev ."; \
427         target=`echo $@ | sed s/-recursive//`; \
428         for subdir in $$rev; do \
429           echo "Making $$target in $$subdir"; \
430           if test "$$subdir" = "."; then \
431             local_target="$$target-am"; \
432           else \
433             local_target="$$target"; \
434           fi; \
435           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436           || eval $$failcom; \
437         done && test -z "$$fail"
438 tags-recursive:
439         list='$(SUBDIRS)'; for subdir in $$list; do \
440           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
441         done
442 ctags-recursive:
443         list='$(SUBDIRS)'; for subdir in $$list; do \
444           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
445         done
446
447 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
448         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449         unique=`for i in $$list; do \
450             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451           done | \
452           $(AWK) '    { files[$$0] = 1; } \
453                END { for (i in files) print i; }'`; \
454         mkid -fID $$unique
455 tags: TAGS
456
457 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
458                 $(TAGS_FILES) $(LISP)
459         tags=; \
460         here=`pwd`; \
461         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
462           include_option=--etags-include; \
463           empty_fix=.; \
464         else \
465           include_option=--include; \
466           empty_fix=; \
467         fi; \
468         list='$(SUBDIRS)'; for subdir in $$list; do \
469           if test "$$subdir" = .; then :; else \
470             test ! -f $$subdir/TAGS || \
471               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
472           fi; \
473         done; \
474         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
475         unique=`for i in $$list; do \
476             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477           done | \
478           $(AWK) '    { files[$$0] = 1; } \
479                END { for (i in files) print i; }'`; \
480         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
481           test -n "$$unique" || unique=$$empty_fix; \
482           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483             $$tags $$unique; \
484         fi
485 ctags: CTAGS
486 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
487                 $(TAGS_FILES) $(LISP)
488         tags=; \
489         here=`pwd`; \
490         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
491         unique=`for i in $$list; do \
492             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
493           done | \
494           $(AWK) '    { files[$$0] = 1; } \
495                END { for (i in files) print i; }'`; \
496         test -z "$(CTAGS_ARGS)$$tags$$unique" \
497           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
498              $$tags $$unique
499
500 GTAGS:
501         here=`$(am__cd) $(top_builddir) && pwd` \
502           && cd $(top_srcdir) \
503           && gtags -i $(GTAGS_ARGS) $$here
504
505 distclean-tags:
506         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507
508 distdir: $(DISTFILES)
509         $(am__remove_distdir)
510         mkdir $(distdir)
511         $(mkdir_p) $(distdir)/../.. $(distdir)/../../config $(distdir)/examples $(distdir)/gnu/classpath $(distdir)/gnu/java/security $(distdir)/lib $(distdir)/m4 $(distdir)/resource/META-INF/services $(distdir)/scripts $(distdir)/tools
512         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
513         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
514         list='$(DISTFILES)'; for file in $$list; do \
515           case $$file in \
516             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
517             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
518           esac; \
519           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
520           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
521           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
522             dir="/$$dir"; \
523             $(mkdir_p) "$(distdir)$$dir"; \
524           else \
525             dir=''; \
526           fi; \
527           if test -d $$d/$$file; then \
528             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
529               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
530             fi; \
531             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
532           else \
533             test -f $(distdir)/$$file \
534             || cp -p $$d/$$file $(distdir)/$$file \
535             || exit 1; \
536           fi; \
537         done
538         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
539           if test "$$subdir" = .; then :; else \
540             test -d "$(distdir)/$$subdir" \
541             || $(mkdir_p) "$(distdir)/$$subdir" \
542             || exit 1; \
543             distdir=`$(am__cd) $(distdir) && pwd`; \
544             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
545             (cd $$subdir && \
546               $(MAKE) $(AM_MAKEFLAGS) \
547                 top_distdir="$$top_distdir" \
548                 distdir="$$distdir/$$subdir" \
549                 distdir) \
550               || exit 1; \
551           fi; \
552         done
553         $(MAKE) $(AM_MAKEFLAGS) \
554           top_distdir="$(top_distdir)" distdir="$(distdir)" \
555           dist-hook
556         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
557           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
558           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
559           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
560         || chmod -R a+r $(distdir)
561 dist-gzip: distdir
562         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
563         $(am__remove_distdir)
564
565 dist-bzip2: distdir
566         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
567         $(am__remove_distdir)
568
569 dist-tarZ: distdir
570         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
571         $(am__remove_distdir)
572
573 dist-shar: distdir
574         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
575         $(am__remove_distdir)
576
577 dist-zip: distdir
578         -rm -f $(distdir).zip
579         zip -rq $(distdir).zip $(distdir)
580         $(am__remove_distdir)
581
582 dist dist-all: distdir
583         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
584         $(am__remove_distdir)
585
586 # This target untars the dist file and tries a VPATH configuration.  Then
587 # it guarantees that the distribution is self-contained by making another
588 # tarfile.
589 distcheck: dist
590         case '$(DIST_ARCHIVES)' in \
591         *.tar.gz*) \
592           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
593         *.tar.bz2*) \
594           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
595         *.tar.Z*) \
596           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
597         *.shar.gz*) \
598           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
599         *.zip*) \
600           unzip $(distdir).zip ;;\
601         esac
602         chmod -R a-w $(distdir); chmod a+w $(distdir)
603         mkdir $(distdir)/_build
604         mkdir $(distdir)/_inst
605         chmod a-w $(distdir)
606         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
607           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
608           && cd $(distdir)/_build \
609           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
610             $(DISTCHECK_CONFIGURE_FLAGS) \
611           && $(MAKE) $(AM_MAKEFLAGS) \
612           && $(MAKE) $(AM_MAKEFLAGS) dvi \
613           && $(MAKE) $(AM_MAKEFLAGS) check \
614           && $(MAKE) $(AM_MAKEFLAGS) install \
615           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
616           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
617           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
618                 distuninstallcheck \
619           && chmod -R a-w "$$dc_install_base" \
620           && ({ \
621                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
622                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
623                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
624                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
625                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
626               } || { rm -rf "$$dc_destdir"; exit 1; }) \
627           && rm -rf "$$dc_destdir" \
628           && $(MAKE) $(AM_MAKEFLAGS) dist \
629           && rm -rf $(DIST_ARCHIVES) \
630           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
631         $(am__remove_distdir)
632         @(echo "$(distdir) archives ready for distribution: "; \
633           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
634           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
635 distuninstallcheck:
636         @cd $(distuninstallcheck_dir) \
637         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
638            || { echo "ERROR: files left after uninstall:" ; \
639                 if test -n "$(DESTDIR)"; then \
640                   echo "  (check DESTDIR support)"; \
641                 fi ; \
642                 $(distuninstallcheck_listfiles) ; \
643                 exit 1; } >&2
644 distcleancheck: distclean
645         @if test '$(srcdir)' = . ; then \
646           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
647           exit 1 ; \
648         fi
649         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
650           || { echo "ERROR: files left in build directory after distclean:" ; \
651                $(distcleancheck_listfiles) ; \
652                exit 1; } >&2
653 check-am: all-am
654 check: check-recursive
655 all-am: Makefile
656 installdirs: installdirs-recursive
657 installdirs-am:
658 install: install-recursive
659 install-exec: install-exec-recursive
660 install-data: install-data-recursive
661 uninstall: uninstall-recursive
662
663 install-am: all-am
664         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
665
666 installcheck: installcheck-recursive
667 install-strip:
668         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
669           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
670           `test -z '$(STRIP)' || \
671             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
672 mostlyclean-generic:
673
674 clean-generic:
675
676 distclean-generic:
677         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
678
679 maintainer-clean-generic:
680         @echo "This command is intended for maintainers to use"
681         @echo "it deletes files that may require special tools to rebuild."
682 clean: clean-recursive
683
684 clean-am: clean-generic clean-libtool mostlyclean-am
685
686 distclean: distclean-recursive
687         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
688         -rm -f Makefile
689 distclean-am: clean-am distclean-generic distclean-libtool \
690         distclean-tags
691
692 dvi: dvi-recursive
693
694 dvi-am:
695
696 html: html-recursive
697
698 info: info-recursive
699
700 info-am:
701
702 install-data-am:
703
704 install-exec-am:
705
706 install-info: install-info-recursive
707
708 install-man:
709
710 installcheck-am:
711
712 maintainer-clean: maintainer-clean-recursive
713         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
714         -rm -rf $(top_srcdir)/autom4te.cache
715         -rm -f Makefile
716 maintainer-clean-am: distclean-am maintainer-clean-generic
717
718 mostlyclean: mostlyclean-recursive
719
720 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
721
722 pdf: pdf-recursive
723
724 pdf-am:
725
726 ps: ps-recursive
727
728 ps-am:
729
730 uninstall-am: uninstall-info-am
731
732 uninstall-info: uninstall-info-recursive
733
734 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
735         check-am clean clean-generic clean-libtool clean-recursive \
736         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
737         dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
738         distclean-generic distclean-libtool distclean-recursive \
739         distclean-tags distcleancheck distdir distuninstallcheck dvi \
740         dvi-am html html-am info info-am install install-am \
741         install-data install-data-am install-exec install-exec-am \
742         install-info install-info-am install-man install-strip \
743         installcheck installcheck-am installdirs installdirs-am \
744         maintainer-clean maintainer-clean-generic \
745         maintainer-clean-recursive mostlyclean mostlyclean-generic \
746         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
747         tags tags-recursive uninstall uninstall-am uninstall-info-am
748
749
750 native: lib
751
752 #DISTCHECK_CONFIGURE_FLAGS = --enable-gjdoc
753
754 dist-hook:
755         -$(mkinstalldirs) $(distdir)/include
756         -cp -f $(top_srcdir)/include/*.in $(distdir)/include
757         -cp -f $(top_srcdir)/include/*.h $(distdir)/include
758
759 ChangeLog:
760         cvs2cl.pl -b --gmt --log-opts "-d'1998-06-30< now'" --window 7200 --usermap ChangeLog.usermap --ignore ChangeLog --fsf
761 # Tell versions [3.59,3.63) of GNU make to not export all variables.
762 # Otherwise a system limit (for SysV at least) may be exceeded.
763 .NOEXPORT: