OSDN Git Service

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