OSDN Git Service

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