Import GNU Classpath (20121202).
[official-gcc.git] / libjava / classpath / native / jni / Makefile.in
blob6971c2b9aa79de453d39d7f7e7b315ce63c24783
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
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 = native/jni
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
41 $(top_srcdir)/../../config/lead-dot.m4 \
42 $(top_srcdir)/../../config/multi.m4 \
43 $(top_srcdir)/../../config/no-executables.m4 \
44 $(top_srcdir)/../../config/override.m4 \
45 $(top_srcdir)/../../libtool.m4 \
46 $(top_srcdir)/../../ltoptions.m4 \
47 $(top_srcdir)/../../ltsugar.m4 \
48 $(top_srcdir)/../../ltversion.m4 \
49 $(top_srcdir)/../../lt~obsolete.m4 \
50 $(top_srcdir)/m4/ac_prog_antlr.m4 \
51 $(top_srcdir)/m4/ac_prog_java.m4 \
52 $(top_srcdir)/m4/ac_prog_java_works.m4 \
53 $(top_srcdir)/m4/ac_prog_javac.m4 \
54 $(top_srcdir)/m4/ac_prog_javac_works.m4 \
55 $(top_srcdir)/m4/acattribute.m4 $(top_srcdir)/m4/accross.m4 \
56 $(top_srcdir)/m4/acinclude.m4 \
57 $(top_srcdir)/m4/ax_create_stdint_h.m4 \
58 $(top_srcdir)/m4/ax_func_which_gethostbyname_r.m4 \
59 $(top_srcdir)/m4/gcc_attribute.m4 $(top_srcdir)/m4/iconv.m4 \
60 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
61 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/pkg.m4 \
62 $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
66 CONFIG_HEADER = $(top_builddir)/include/config.h
67 CONFIG_CLEAN_FILES =
68 CONFIG_CLEAN_VPATH_FILES =
69 SOURCES =
70 DIST_SOURCES =
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72 html-recursive info-recursive install-data-recursive \
73 install-dvi-recursive install-exec-recursive \
74 install-html-recursive install-info-recursive \
75 install-pdf-recursive install-ps-recursive install-recursive \
76 installcheck-recursive installdirs-recursive pdf-recursive \
77 ps-recursive uninstall-recursive
78 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79 distclean-recursive maintainer-clean-recursive
80 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
81 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
82 distdir
83 ETAGS = etags
84 CTAGS = ctags
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 am__relativize = \
87 dir0=`pwd`; \
88 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
89 sed_rest='s,^[^/]*/*,,'; \
90 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
91 sed_butlast='s,/*[^/]*$$,,'; \
92 while test -n "$$dir1"; do \
93 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
94 if test "$$first" != "."; then \
95 if test "$$first" = ".."; then \
96 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
97 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
98 else \
99 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
100 if test "$$first2" = "$$first"; then \
101 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102 else \
103 dir2="../$$dir2"; \
104 fi; \
105 dir0="$$dir0"/"$$first"; \
106 fi; \
107 fi; \
108 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
109 done; \
110 reldir="$$dir2"
111 ACLOCAL = @ACLOCAL@
112 AMTAR = @AMTAR@
113 ANTLR = @ANTLR@
114 ANTLR_JAR = @ANTLR_JAR@
115 AR = @AR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 CAIRO_CFLAGS = @CAIRO_CFLAGS@
121 CAIRO_LIBS = @CAIRO_LIBS@
122 CC = @CC@
123 CCDEPMODE = @CCDEPMODE@
124 CFLAGS = @CFLAGS@
125 CLASSPATH_CONVENIENCE = @CLASSPATH_CONVENIENCE@
126 CLASSPATH_INCLUDES = @CLASSPATH_INCLUDES@
127 CLASSPATH_MODULE = @CLASSPATH_MODULE@
128 COLLECTIONS_PREFIX = @COLLECTIONS_PREFIX@
129 CP = @CP@
130 CPP = @CPP@
131 CPPFLAGS = @CPPFLAGS@
132 CXX = @CXX@
133 CXXCPP = @CXXCPP@
134 CXXDEPMODE = @CXXDEPMODE@
135 CXXFLAGS = @CXXFLAGS@
136 CYGPATH_W = @CYGPATH_W@
137 DATE = @DATE@
138 DEFAULT_PREFS_PEER = @DEFAULT_PREFS_PEER@
139 DEFS = @DEFS@
140 DEPDIR = @DEPDIR@
141 DSYMUTIL = @DSYMUTIL@
142 DUMPBIN = @DUMPBIN@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 ECJ_JAR = @ECJ_JAR@
147 EGREP = @EGREP@
148 ERROR_CFLAGS = @ERROR_CFLAGS@
149 EXAMPLESDIR = @EXAMPLESDIR@
150 EXEEXT = @EXEEXT@
151 EXTRA_CFLAGS = @EXTRA_CFLAGS@
152 FGREP = @FGREP@
153 FIND = @FIND@
154 FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
155 FREETYPE2_LIBS = @FREETYPE2_LIBS@
156 GCONF_CFLAGS = @GCONF_CFLAGS@
157 GCONF_LIBS = @GCONF_LIBS@
158 GDK_CFLAGS = @GDK_CFLAGS@
159 GDK_LIBS = @GDK_LIBS@
160 GJDOC = @GJDOC@
161 GLIB_CFLAGS = @GLIB_CFLAGS@
162 GLIB_LIBS = @GLIB_LIBS@
163 GMP_CFLAGS = @GMP_CFLAGS@
164 GMP_LIBS = @GMP_LIBS@
165 GREP = @GREP@
166 GSTREAMER_BASE_CFLAGS = @GSTREAMER_BASE_CFLAGS@
167 GSTREAMER_BASE_LIBS = @GSTREAMER_BASE_LIBS@
168 GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
169 GSTREAMER_FILE_READER = @GSTREAMER_FILE_READER@
170 GSTREAMER_LIBS = @GSTREAMER_LIBS@
171 GSTREAMER_MIXER_PROVIDER = @GSTREAMER_MIXER_PROVIDER@
172 GSTREAMER_PLUGINS_BASE_CFLAGS = @GSTREAMER_PLUGINS_BASE_CFLAGS@
173 GSTREAMER_PLUGINS_BASE_LIBS = @GSTREAMER_PLUGINS_BASE_LIBS@
174 GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@
175 GTK_CFLAGS = @GTK_CFLAGS@
176 GTK_LIBS = @GTK_LIBS@
177 INIT_LOAD_LIBRARY = @INIT_LOAD_LIBRARY@
178 INSTALL = @INSTALL@
179 INSTALL_DATA = @INSTALL_DATA@
180 INSTALL_PROGRAM = @INSTALL_PROGRAM@
181 INSTALL_SCRIPT = @INSTALL_SCRIPT@
182 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
183 JAR = @JAR@
184 JAVA = @JAVA@
185 JAVAC = @JAVAC@
186 JAVAC_IS_GCJ = @JAVAC_IS_GCJ@
187 JAVAC_MEM_OPT = @JAVAC_MEM_OPT@
188 JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION = @JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@
189 JAY = @JAY@
190 JAY_SKELETON = @JAY_SKELETON@
191 LD = @LD@
192 LDFLAGS = @LDFLAGS@
193 LIBDEBUG = @LIBDEBUG@
194 LIBICONV = @LIBICONV@
195 LIBMAGIC = @LIBMAGIC@
196 LIBOBJS = @LIBOBJS@
197 LIBS = @LIBS@
198 LIBTOOL = @LIBTOOL@
199 LIBVERSION = @LIBVERSION@
200 LIPO = @LIPO@
201 LN_S = @LN_S@
202 LTLIBICONV = @LTLIBICONV@
203 LTLIBOBJS = @LTLIBOBJS@
204 MAINT = @MAINT@
205 MAKEINFO = @MAKEINFO@
206 MKDIR = @MKDIR@
207 MKDIR_P = @MKDIR_P@
208 MOC = @MOC@
209 MOC4 = @MOC4@
210 MOZILLA_CFLAGS = @MOZILLA_CFLAGS@
211 MOZILLA_LIBS = @MOZILLA_LIBS@
212 NM = @NM@
213 NMEDIT = @NMEDIT@
214 OBJDUMP = @OBJDUMP@
215 OBJEXT = @OBJEXT@
216 OTOOL = @OTOOL@
217 OTOOL64 = @OTOOL64@
218 PACKAGE = @PACKAGE@
219 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
220 PACKAGE_NAME = @PACKAGE_NAME@
221 PACKAGE_STRING = @PACKAGE_STRING@
222 PACKAGE_TARNAME = @PACKAGE_TARNAME@
223 PACKAGE_URL = @PACKAGE_URL@
224 PACKAGE_VERSION = @PACKAGE_VERSION@
225 PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
226 PANGOFT2_LIBS = @PANGOFT2_LIBS@
227 PATH_SEPARATOR = @PATH_SEPARATOR@
228 PATH_TO_ESCHER = @PATH_TO_ESCHER@
229 PATH_TO_GLIBJ_ZIP = @PATH_TO_GLIBJ_ZIP@
230 PERL = @PERL@
231 PKG_CONFIG = @PKG_CONFIG@
232 PLUGIN_DIR = @PLUGIN_DIR@
233 QT_CFLAGS = @QT_CFLAGS@
234 QT_LIBS = @QT_LIBS@
235 RANLIB = @RANLIB@
236 REMOVE = @REMOVE@
237 SED = @SED@
238 SET_MAKE = @SET_MAKE@
239 SHELL = @SHELL@
240 STRICT_WARNING_CFLAGS = @STRICT_WARNING_CFLAGS@
241 STRIP = @STRIP@
242 TOOLSDIR = @TOOLSDIR@
243 USER_JAVAH = @USER_JAVAH@
244 VERSION = @VERSION@
245 WANT_NATIVE_BIG_INTEGER = @WANT_NATIVE_BIG_INTEGER@
246 WARNING_CFLAGS = @WARNING_CFLAGS@
247 XMKMF = @XMKMF@
248 XML_CFLAGS = @XML_CFLAGS@
249 XML_LIBS = @XML_LIBS@
250 XSLT_CFLAGS = @XSLT_CFLAGS@
251 XSLT_LIBS = @XSLT_LIBS@
252 XTEST_LIBS = @XTEST_LIBS@
253 X_CFLAGS = @X_CFLAGS@
254 X_EXTRA_LIBS = @X_EXTRA_LIBS@
255 X_LIBS = @X_LIBS@
256 X_PRE_LIBS = @X_PRE_LIBS@
257 ZIP = @ZIP@
258 abs_builddir = @abs_builddir@
259 abs_srcdir = @abs_srcdir@
260 abs_top_builddir = @abs_top_builddir@
261 abs_top_srcdir = @abs_top_srcdir@
262 ac_ct_ANTLR = @ac_ct_ANTLR@
263 ac_ct_CC = @ac_ct_CC@
264 ac_ct_CXX = @ac_ct_CXX@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 default_toolkit = @default_toolkit@
281 docdir = @docdir@
282 dvidir = @dvidir@
283 exec_prefix = @exec_prefix@
284 glibjdir = @glibjdir@
285 host = @host@
286 host_alias = @host_alias@
287 host_cpu = @host_cpu@
288 host_os = @host_os@
289 host_vendor = @host_vendor@
290 htmldir = @htmldir@
291 includedir = @includedir@
292 infodir = @infodir@
293 install_sh = @install_sh@
294 libdir = @libdir@
295 libexecdir = @libexecdir@
296 localedir = @localedir@
297 localstatedir = @localstatedir@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 multi_basedir = @multi_basedir@
301 nativeexeclibdir = @nativeexeclibdir@
302 oldincludedir = @oldincludedir@
303 pdfdir = @pdfdir@
304 prefix = @prefix@
305 program_transform_name = @program_transform_name@
306 psdir = @psdir@
307 sbindir = @sbindir@
308 sharedstatedir = @sharedstatedir@
309 srcdir = @srcdir@
310 sysconfdir = @sysconfdir@
311 target = @target@
312 target_alias = @target_alias@
313 target_cpu = @target_cpu@
314 target_os = @target_os@
315 target_vendor = @target_vendor@
316 toolexeclibdir = @toolexeclibdir@
317 top_build_prefix = @top_build_prefix@
318 top_builddir = @top_builddir@
319 top_srcdir = @top_srcdir@
320 uudecode = @uudecode@
321 vm_classes = @vm_classes@
322 @CREATE_CORE_JNI_LIBRARIES_TRUE@JNIDIRS = native-lib java-io java-lang java-net java-nio java-util
323 @CREATE_ALSA_LIBRARIES_TRUE@ALSADIR = midi-alsa
324 @CREATE_DSSI_LIBRARIES_TRUE@DSSIDIR = midi-dssi
325 @CREATE_GTK_PEER_LIBRARIES_TRUE@GTKDIR = gtk-peer
326 @CREATE_QT_PEER_LIBRARIES_TRUE@CLASSPATH_QT_PEER_DIR = qt-peer
327 @CREATE_GCONF_PEER_LIBRARIES_TRUE@CLASSPATH_GCONF_PEER_DIR = gconf-peer
328 @CREATE_GSTREAMER_PEER_LIBRARIES_TRUE@CLASSPATH_GSTREAMER_PEER_DIR = gstreamer-peer
329 @CREATE_XMLJ_LIBRARY_TRUE@XMLJDIR = xmlj
330 @CREATE_GMPBI_LIBRARY_TRUE@GMPDIR = java-math
331 SUBDIRS = classpath $(JNIDIRS) \
332 $(ALSADIR) $(DSSIDIR) $(GTKDIR) $(CLASSPATH_QT_PEER_DIR) $(XMLJDIR) \
333 $(CLASSPATH_GCONF_PEER_DIR) $(CLASSPATH_GSTREAMER_PEER_DIR) $(GMPDIR)
335 DIST_SUBDIRS = classpath java-io java-lang java-math java-net java-nio java-util \
336 gtk-peer gconf-peer gstreamer-peer qt-peer xmlj midi-alsa \
337 midi-dssi native-lib
339 all: all-recursive
341 .SUFFIXES:
342 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
343 @for dep in $?; do \
344 case '$(am__configure_deps)' in \
345 *$$dep*) \
346 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
347 && { if test -f $@; then exit 0; else break; fi; }; \
348 exit 1;; \
349 esac; \
350 done; \
351 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu native/jni/Makefile'; \
352 $(am__cd) $(top_srcdir) && \
353 $(AUTOMAKE) --gnu native/jni/Makefile
354 .PRECIOUS: Makefile
355 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356 @case '$?' in \
357 *config.status*) \
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
359 *) \
360 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
361 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
362 esac;
364 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(am__aclocal_m4_deps):
373 mostlyclean-libtool:
374 -rm -f *.lo
376 clean-libtool:
377 -rm -rf .libs _libs
379 # This directory's subdirectories are mostly independent; you can cd
380 # into them and run `make' without going through this Makefile.
381 # To change the values of `make' variables: instead of editing Makefiles,
382 # (1) if the variable is set in `config.status', edit `config.status'
383 # (which will cause the Makefiles to be regenerated when you run `make');
384 # (2) otherwise, pass the desired values on the `make' command line.
385 $(RECURSIVE_TARGETS):
386 @fail= failcom='exit 1'; \
387 for f in x $$MAKEFLAGS; do \
388 case $$f in \
389 *=* | --[!k]*);; \
390 *k*) failcom='fail=yes';; \
391 esac; \
392 done; \
393 dot_seen=no; \
394 target=`echo $@ | sed s/-recursive//`; \
395 list='$(SUBDIRS)'; for subdir in $$list; do \
396 echo "Making $$target in $$subdir"; \
397 if test "$$subdir" = "."; then \
398 dot_seen=yes; \
399 local_target="$$target-am"; \
400 else \
401 local_target="$$target"; \
402 fi; \
403 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404 || eval $$failcom; \
405 done; \
406 if test "$$dot_seen" = "no"; then \
407 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
408 fi; test -z "$$fail"
410 $(RECURSIVE_CLEAN_TARGETS):
411 @fail= failcom='exit 1'; \
412 for f in x $$MAKEFLAGS; do \
413 case $$f in \
414 *=* | --[!k]*);; \
415 *k*) failcom='fail=yes';; \
416 esac; \
417 done; \
418 dot_seen=no; \
419 case "$@" in \
420 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
421 *) list='$(SUBDIRS)' ;; \
422 esac; \
423 rev=''; for subdir in $$list; do \
424 if test "$$subdir" = "."; then :; else \
425 rev="$$subdir $$rev"; \
426 fi; \
427 done; \
428 rev="$$rev ."; \
429 target=`echo $@ | sed s/-recursive//`; \
430 for subdir in $$rev; do \
431 echo "Making $$target in $$subdir"; \
432 if test "$$subdir" = "."; then \
433 local_target="$$target-am"; \
434 else \
435 local_target="$$target"; \
436 fi; \
437 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
438 || eval $$failcom; \
439 done && test -z "$$fail"
440 tags-recursive:
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
443 done
444 ctags-recursive:
445 list='$(SUBDIRS)'; for subdir in $$list; do \
446 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
447 done
449 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
450 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
451 unique=`for i in $$list; do \
452 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453 done | \
454 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
455 END { if (nonempty) { for (i in files) print i; }; }'`; \
456 mkid -fID $$unique
457 tags: TAGS
459 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
461 set x; \
462 here=`pwd`; \
463 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
464 include_option=--etags-include; \
465 empty_fix=.; \
466 else \
467 include_option=--include; \
468 empty_fix=; \
469 fi; \
470 list='$(SUBDIRS)'; for subdir in $$list; do \
471 if test "$$subdir" = .; then :; else \
472 test ! -f $$subdir/TAGS || \
473 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
474 fi; \
475 done; \
476 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
477 unique=`for i in $$list; do \
478 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479 done | \
480 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481 END { if (nonempty) { for (i in files) print i; }; }'`; \
482 shift; \
483 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484 test -n "$$unique" || unique=$$empty_fix; \
485 if test $$# -gt 0; then \
486 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487 "$$@" $$unique; \
488 else \
489 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490 $$unique; \
491 fi; \
493 ctags: CTAGS
494 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
495 $(TAGS_FILES) $(LISP)
496 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
497 unique=`for i in $$list; do \
498 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499 done | \
500 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
501 END { if (nonempty) { for (i in files) print i; }; }'`; \
502 test -z "$(CTAGS_ARGS)$$unique" \
503 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504 $$unique
506 GTAGS:
507 here=`$(am__cd) $(top_builddir) && pwd` \
508 && $(am__cd) $(top_srcdir) \
509 && gtags -i $(GTAGS_ARGS) "$$here"
511 distclean-tags:
512 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514 distdir: $(DISTFILES)
515 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517 list='$(DISTFILES)'; \
518 dist_files=`for file in $$list; do echo $$file; done | \
519 sed -e "s|^$$srcdirstrip/||;t" \
520 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521 case $$dist_files in \
522 */*) $(MKDIR_P) `echo "$$dist_files" | \
523 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524 sort -u` ;; \
525 esac; \
526 for file in $$dist_files; do \
527 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528 if test -d $$d/$$file; then \
529 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530 if test -d "$(distdir)/$$file"; then \
531 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532 fi; \
533 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536 fi; \
537 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538 else \
539 test -f "$(distdir)/$$file" \
540 || cp -p $$d/$$file "$(distdir)/$$file" \
541 || exit 1; \
542 fi; \
543 done
544 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
545 if test "$$subdir" = .; then :; else \
546 test -d "$(distdir)/$$subdir" \
547 || $(MKDIR_P) "$(distdir)/$$subdir" \
548 || exit 1; \
549 fi; \
550 done
551 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
552 if test "$$subdir" = .; then :; else \
553 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
554 $(am__relativize); \
555 new_distdir=$$reldir; \
556 dir1=$$subdir; dir2="$(top_distdir)"; \
557 $(am__relativize); \
558 new_top_distdir=$$reldir; \
559 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
560 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
561 ($(am__cd) $$subdir && \
562 $(MAKE) $(AM_MAKEFLAGS) \
563 top_distdir="$$new_top_distdir" \
564 distdir="$$new_distdir" \
565 am__remove_distdir=: \
566 am__skip_length_check=: \
567 am__skip_mode_fix=: \
568 distdir) \
569 || exit 1; \
570 fi; \
571 done
572 check-am: all-am
573 check: check-recursive
574 all-am: Makefile all-local
575 installdirs: installdirs-recursive
576 installdirs-am:
577 install: install-recursive
578 install-exec: install-exec-recursive
579 install-data: install-data-recursive
580 uninstall: uninstall-recursive
582 install-am: all-am
583 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585 installcheck: installcheck-recursive
586 install-strip:
587 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589 `test -z '$(STRIP)' || \
590 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
591 mostlyclean-generic:
593 clean-generic:
595 distclean-generic:
596 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
599 maintainer-clean-generic:
600 @echo "This command is intended for maintainers to use"
601 @echo "it deletes files that may require special tools to rebuild."
602 clean: clean-recursive
604 clean-am: clean-generic clean-libtool mostlyclean-am
606 distclean: distclean-recursive
607 -rm -f Makefile
608 distclean-am: clean-am distclean-generic distclean-tags
610 dvi: dvi-recursive
612 dvi-am:
614 html: html-recursive
616 html-am:
618 info: info-recursive
620 info-am:
622 install-data-am:
624 install-dvi: install-dvi-recursive
626 install-dvi-am:
628 install-exec-am:
630 install-html: install-html-recursive
632 install-html-am:
634 install-info: install-info-recursive
636 install-info-am:
638 install-man:
640 install-pdf: install-pdf-recursive
642 install-pdf-am:
644 install-ps: install-ps-recursive
646 install-ps-am:
648 installcheck-am:
650 maintainer-clean: maintainer-clean-recursive
651 -rm -f Makefile
652 maintainer-clean-am: distclean-am maintainer-clean-generic
654 mostlyclean: mostlyclean-recursive
656 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
658 pdf: pdf-recursive
660 pdf-am:
662 ps: ps-recursive
664 ps-am:
666 uninstall-am:
668 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
669 install-am install-strip tags-recursive
671 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
672 all all-am all-local check check-am clean clean-generic \
673 clean-libtool ctags ctags-recursive distclean \
674 distclean-generic distclean-libtool distclean-tags distdir dvi \
675 dvi-am html html-am info info-am install install-am \
676 install-data install-data-am install-dvi install-dvi-am \
677 install-exec install-exec-am install-html install-html-am \
678 install-info install-info-am install-man install-pdf \
679 install-pdf-am install-ps install-ps-am install-strip \
680 installcheck installcheck-am installdirs installdirs-am \
681 maintainer-clean maintainer-clean-generic mostlyclean \
682 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
683 tags tags-recursive uninstall uninstall-am
686 all-local:
687 $(SHELL) $(top_builddir)/scripts/check_jni_methods.sh
689 # Tell versions [3.59,3.63) of GNU make to not export all variables.
690 # Otherwise a system limit (for SysV at least) may be exceeded.
691 .NOEXPORT: