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