Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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. subdir = .
  34. DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
  35. $(srcdir)/Makefile.am $(top_srcdir)/configure \
  36. $(am__configure_deps) $(srcdir)/config-h.in ltmain.sh \
  37. config.guess config.sub $(am__include_HEADERS_DIST) \
  38. $(am__noinst_HEADERS_DIST)
  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/override.m4 \
  44. $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
  45. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  46. $(ACLOCAL_M4)
  47. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  48. configure.lineno config.status.lineno
  49. mkinstalldirs = $(install_sh) -d
  50. CONFIG_HEADER = config.h
  51. CONFIG_CLEAN_FILES =
  52. CONFIG_CLEAN_VPATH_FILES =
  53. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  54. am__vpath_adj = case $$p in \
  55. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  56. *) f=$$p;; \
  57. esac;
  58. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  59. am__install_max = 40
  60. am__nobase_strip_setup = \
  61. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  62. am__nobase_strip = \
  63. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  64. am__nobase_list = $(am__nobase_strip_setup); \
  65. for p in $$list; do echo "$$p $$p"; done | \
  66. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  67. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  68. if (++n[$$2] == $(am__install_max)) \
  69. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  70. END { for (dir in files) print dir, files[dir] }'
  71. am__base_list = \
  72. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  73. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  74. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
  75. LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
  76. am__DEPENDENCIES_1 =
  77. libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
  78. am_libltdl_la_OBJECTS = ltdl.lo
  79. libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
  80. libltdl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  81. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  82. $(libltdl_la_LDFLAGS) $(LDFLAGS) -o $@
  83. @INSTALL_LTDL_TRUE@am_libltdl_la_rpath = -rpath $(libdir)
  84. libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
  85. am_libltdlc_la_OBJECTS = ltdl.lo
  86. libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
  87. @CONVENIENCE_LTDL_TRUE@am_libltdlc_la_rpath =
  88. DEFAULT_INCLUDES = -I.@am__isrc@
  89. depcomp =
  90. am__depfiles_maybe =
  91. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  92. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  93. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  94. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  95. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  96. CCLD = $(CC)
  97. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  98. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  99. $(LDFLAGS) -o $@
  100. SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
  101. MULTISRCTOP =
  102. MULTIBUILDTOP =
  103. MULTIDIRS =
  104. MULTISUBDIR =
  105. MULTIDO = true
  106. MULTICLEAN = true
  107. am__include_HEADERS_DIST = ltdl.h
  108. am__noinst_HEADERS_DIST = ltdl.h
  109. HEADERS = $(include_HEADERS) $(noinst_HEADERS)
  110. ETAGS = etags
  111. CTAGS = ctags
  112. ACLOCAL = @ACLOCAL@
  113. AMTAR = @AMTAR@
  114. AR = @AR@
  115. AS = @AS@
  116. AUTOCONF = @AUTOCONF@
  117. AUTOHEADER = @AUTOHEADER@
  118. AUTOMAKE = @AUTOMAKE@
  119. AWK = @AWK@
  120. CC = @CC@
  121. CCDEPMODE = @CCDEPMODE@
  122. CFLAGS = @CFLAGS@
  123. CPP = @CPP@
  124. CPPFLAGS = @CPPFLAGS@
  125. CYGPATH_W = @CYGPATH_W@
  126. DEFS = @DEFS@
  127. DEPDIR = @DEPDIR@
  128. DLLTOOL = @DLLTOOL@
  129. ECHO = @ECHO@
  130. ECHO_C = @ECHO_C@
  131. ECHO_N = @ECHO_N@
  132. ECHO_T = @ECHO_T@
  133. EGREP = @EGREP@
  134. EXEEXT = @EXEEXT@
  135. GREP = @GREP@
  136. INSTALL = @INSTALL@
  137. INSTALL_DATA = @INSTALL_DATA@
  138. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  139. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  140. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  141. LDFLAGS = @LDFLAGS@
  142. LIBADD_DL = @LIBADD_DL@
  143. LIBOBJS = @LIBOBJS@
  144. LIBS = @LIBS@
  145. LIBTOOL = @LIBTOOL@
  146. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  147. LN_S = @LN_S@
  148. LTLIBOBJS = @LTLIBOBJS@
  149. MAINT = @MAINT@
  150. MAKEINFO = @MAKEINFO@
  151. MKDIR_P = @MKDIR_P@
  152. OBJDUMP = @OBJDUMP@
  153. OBJEXT = @OBJEXT@
  154. PACKAGE = @PACKAGE@
  155. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  156. PACKAGE_NAME = @PACKAGE_NAME@
  157. PACKAGE_STRING = @PACKAGE_STRING@
  158. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  159. PACKAGE_URL = @PACKAGE_URL@
  160. PACKAGE_VERSION = @PACKAGE_VERSION@
  161. PATH_SEPARATOR = @PATH_SEPARATOR@
  162. RANLIB = @RANLIB@
  163. SET_MAKE = @SET_MAKE@
  164. SHELL = @SHELL@
  165. STRIP = @STRIP@
  166. VERSION = @VERSION@
  167. abs_builddir = @abs_builddir@
  168. abs_srcdir = @abs_srcdir@
  169. abs_top_builddir = @abs_top_builddir@
  170. abs_top_srcdir = @abs_top_srcdir@
  171. ac_ct_CC = @ac_ct_CC@
  172. am__include = @am__include@
  173. am__leading_dot = @am__leading_dot@
  174. am__quote = @am__quote@
  175. am__tar = @am__tar@
  176. am__untar = @am__untar@
  177. bindir = @bindir@
  178. build = @build@
  179. build_alias = @build_alias@
  180. build_cpu = @build_cpu@
  181. build_os = @build_os@
  182. build_vendor = @build_vendor@
  183. builddir = @builddir@
  184. datadir = @datadir@
  185. datarootdir = @datarootdir@
  186. docdir = @docdir@
  187. dvidir = @dvidir@
  188. exec_prefix = @exec_prefix@
  189. host = @host@
  190. host_alias = @host_alias@
  191. host_cpu = @host_cpu@
  192. host_os = @host_os@
  193. host_vendor = @host_vendor@
  194. htmldir = @htmldir@
  195. includedir = @includedir@
  196. infodir = @infodir@
  197. install_sh = @install_sh@
  198. libdir = @libdir@
  199. libexecdir = @libexecdir@
  200. localedir = @localedir@
  201. localstatedir = @localstatedir@
  202. mandir = @mandir@
  203. mkdir_p = @mkdir_p@
  204. multi_basedir = @multi_basedir@
  205. oldincludedir = @oldincludedir@
  206. pdfdir = @pdfdir@
  207. prefix = @prefix@
  208. program_transform_name = @program_transform_name@
  209. psdir = @psdir@
  210. sbindir = @sbindir@
  211. sharedstatedir = @sharedstatedir@
  212. srcdir = @srcdir@
  213. sysconfdir = @sysconfdir@
  214. target_alias = @target_alias@
  215. top_build_prefix = @top_build_prefix@
  216. top_builddir = @top_builddir@
  217. top_srcdir = @top_srcdir@
  218. AUTOMAKE_OPTIONS = no-dependencies foreign no-dist
  219. ACLOCAL_AMFLAGS = -I ../.. -I ../../config
  220. INCLUDES = $(GCINCS)
  221. @INSTALL_LTDL_TRUE@include_HEADERS = ltdl.h
  222. @INSTALL_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la
  223. @INSTALL_LTDL_FALSE@noinst_HEADERS = ltdl.h
  224. @CONVENIENCE_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la
  225. CLEANFILES = libltdl.la libltdlc.la
  226. libltdl_la_SOURCES = ltdl.c
  227. libltdl_la_LDFLAGS = -no-undefined -version-info 4:1:1
  228. libltdl_la_LIBADD = $(LIBADD_DL)
  229. libltdlc_la_SOURCES = ltdl.c
  230. libltdlc_la_LIBADD = $(LIBADD_DL)
  231. ltdldatadir = $(datadir)/libtool/libltdl
  232. ltdldatafiles = COPYING.LIB README acinclude.m4 aclocal.m4 \
  233. Makefile.am Makefile.in configure.ac configure \
  234. config-h.in config.guess config.sub \
  235. install-sh missing ltmain.sh \
  236. ltdl.c ltdl.h
  237. all: config.h
  238. $(MAKE) $(AM_MAKEFLAGS) all-am
  239. .SUFFIXES:
  240. .SUFFIXES: .c .lo .o .obj
  241. am--refresh:
  242. @:
  243. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  244. @for dep in $?; do \
  245. case '$(am__configure_deps)' in \
  246. *$$dep*) \
  247. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  248. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  249. && exit 0; \
  250. exit 1;; \
  251. esac; \
  252. done; \
  253. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  254. $(am__cd) $(top_srcdir) && \
  255. $(AUTOMAKE) --foreign Makefile
  256. .PRECIOUS: Makefile
  257. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  258. @case '$?' in \
  259. *config.status*) \
  260. echo ' $(SHELL) ./config.status'; \
  261. $(SHELL) ./config.status;; \
  262. *) \
  263. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  264. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  265. esac;
  266. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  267. $(SHELL) ./config.status --recheck
  268. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  269. $(am__cd) $(srcdir) && $(AUTOCONF)
  270. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  271. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  272. $(am__aclocal_m4_deps):
  273. config.h: stamp-h1
  274. @if test ! -f $@; then \
  275. rm -f stamp-h1; \
  276. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  277. else :; fi
  278. stamp-h1: $(srcdir)/config-h.in $(top_builddir)/config.status
  279. @rm -f stamp-h1
  280. cd $(top_builddir) && $(SHELL) ./config.status config.h
  281. $(srcdir)/config-h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  282. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  283. rm -f stamp-h1
  284. touch $@
  285. distclean-hdr:
  286. -rm -f config.h stamp-h1
  287. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  288. @$(NORMAL_INSTALL)
  289. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  290. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  291. list2=; for p in $$list; do \
  292. if test -f $$p; then \
  293. list2="$$list2 $$p"; \
  294. else :; fi; \
  295. done; \
  296. test -z "$$list2" || { \
  297. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  298. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  299. }
  300. uninstall-libLTLIBRARIES:
  301. @$(NORMAL_UNINSTALL)
  302. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  303. for p in $$list; do \
  304. $(am__strip_dir) \
  305. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  306. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  307. done
  308. clean-libLTLIBRARIES:
  309. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  310. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  311. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  312. test "$$dir" != "$$p" || dir=.; \
  313. echo "rm -f \"$${dir}/so_locations\""; \
  314. rm -f "$${dir}/so_locations"; \
  315. done
  316. clean-noinstLTLIBRARIES:
  317. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  318. @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
  319. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  320. test "$$dir" != "$$p" || dir=.; \
  321. echo "rm -f \"$${dir}/so_locations\""; \
  322. rm -f "$${dir}/so_locations"; \
  323. done
  324. libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES)
  325. $(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
  326. libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES)
  327. $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
  328. mostlyclean-compile:
  329. -rm -f *.$(OBJEXT)
  330. distclean-compile:
  331. -rm -f *.tab.c
  332. .c.o:
  333. $(COMPILE) -c $<
  334. .c.obj:
  335. $(COMPILE) -c `$(CYGPATH_W) '$<'`
  336. .c.lo:
  337. $(LTCOMPILE) -c -o $@ $<
  338. mostlyclean-libtool:
  339. -rm -f *.lo
  340. clean-libtool:
  341. -rm -rf .libs _libs
  342. distclean-libtool:
  343. -rm -f libtool config.lt
  344. # GNU Make needs to see an explicit $(MAKE) variable in the command it
  345. # runs to enable its job server during parallel builds. Hence the
  346. # comments below.
  347. all-multi:
  348. $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
  349. install-multi:
  350. $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
  351. mostlyclean-multi:
  352. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
  353. clean-multi:
  354. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
  355. distclean-multi:
  356. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
  357. maintainer-clean-multi:
  358. $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
  359. install-includeHEADERS: $(include_HEADERS)
  360. @$(NORMAL_INSTALL)
  361. test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  362. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  363. for p in $$list; do \
  364. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  365. echo "$$d$$p"; \
  366. done | $(am__base_list) | \
  367. while read files; do \
  368. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  369. $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  370. done
  371. uninstall-includeHEADERS:
  372. @$(NORMAL_UNINSTALL)
  373. @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  374. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  375. test -n "$$files" || exit 0; \
  376. echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
  377. cd "$(DESTDIR)$(includedir)" && rm -f $$files
  378. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  379. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  380. unique=`for i in $$list; do \
  381. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  382. done | \
  383. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  384. END { if (nonempty) { for (i in files) print i; }; }'`; \
  385. mkid -fID $$unique
  386. tags: TAGS
  387. TAGS: $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
  388. $(TAGS_FILES) $(LISP)
  389. set x; \
  390. here=`pwd`; \
  391. list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \
  392. unique=`for i in $$list; do \
  393. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  394. done | \
  395. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  396. END { if (nonempty) { for (i in files) print i; }; }'`; \
  397. shift; \
  398. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  399. test -n "$$unique" || unique=$$empty_fix; \
  400. if test $$# -gt 0; then \
  401. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  402. "$$@" $$unique; \
  403. else \
  404. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  405. $$unique; \
  406. fi; \
  407. fi
  408. ctags: CTAGS
  409. CTAGS: $(HEADERS) $(SOURCES) config-h.in $(TAGS_DEPENDENCIES) \
  410. $(TAGS_FILES) $(LISP)
  411. list='$(SOURCES) $(HEADERS) config-h.in $(LISP) $(TAGS_FILES)'; \
  412. unique=`for i in $$list; do \
  413. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  414. done | \
  415. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  416. END { if (nonempty) { for (i in files) print i; }; }'`; \
  417. test -z "$(CTAGS_ARGS)$$unique" \
  418. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  419. $$unique
  420. GTAGS:
  421. here=`$(am__cd) $(top_builddir) && pwd` \
  422. && $(am__cd) $(top_srcdir) \
  423. && gtags -i $(GTAGS_ARGS) "$$here"
  424. distclean-tags:
  425. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  426. check-am: all-am
  427. check: check-am
  428. all-am: Makefile $(LTLIBRARIES) all-multi $(HEADERS) config.h
  429. installdirs:
  430. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
  431. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  432. done
  433. install: install-am
  434. install-exec: install-exec-am
  435. install-data: install-data-am
  436. uninstall: uninstall-am
  437. install-am: all-am
  438. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  439. installcheck: installcheck-am
  440. install-strip:
  441. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  442. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  443. `test -z '$(STRIP)' || \
  444. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  445. mostlyclean-generic:
  446. clean-generic:
  447. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  448. distclean-generic:
  449. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  450. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  451. maintainer-clean-generic:
  452. @echo "This command is intended for maintainers to use"
  453. @echo "it deletes files that may require special tools to rebuild."
  454. @INSTALL_LTDL_FALSE@install-data-local:
  455. clean: clean-am clean-multi
  456. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  457. clean-noinstLTLIBRARIES mostlyclean-am
  458. distclean: distclean-am distclean-multi
  459. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  460. -rm -f Makefile
  461. distclean-am: clean-am distclean-compile distclean-generic \
  462. distclean-hdr distclean-libtool distclean-tags
  463. dvi: dvi-am
  464. dvi-am:
  465. html: html-am
  466. html-am:
  467. info: info-am
  468. info-am:
  469. install-data-am: install-data-local install-includeHEADERS
  470. install-dvi: install-dvi-am
  471. install-dvi-am:
  472. install-exec-am: install-libLTLIBRARIES install-multi
  473. install-html: install-html-am
  474. install-html-am:
  475. install-info: install-info-am
  476. install-info-am:
  477. install-man:
  478. install-pdf: install-pdf-am
  479. install-pdf-am:
  480. install-ps: install-ps-am
  481. install-ps-am:
  482. installcheck-am:
  483. maintainer-clean: maintainer-clean-am maintainer-clean-multi
  484. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  485. -rm -rf $(top_srcdir)/autom4te.cache
  486. -rm -f Makefile
  487. maintainer-clean-am: distclean-am maintainer-clean-generic
  488. mostlyclean: mostlyclean-am mostlyclean-multi
  489. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  490. mostlyclean-libtool
  491. pdf: pdf-am
  492. pdf-am:
  493. ps: ps-am
  494. ps-am:
  495. uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
  496. .MAKE: all all-multi clean-multi distclean-multi install-am \
  497. install-multi install-strip maintainer-clean-multi \
  498. mostlyclean-multi
  499. .PHONY: CTAGS GTAGS all all-am all-multi am--refresh check check-am \
  500. clean clean-generic clean-libLTLIBRARIES clean-libtool \
  501. clean-multi clean-noinstLTLIBRARIES ctags distclean \
  502. distclean-compile distclean-generic distclean-hdr \
  503. distclean-libtool distclean-multi distclean-tags dvi dvi-am \
  504. html html-am info info-am install install-am install-data \
  505. install-data-am install-data-local install-dvi install-dvi-am \
  506. install-exec install-exec-am install-html install-html-am \
  507. install-includeHEADERS install-info install-info-am \
  508. install-libLTLIBRARIES install-man install-multi install-pdf \
  509. install-pdf-am install-ps install-ps-am install-strip \
  510. installcheck installcheck-am installdirs maintainer-clean \
  511. maintainer-clean-generic maintainer-clean-multi mostlyclean \
  512. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  513. mostlyclean-multi pdf pdf-am ps ps-am tags uninstall \
  514. uninstall-am uninstall-includeHEADERS uninstall-libLTLIBRARIES
  515. ltdl.lo: ltdl.h config.h
  516. $(libltdl_la_OBJECTS) $(libltdlc_la_OBJECTS): libtool
  517. libtool: $(LIBTOOL_DEPS)
  518. $(SHELL) ./config.status --recheck
  519. @INSTALL_LTDL_TRUE@install-data-local:
  520. @INSTALL_LTDL_TRUE@ -rm -rf $(DESTDIR)$(ltdldatadir)
  521. @INSTALL_LTDL_TRUE@ $(mkinstalldirs) $(DESTDIR)$(ltdldatadir)
  522. @INSTALL_LTDL_TRUE@ ( cd $(srcdir) && $(AMTAR) chf - $(ltdldatafiles); ) \
  523. @INSTALL_LTDL_TRUE@ | ( umask 0 && cd $(DESTDIR)$(ltdldatadir) && $(AMTAR) xf -; )
  524. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  525. # Otherwise a system limit (for SysV at least) may be exceeded.
  526. .NOEXPORT: