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