Imported Upstream version 4.7.3
[platform/upstream/gcc48.git] / libjava / classpath / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = .
38 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
39         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
40         $(top_srcdir)/configure $(am__configure_deps) \
41         $(srcdir)/../../mkinstalldirs \
42         $(top_srcdir)/gnu/classpath/Configuration.java.in \
43         $(top_srcdir)/gnu/java/security/Configuration.java.in \
44         $(top_srcdir)/resource/META-INF/services/java.util.prefs.PreferencesFactory.in \
45         $(top_srcdir)/resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader.in \
46         $(top_srcdir)/resource/META-INF/services/javax.sound.sampled.spi.MixerProvider.in
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
49         $(top_srcdir)/../../config/lead-dot.m4 \
50         $(top_srcdir)/../../config/lib-ld.m4 \
51         $(top_srcdir)/../../config/lib-link.m4 \
52         $(top_srcdir)/../../config/lib-prefix.m4 \
53         $(top_srcdir)/../../config/multi.m4 \
54         $(top_srcdir)/../../config/no-executables.m4 \
55         $(top_srcdir)/../../config/override.m4 \
56         $(top_srcdir)/../../libtool.m4 \
57         $(top_srcdir)/../../ltoptions.m4 \
58         $(top_srcdir)/../../ltsugar.m4 \
59         $(top_srcdir)/../../ltversion.m4 \
60         $(top_srcdir)/../../lt~obsolete.m4 \
61         $(top_srcdir)/m4/ac_prog_antlr.m4 \
62         $(top_srcdir)/m4/ac_prog_java.m4 \
63         $(top_srcdir)/m4/ac_prog_java_works.m4 \
64         $(top_srcdir)/m4/ac_prog_javac.m4 \
65         $(top_srcdir)/m4/ac_prog_javac_works.m4 \
66         $(top_srcdir)/m4/acattribute.m4 $(top_srcdir)/m4/accross.m4 \
67         $(top_srcdir)/m4/acinclude.m4 \
68         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
69         $(top_srcdir)/m4/ax_func_which_gethostbyname_r.m4 \
70         $(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/iconv.m4 \
71         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
72 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73         $(ACLOCAL_M4)
74 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
75  configure.lineno config.status.lineno
76 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
77 CONFIG_HEADER = $(top_builddir)/include/config.h
78 CONFIG_CLEAN_FILES = gnu/classpath/Configuration.java \
79         gnu/java/security/Configuration.java \
80         resource/META-INF/services/java.util.prefs.PreferencesFactory \
81         resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader \
82         resource/META-INF/services/javax.sound.sampled.spi.MixerProvider
83 CONFIG_CLEAN_VPATH_FILES =
84 SOURCES =
85 MULTISRCTOP = 
86 MULTIBUILDTOP = 
87 MULTIDIRS = 
88 MULTISUBDIR = 
89 MULTIDO = true
90 MULTICLEAN = true
91 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92         html-recursive info-recursive install-data-recursive \
93         install-dvi-recursive install-exec-recursive \
94         install-html-recursive install-info-recursive \
95         install-pdf-recursive install-ps-recursive install-recursive \
96         installcheck-recursive installdirs-recursive pdf-recursive \
97         ps-recursive uninstall-recursive
98 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
99   distclean-recursive maintainer-clean-recursive
100 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
101         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
102 ETAGS = etags
103 CTAGS = ctags
104 ACLOCAL = @ACLOCAL@
105 AMTAR = @AMTAR@
106 ANTLR = @ANTLR@
107 ANTLR_JAR = @ANTLR_JAR@
108 AR = @AR@
109 AUTOCONF = @AUTOCONF@
110 AUTOHEADER = @AUTOHEADER@
111 AUTOMAKE = @AUTOMAKE@
112 AWK = @AWK@
113 CAIRO_CFLAGS = @CAIRO_CFLAGS@
114 CAIRO_LIBS = @CAIRO_LIBS@
115 CC = @CC@
116 CCDEPMODE = @CCDEPMODE@
117 CFLAGS = @CFLAGS@
118 CLASSPATH_CONVENIENCE = @CLASSPATH_CONVENIENCE@
119 CLASSPATH_INCLUDES = @CLASSPATH_INCLUDES@
120 CLASSPATH_MODULE = @CLASSPATH_MODULE@
121 COLLECTIONS_PREFIX = @COLLECTIONS_PREFIX@
122 CP = @CP@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DATE = @DATE@
131 DEFAULT_PREFS_PEER = @DEFAULT_PREFS_PEER@
132 DEFS = @DEFS@
133 DEPDIR = @DEPDIR@
134 DSYMUTIL = @DSYMUTIL@
135 DUMPBIN = @DUMPBIN@
136 ECHO_C = @ECHO_C@
137 ECHO_N = @ECHO_N@
138 ECHO_T = @ECHO_T@
139 ECJ_JAR = @ECJ_JAR@
140 EGREP = @EGREP@
141 ERROR_CFLAGS = @ERROR_CFLAGS@
142 EXAMPLESDIR = @EXAMPLESDIR@
143 EXEEXT = @EXEEXT@
144 EXTRA_CFLAGS = @EXTRA_CFLAGS@
145 FGREP = @FGREP@
146 FIND = @FIND@
147 FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
148 FREETYPE2_LIBS = @FREETYPE2_LIBS@
149 GCONF_CFLAGS = @GCONF_CFLAGS@
150 GCONF_LIBS = @GCONF_LIBS@
151 GDK_CFLAGS = @GDK_CFLAGS@
152 GDK_LIBS = @GDK_LIBS@
153 GJDOC = @GJDOC@
154 GLIB_CFLAGS = @GLIB_CFLAGS@
155 GLIB_LIBS = @GLIB_LIBS@
156 GMP_CFLAGS = @GMP_CFLAGS@
157 GMP_LIBS = @GMP_LIBS@
158 GREP = @GREP@
159 GSTREAMER_BASE_CFLAGS = @GSTREAMER_BASE_CFLAGS@
160 GSTREAMER_BASE_LIBS = @GSTREAMER_BASE_LIBS@
161 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
162 GSTREAMER_FILE_READER = @GSTREAMER_FILE_READER@
163 GSTREAMER_LIBS = @GSTREAMER_LIBS@
164 GSTREAMER_MIXER_PROVIDER = @GSTREAMER_MIXER_PROVIDER@
165 GSTREAMER_PLUGINS_BASE_CFLAGS = @GSTREAMER_PLUGINS_BASE_CFLAGS@
166 GSTREAMER_PLUGINS_BASE_LIBS = @GSTREAMER_PLUGINS_BASE_LIBS@
167 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
168 GTK_CFLAGS = @GTK_CFLAGS@
169 GTK_LIBS = @GTK_LIBS@
170 INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@
171 INSTALL = @INSTALL@
172 INSTALL_DATA = @INSTALL_DATA@
173 INSTALL_PROGRAM = @INSTALL_PROGRAM@
174 INSTALL_SCRIPT = @INSTALL_SCRIPT@
175 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
176 JAR = @JAR@
177 JAVA = @JAVA@
178 JAVAC = @JAVAC@
179 JAVAC_IS_GCJ = @JAVAC_IS_GCJ@
180 JAVAC_MEM_OPT = @JAVAC_MEM_OPT@
181 JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = @JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@
182 JAY = @JAY@
183 JAY_SKELETON = @JAY_SKELETON@
184 LD = @LD@
185 LDFLAGS = @LDFLAGS@
186 LIBDEBUG = @LIBDEBUG@
187 LIBICONV = @LIBICONV@
188 LIBMAGIC = @LIBMAGIC@
189 LIBOBJS = @LIBOBJS@
190 LIBS = @LIBS@
191 LIBTOOL = @LIBTOOL@
192 LIBVERSION = @LIBVERSION@
193 LIPO = @LIPO@
194 LN_S = @LN_S@
195 LTLIBICONV = @LTLIBICONV@
196 LTLIBOBJS = @LTLIBOBJS@
197 MAINT = @MAINT@
198 MAKEINFO = @MAKEINFO@
199 MKDIR = @MKDIR@
200 MKDIR_P = @MKDIR_P@
201 MOC = @MOC@
202 MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
203 MOZILLA_LIBS = @MOZILLA_LIBS@
204 NM = @NM@
205 NMEDIT = @NMEDIT@
206 OBJDUMP = @OBJDUMP@
207 OBJEXT = @OBJEXT@
208 OTOOL = @OTOOL@
209 OTOOL64 = @OTOOL64@
210 PACKAGE = @PACKAGE@
211 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
212 PACKAGE_NAME = @PACKAGE_NAME@
213 PACKAGE_STRING = @PACKAGE_STRING@
214 PACKAGE_TARNAME = @PACKAGE_TARNAME@
215 PACKAGE_URL = @PACKAGE_URL@
216 PACKAGE_VERSION = @PACKAGE_VERSION@
217 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
218 PANGOFT2_LIBS = @PANGOFT2_LIBS@
219 PATH_SEPARATOR = @PATH_SEPARATOR@
220 PATH_TO_ESCHER = @PATH_TO_ESCHER@
221 PATH_TO_GLIBJ_ZIP = @PATH_TO_GLIBJ_ZIP@
222 PERL = @PERL@
223 PKG_CONFIG = @PKG_CONFIG@
224 PLUGIN_DIR = @PLUGIN_DIR@
225 QT_CFLAGS = @QT_CFLAGS@
226 QT_LIBS = @QT_LIBS@
227 RANLIB = @RANLIB@
228 REMOVE = @REMOVE@
229 SED = @SED@
230 SET_MAKE = @SET_MAKE@
231 SHELL = @SHELL@
232 STRICT_WARNING_CFLAGS = @STRICT_WARNING_CFLAGS@
233 STRIP = @STRIP@
234 TOOLSDIR = @TOOLSDIR@
235 USER_JAVAH = @USER_JAVAH@
236 VERSION = @VERSION@
237 WANT_NATIVE_BIG_INTEGER = @WANT_NATIVE_BIG_INTEGER@
238 WARNING_CFLAGS = @WARNING_CFLAGS@
239 XMKMF = @XMKMF@
240 XML_CFLAGS = @XML_CFLAGS@
241 XML_LIBS = @XML_LIBS@
242 XSLT_CFLAGS = @XSLT_CFLAGS@
243 XSLT_LIBS = @XSLT_LIBS@
244 XTEST_LIBS = @XTEST_LIBS@
245 X_CFLAGS = @X_CFLAGS@
246 X_EXTRA_LIBS = @X_EXTRA_LIBS@
247 X_LIBS = @X_LIBS@
248 X_PRE_LIBS = @X_PRE_LIBS@
249 ZIP = @ZIP@
250 abs_builddir = @abs_builddir@
251 abs_srcdir = @abs_srcdir@
252 abs_top_builddir = @abs_top_builddir@
253 abs_top_srcdir = @abs_top_srcdir@
254 ac_ct_ANTLR = @ac_ct_ANTLR@
255 ac_ct_CC = @ac_ct_CC@
256 ac_ct_CXX = @ac_ct_CXX@
257 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
258 am__include = @am__include@
259 am__leading_dot = @am__leading_dot@
260 am__quote = @am__quote@
261 am__tar = @am__tar@
262 am__untar = @am__untar@
263 bindir = @bindir@
264 build = @build@
265 build_alias = @build_alias@
266 build_cpu = @build_cpu@
267 build_os = @build_os@
268 build_vendor = @build_vendor@
269 builddir = @builddir@
270 datadir = @datadir@
271 datarootdir = @datarootdir@
272 default_toolkit = @default_toolkit@
273 docdir = @docdir@
274 dvidir = @dvidir@
275 exec_prefix = @exec_prefix@
276 glibjdir = @glibjdir@
277 host = @host@
278 host_alias = @host_alias@
279 host_cpu = @host_cpu@
280 host_os = @host_os@
281 host_vendor = @host_vendor@
282 htmldir = @htmldir@
283 includedir = @includedir@
284 infodir = @infodir@
285 install_sh = @install_sh@
286 libdir = @libdir@
287 libexecdir = @libexecdir@
288 localedir = @localedir@
289 localstatedir = @localstatedir@
290 mandir = @mandir@
291 mkdir_p = @mkdir_p@
292 multi_basedir = @multi_basedir@
293 nativeexeclibdir = @nativeexeclibdir@
294 oldincludedir = @oldincludedir@
295 pdfdir = @pdfdir@
296 prefix = @prefix@
297 program_transform_name = @program_transform_name@
298 psdir = @psdir@
299 sbindir = @sbindir@
300 sharedstatedir = @sharedstatedir@
301 srcdir = @srcdir@
302 sysconfdir = @sysconfdir@
303 target = @target@
304 target_alias = @target_alias@
305 target_cpu = @target_cpu@
306 target_os = @target_os@
307 target_vendor = @target_vendor@
308 toolexeclibdir = @toolexeclibdir@
309 top_build_prefix = @top_build_prefix@
310 top_builddir = @top_builddir@
311 top_srcdir = @top_srcdir@
312 uudecode = @uudecode@
313 vm_classes = @vm_classes@
314
315 # lib first, to compile .class files before native code, last examples
316 SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR)
317 DIST_SUBDIRS = lib doc external include native resource scripts tools examples
318
319 # Allow users to pass site-specific flags to autoreconf via an env var. 
320 ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config ${LOCAL_AUTORECONF_FLAGS}
321 EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE ChangeLog-2007 \
322              ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 ChangeLog-2006 \
323              ChangeLog.gnujaxp.1 ChangeLog.gnujaxp.2 ChangeLog.libxmlj \
324              autogen.sh ChangeLog-2008
325
326 DISTCHECK_CONFIGURE_FLAGS = --with-gjdoc --enable-gstreamer-peer \
327         --enable-xmlj --enable-qt-peer
328
329 all: all-recursive
330
331 .SUFFIXES:
332 am--refresh:
333         @:
334 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
339               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
340                 && exit 0; \
341               exit 1;; \
342           esac; \
343         done; \
344         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
345         $(am__cd) $(top_srcdir) && \
346           $(AUTOMAKE) --gnu Makefile
347 .PRECIOUS: Makefile
348 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349         @case '$?' in \
350           *config.status*) \
351             echo ' $(SHELL) ./config.status'; \
352             $(SHELL) ./config.status;; \
353           *) \
354             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
355             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
356         esac;
357
358 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
359         $(SHELL) ./config.status --recheck
360
361 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
362         $(am__cd) $(srcdir) && $(AUTOCONF)
363 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
364         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
365 $(am__aclocal_m4_deps):
366 gnu/classpath/Configuration.java: $(top_builddir)/config.status $(top_srcdir)/gnu/classpath/Configuration.java.in
367         cd $(top_builddir) && $(SHELL) ./config.status $@
368 gnu/java/security/Configuration.java: $(top_builddir)/config.status $(top_srcdir)/gnu/java/security/Configuration.java.in
369         cd $(top_builddir) && $(SHELL) ./config.status $@
370 resource/META-INF/services/java.util.prefs.PreferencesFactory: $(top_builddir)/config.status $(top_srcdir)/resource/META-INF/services/java.util.prefs.PreferencesFactory.in
371         cd $(top_builddir) && $(SHELL) ./config.status $@
372 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
373         cd $(top_builddir) && $(SHELL) ./config.status $@
374 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
375         cd $(top_builddir) && $(SHELL) ./config.status $@
376
377 mostlyclean-libtool:
378         -rm -f *.lo
379
380 clean-libtool:
381         -rm -rf .libs _libs
382
383 distclean-libtool:
384         -rm -f libtool config.lt
385
386 # GNU Make needs to see an explicit $(MAKE) variable in the command it
387 # runs to enable its job server during parallel builds.  Hence the
388 # comments below.
389 all-multi:
390         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
391 install-multi:
392         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
393
394 mostlyclean-multi:
395         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
396 clean-multi:
397         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
398 distclean-multi:
399         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
400 maintainer-clean-multi:
401         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
402
403 # This directory's subdirectories are mostly independent; you can cd
404 # into them and run `make' without going through this Makefile.
405 # To change the values of `make' variables: instead of editing Makefiles,
406 # (1) if the variable is set in `config.status', edit `config.status'
407 #     (which will cause the Makefiles to be regenerated when you run `make');
408 # (2) otherwise, pass the desired values on the `make' command line.
409 $(RECURSIVE_TARGETS):
410         @fail= failcom='exit 1'; \
411         for f in x $$MAKEFLAGS; do \
412           case $$f in \
413             *=* | --[!k]*);; \
414             *k*) failcom='fail=yes';; \
415           esac; \
416         done; \
417         dot_seen=no; \
418         target=`echo $@ | sed s/-recursive//`; \
419         list='$(SUBDIRS)'; for subdir in $$list; do \
420           echo "Making $$target in $$subdir"; \
421           if test "$$subdir" = "."; then \
422             dot_seen=yes; \
423             local_target="$$target-am"; \
424           else \
425             local_target="$$target"; \
426           fi; \
427           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
428           || eval $$failcom; \
429         done; \
430         if test "$$dot_seen" = "no"; then \
431           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
432         fi; test -z "$$fail"
433
434 $(RECURSIVE_CLEAN_TARGETS):
435         @fail= failcom='exit 1'; \
436         for f in x $$MAKEFLAGS; do \
437           case $$f in \
438             *=* | --[!k]*);; \
439             *k*) failcom='fail=yes';; \
440           esac; \
441         done; \
442         dot_seen=no; \
443         case "$@" in \
444           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
445           *) list='$(SUBDIRS)' ;; \
446         esac; \
447         rev=''; for subdir in $$list; do \
448           if test "$$subdir" = "."; then :; else \
449             rev="$$subdir $$rev"; \
450           fi; \
451         done; \
452         rev="$$rev ."; \
453         target=`echo $@ | sed s/-recursive//`; \
454         for subdir in $$rev; do \
455           echo "Making $$target in $$subdir"; \
456           if test "$$subdir" = "."; then \
457             local_target="$$target-am"; \
458           else \
459             local_target="$$target"; \
460           fi; \
461           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
462           || eval $$failcom; \
463         done && test -z "$$fail"
464 tags-recursive:
465         list='$(SUBDIRS)'; for subdir in $$list; do \
466           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
467         done
468 ctags-recursive:
469         list='$(SUBDIRS)'; for subdir in $$list; do \
470           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
471         done
472
473 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
474         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
475         unique=`for i in $$list; do \
476             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477           done | \
478           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479               END { if (nonempty) { for (i in files) print i; }; }'`; \
480         mkid -fID $$unique
481 tags: TAGS
482
483 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
484                 $(TAGS_FILES) $(LISP)
485         set x; \
486         here=`pwd`; \
487         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
488           include_option=--etags-include; \
489           empty_fix=.; \
490         else \
491           include_option=--include; \
492           empty_fix=; \
493         fi; \
494         list='$(SUBDIRS)'; for subdir in $$list; do \
495           if test "$$subdir" = .; then :; else \
496             test ! -f $$subdir/TAGS || \
497               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
498           fi; \
499         done; \
500         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
501         unique=`for i in $$list; do \
502             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503           done | \
504           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
505               END { if (nonempty) { for (i in files) print i; }; }'`; \
506         shift; \
507         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
508           test -n "$$unique" || unique=$$empty_fix; \
509           if test $$# -gt 0; then \
510             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
511               "$$@" $$unique; \
512           else \
513             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514               $$unique; \
515           fi; \
516         fi
517 ctags: CTAGS
518 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
519                 $(TAGS_FILES) $(LISP)
520         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
521         unique=`for i in $$list; do \
522             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523           done | \
524           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
525               END { if (nonempty) { for (i in files) print i; }; }'`; \
526         test -z "$(CTAGS_ARGS)$$unique" \
527           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528              $$unique
529
530 GTAGS:
531         here=`$(am__cd) $(top_builddir) && pwd` \
532           && $(am__cd) $(top_srcdir) \
533           && gtags -i $(GTAGS_ARGS) "$$here"
534
535 distclean-tags:
536         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537 check-am: all-am
538 check: check-recursive
539 all-am: Makefile all-multi
540 installdirs: installdirs-recursive
541 installdirs-am:
542 install: install-recursive
543 install-exec: install-exec-recursive
544 install-data: install-data-recursive
545 uninstall: uninstall-recursive
546
547 install-am: all-am
548         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
549
550 installcheck: installcheck-recursive
551 install-strip:
552         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
553           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
554           `test -z '$(STRIP)' || \
555             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
556 mostlyclean-generic:
557
558 clean-generic:
559
560 distclean-generic:
561         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
562         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
563
564 maintainer-clean-generic:
565         @echo "This command is intended for maintainers to use"
566         @echo "it deletes files that may require special tools to rebuild."
567 clean: clean-multi clean-recursive
568
569 clean-am: clean-generic clean-libtool mostlyclean-am
570
571 distclean: distclean-multi distclean-recursive
572         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
573         -rm -f Makefile
574 distclean-am: clean-am distclean-generic distclean-libtool \
575         distclean-tags
576
577 dvi: dvi-recursive
578
579 dvi-am:
580
581 html: html-recursive
582
583 html-am:
584
585 info: info-recursive
586
587 info-am:
588
589 install-data-am:
590
591 install-dvi: install-dvi-recursive
592
593 install-dvi-am:
594
595 install-exec-am: install-multi
596
597 install-html: install-html-recursive
598
599 install-html-am:
600
601 install-info: install-info-recursive
602
603 install-info-am:
604
605 install-man:
606
607 install-pdf: install-pdf-recursive
608
609 install-pdf-am:
610
611 install-ps: install-ps-recursive
612
613 install-ps-am:
614
615 installcheck-am:
616
617 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
618         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
619         -rm -rf $(top_srcdir)/autom4te.cache
620         -rm -f Makefile
621 maintainer-clean-am: distclean-am maintainer-clean-generic
622
623 mostlyclean: mostlyclean-multi mostlyclean-recursive
624
625 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
626
627 pdf: pdf-recursive
628
629 pdf-am:
630
631 ps: ps-recursive
632
633 ps-am:
634
635 uninstall-am:
636
637 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all-multi \
638         clean-multi ctags-recursive distclean-multi install-am \
639         install-multi install-strip maintainer-clean-multi \
640         mostlyclean-multi tags-recursive
641
642 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
643         all all-am all-multi am--refresh check check-am clean \
644         clean-generic clean-libtool clean-multi ctags ctags-recursive \
645         distclean distclean-generic distclean-libtool distclean-multi \
646         distclean-tags dvi dvi-am html html-am info info-am install \
647         install-am install-data install-data-am install-dvi \
648         install-dvi-am install-exec install-exec-am install-html \
649         install-html-am install-info install-info-am install-man \
650         install-multi install-pdf install-pdf-am install-ps \
651         install-ps-am install-strip installcheck installcheck-am \
652         installdirs installdirs-am maintainer-clean \
653         maintainer-clean-generic maintainer-clean-multi mostlyclean \
654         mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
655         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
656
657
658 native: lib
659
660 dist-hook:
661         -$(mkinstalldirs) $(distdir)/include
662         -cp -f $(top_srcdir)/include/*.in $(distdir)/include
663         -cp -f $(top_srcdir)/include/*.h $(distdir)/include
664
665 ChangeLog:
666         cvs2cl.pl -b --gmt --log-opts "-d'1998-06-30< now'" --window 7200 --usermap ChangeLog.usermap --ignore ChangeLog --fsf
667
668 # Tell versions [3.59,3.63) of GNU make to not export all variables.
669 # Otherwise a system limit (for SysV at least) may be exceeded.
670 .NOEXPORT: