Makefile.in 21 KB

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