Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. # FLAC - Free Lossless Audio Codec
  13. # Copyright (C) 2002,2003,2004,2005,2006,2007,2008,2009 Josh Coalson
  14. #
  15. # This file is part the FLAC project. FLAC is comprised of several
  16. # components distributed under different licenses. The codec libraries
  17. # are distributed under Xiph.Org's BSD-like license (see the file
  18. # COPYING.Xiph in this distribution). All other programs, libraries, and
  19. # plugins are distributed under the GPL (see COPYING.GPL). The documentation
  20. # is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
  21. # FLAC distribution contains at the top the terms under which it may be
  22. # distributed.
  23. #
  24. # Since this particular file is relevant to all components of FLAC,
  25. # it may be distributed under the Xiph.Org license, which is the least
  26. # restrictive of those mentioned above. See the file COPYING.Xiph in this
  27. # distribution.
  28. VPATH = @srcdir@
  29. am__is_gnu_make = { \
  30. if test -z '$(MAKELEVEL)'; then \
  31. false; \
  32. elif test -n '$(MAKE_HOST)'; then \
  33. true; \
  34. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  35. true; \
  36. else \
  37. false; \
  38. fi; \
  39. }
  40. am__make_running_with_option = \
  41. case $${target_option-} in \
  42. ?) ;; \
  43. *) echo "am__make_running_with_option: internal error: invalid" \
  44. "target option '$${target_option-}' specified" >&2; \
  45. exit 1;; \
  46. esac; \
  47. has_opt=no; \
  48. sane_makeflags=$$MAKEFLAGS; \
  49. if $(am__is_gnu_make); then \
  50. sane_makeflags=$$MFLAGS; \
  51. else \
  52. case $$MAKEFLAGS in \
  53. *\\[\ \ ]*) \
  54. bs=\\; \
  55. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  56. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  57. esac; \
  58. fi; \
  59. skip_next=no; \
  60. strip_trailopt () \
  61. { \
  62. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  63. }; \
  64. for flg in $$sane_makeflags; do \
  65. test $$skip_next = yes && { skip_next=no; continue; }; \
  66. case $$flg in \
  67. *=*|--*) continue;; \
  68. -*I) strip_trailopt 'I'; skip_next=yes;; \
  69. -*I?*) strip_trailopt 'I';; \
  70. -*O) strip_trailopt 'O'; skip_next=yes;; \
  71. -*O?*) strip_trailopt 'O';; \
  72. -*l) strip_trailopt 'l'; skip_next=yes;; \
  73. -*l?*) strip_trailopt 'l';; \
  74. -[dEDm]) skip_next=yes;; \
  75. -[JT]) skip_next=yes;; \
  76. esac; \
  77. case $$flg in \
  78. *$$target_option*) has_opt=yes; break;; \
  79. esac; \
  80. done; \
  81. test $$has_opt = yes
  82. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  83. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  84. pkgdatadir = $(datadir)/@PACKAGE@
  85. pkgincludedir = $(includedir)/@PACKAGE@
  86. pkglibdir = $(libdir)/@PACKAGE@
  87. pkglibexecdir = $(libexecdir)/@PACKAGE@
  88. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  89. install_sh_DATA = $(install_sh) -c -m 644
  90. install_sh_PROGRAM = $(install_sh) -c
  91. install_sh_SCRIPT = $(install_sh) -c
  92. INSTALL_HEADER = $(INSTALL_DATA)
  93. transform = $(program_transform_name)
  94. NORMAL_INSTALL = :
  95. PRE_INSTALL = :
  96. POST_INSTALL = :
  97. NORMAL_UNINSTALL = :
  98. PRE_UNINSTALL = :
  99. POST_UNINSTALL = :
  100. build_triplet = @build@
  101. host_triplet = @host@
  102. subdir = objs/debug
  103. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  104. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  105. $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
  106. $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
  107. $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
  108. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  109. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
  110. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  111. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  112. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
  113. $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
  114. $(top_srcdir)/configure.ac
  115. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  116. $(ACLOCAL_M4)
  117. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  118. mkinstalldirs = $(install_sh) -d
  119. CONFIG_HEADER = $(top_builddir)/config.h
  120. CONFIG_CLEAN_FILES =
  121. CONFIG_CLEAN_VPATH_FILES =
  122. AM_V_P = $(am__v_P_@AM_V@)
  123. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  124. am__v_P_0 = false
  125. am__v_P_1 = :
  126. AM_V_GEN = $(am__v_GEN_@AM_V@)
  127. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  128. am__v_GEN_0 = @echo " GEN " $@;
  129. am__v_GEN_1 =
  130. AM_V_at = $(am__v_at_@AM_V@)
  131. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  132. am__v_at_0 = @
  133. am__v_at_1 =
  134. SOURCES =
  135. DIST_SOURCES =
  136. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  137. ctags-recursive dvi-recursive html-recursive info-recursive \
  138. install-data-recursive install-dvi-recursive \
  139. install-exec-recursive install-html-recursive \
  140. install-info-recursive install-pdf-recursive \
  141. install-ps-recursive install-recursive installcheck-recursive \
  142. installdirs-recursive pdf-recursive ps-recursive \
  143. tags-recursive uninstall-recursive
  144. am__can_run_installinfo = \
  145. case $$AM_UPDATE_INFO_DIR in \
  146. n|no|NO) false;; \
  147. *) (install-info --version) >/dev/null 2>&1;; \
  148. esac
  149. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  150. distclean-recursive maintainer-clean-recursive
  151. am__recursive_targets = \
  152. $(RECURSIVE_TARGETS) \
  153. $(RECURSIVE_CLEAN_TARGETS) \
  154. $(am__extra_recursive_targets)
  155. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  156. distdir
  157. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  158. # Read a list of newline-separated strings from the standard input,
  159. # and print each of them once, without duplicates. Input order is
  160. # *not* preserved.
  161. am__uniquify_input = $(AWK) '\
  162. BEGIN { nonempty = 0; } \
  163. { items[$$0] = 1; nonempty = 1; } \
  164. END { if (nonempty) { for (i in items) print i; }; } \
  165. '
  166. # Make sure the list of sources is unique. This is necessary because,
  167. # e.g., the same source file might be shared among _SOURCES variables
  168. # for different programs/libraries.
  169. am__define_uniq_tagged_files = \
  170. list='$(am__tagged_files)'; \
  171. unique=`for i in $$list; do \
  172. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  173. done | $(am__uniquify_input)`
  174. ETAGS = etags
  175. CTAGS = ctags
  176. DIST_SUBDIRS = $(SUBDIRS)
  177. am__DIST_COMMON = $(srcdir)/Makefile.in
  178. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  179. am__relativize = \
  180. dir0=`pwd`; \
  181. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  182. sed_rest='s,^[^/]*/*,,'; \
  183. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  184. sed_butlast='s,/*[^/]*$$,,'; \
  185. while test -n "$$dir1"; do \
  186. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  187. if test "$$first" != "."; then \
  188. if test "$$first" = ".."; then \
  189. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  190. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  191. else \
  192. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  193. if test "$$first2" = "$$first"; then \
  194. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  195. else \
  196. dir2="../$$dir2"; \
  197. fi; \
  198. dir0="$$dir0"/"$$first"; \
  199. fi; \
  200. fi; \
  201. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  202. done; \
  203. reldir="$$dir2"
  204. ACLOCAL = @ACLOCAL@
  205. AMTAR = @AMTAR@
  206. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  207. AR = @AR@
  208. AS = @AS@
  209. AUTOCONF = @AUTOCONF@
  210. AUTOHEADER = @AUTOHEADER@
  211. AUTOMAKE = @AUTOMAKE@
  212. AWK = @AWK@
  213. CC = @CC@
  214. CCAS = @CCAS@
  215. CCASDEPMODE = @CCASDEPMODE@
  216. CCASFLAGS = @CCASFLAGS@
  217. CCDEPMODE = @CCDEPMODE@
  218. CFLAGS = @CFLAGS@
  219. CPP = @CPP@
  220. CPPFLAGS = @CPPFLAGS@
  221. CXX = @CXX@
  222. CXXCPP = @CXXCPP@
  223. CXXDEPMODE = @CXXDEPMODE@
  224. CXXFLAGS = @CXXFLAGS@
  225. CYGPATH_W = @CYGPATH_W@
  226. DEFS = @DEFS@
  227. DEPDIR = @DEPDIR@
  228. DLLTOOL = @DLLTOOL@
  229. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  230. DOXYGEN = @DOXYGEN@
  231. DSYMUTIL = @DSYMUTIL@
  232. DUMPBIN = @DUMPBIN@
  233. ECHO_C = @ECHO_C@
  234. ECHO_N = @ECHO_N@
  235. ECHO_T = @ECHO_T@
  236. EGREP = @EGREP@
  237. ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
  238. EXEEXT = @EXEEXT@
  239. FGREP = @FGREP@
  240. FLAC__HAS_OGG = @FLAC__HAS_OGG@
  241. FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
  242. FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
  243. GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
  244. GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
  245. GCC_VERSION = @GCC_VERSION@
  246. GREP = @GREP@
  247. INSTALL = @INSTALL@
  248. INSTALL_DATA = @INSTALL_DATA@
  249. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  250. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  251. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  252. LD = @LD@
  253. LDFLAGS = @LDFLAGS@
  254. LIBICONV = @LIBICONV@
  255. LIBOBJS = @LIBOBJS@
  256. LIBS = @LIBS@
  257. LIBTOOL = @LIBTOOL@
  258. LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
  259. LIPO = @LIPO@
  260. LN_S = @LN_S@
  261. LTLIBICONV = @LTLIBICONV@
  262. LTLIBOBJS = @LTLIBOBJS@
  263. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  264. MAKEINFO = @MAKEINFO@
  265. MANIFEST_TOOL = @MANIFEST_TOOL@
  266. MKDIR_P = @MKDIR_P@
  267. NASM = @NASM@
  268. NM = @NM@
  269. NMEDIT = @NMEDIT@
  270. OBJDUMP = @OBJDUMP@
  271. OBJEXT = @OBJEXT@
  272. OBJ_FORMAT = @OBJ_FORMAT@
  273. OGG_CFLAGS = @OGG_CFLAGS@
  274. OGG_LIBS = @OGG_LIBS@
  275. OGG_PACKAGE = @OGG_PACKAGE@
  276. OTOOL = @OTOOL@
  277. OTOOL64 = @OTOOL64@
  278. PACKAGE = @PACKAGE@
  279. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  280. PACKAGE_NAME = @PACKAGE_NAME@
  281. PACKAGE_STRING = @PACKAGE_STRING@
  282. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  283. PACKAGE_URL = @PACKAGE_URL@
  284. PACKAGE_VERSION = @PACKAGE_VERSION@
  285. PATH_SEPARATOR = @PATH_SEPARATOR@
  286. RANLIB = @RANLIB@
  287. SED = @SED@
  288. SET_MAKE = @SET_MAKE@
  289. SHELL = @SHELL@
  290. STRIP = @STRIP@
  291. VERSION = @VERSION@
  292. XMMS_CFLAGS = @XMMS_CFLAGS@
  293. XMMS_CONFIG = @XMMS_CONFIG@
  294. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  295. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  296. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  297. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  298. XMMS_LIBS = @XMMS_LIBS@
  299. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  300. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  301. XMMS_VERSION = @XMMS_VERSION@
  302. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  303. abs_builddir = @abs_builddir@
  304. abs_srcdir = @abs_srcdir@
  305. abs_top_builddir = @abs_top_builddir@
  306. abs_top_srcdir = @abs_top_srcdir@
  307. ac_ct_AR = @ac_ct_AR@
  308. ac_ct_CC = @ac_ct_CC@
  309. ac_ct_CXX = @ac_ct_CXX@
  310. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  311. am__include = @am__include@
  312. am__leading_dot = @am__leading_dot@
  313. am__quote = @am__quote@
  314. am__tar = @am__tar@
  315. am__untar = @am__untar@
  316. bindir = @bindir@
  317. build = @build@
  318. build_alias = @build_alias@
  319. build_cpu = @build_cpu@
  320. build_os = @build_os@
  321. build_vendor = @build_vendor@
  322. builddir = @builddir@
  323. datadir = @datadir@
  324. datarootdir = @datarootdir@
  325. docdir = @docdir@
  326. dvidir = @dvidir@
  327. exec_prefix = @exec_prefix@
  328. host = @host@
  329. host_alias = @host_alias@
  330. host_cpu = @host_cpu@
  331. host_os = @host_os@
  332. host_vendor = @host_vendor@
  333. htmldir = @htmldir@
  334. includedir = @includedir@
  335. infodir = @infodir@
  336. install_sh = @install_sh@
  337. libdir = @libdir@
  338. libexecdir = @libexecdir@
  339. localedir = @localedir@
  340. localstatedir = @localstatedir@
  341. mandir = @mandir@
  342. mkdir_p = @mkdir_p@
  343. oldincludedir = @oldincludedir@
  344. pdfdir = @pdfdir@
  345. prefix = @prefix@
  346. program_transform_name = @program_transform_name@
  347. psdir = @psdir@
  348. runstatedir = @runstatedir@
  349. sbindir = @sbindir@
  350. sharedstatedir = @sharedstatedir@
  351. srcdir = @srcdir@
  352. sysconfdir = @sysconfdir@
  353. target_alias = @target_alias@
  354. top_build_prefix = @top_build_prefix@
  355. top_builddir = @top_builddir@
  356. top_srcdir = @top_srcdir@
  357. SUBDIRS = \
  358. bin \
  359. lib
  360. all: all-recursive
  361. .SUFFIXES:
  362. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  363. @for dep in $?; do \
  364. case '$(am__configure_deps)' in \
  365. *$$dep*) \
  366. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  367. && { if test -f $@; then exit 0; else break; fi; }; \
  368. exit 1;; \
  369. esac; \
  370. done; \
  371. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign objs/debug/Makefile'; \
  372. $(am__cd) $(top_srcdir) && \
  373. $(AUTOMAKE) --foreign objs/debug/Makefile
  374. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  375. @case '$?' in \
  376. *config.status*) \
  377. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  378. *) \
  379. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  380. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  381. esac;
  382. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  383. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  384. $(top_srcdir)/configure: $(am__configure_deps)
  385. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  386. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  387. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  388. $(am__aclocal_m4_deps):
  389. mostlyclean-libtool:
  390. -rm -f *.lo
  391. clean-libtool:
  392. -rm -rf .libs _libs
  393. # This directory's subdirectories are mostly independent; you can cd
  394. # into them and run 'make' without going through this Makefile.
  395. # To change the values of 'make' variables: instead of editing Makefiles,
  396. # (1) if the variable is set in 'config.status', edit 'config.status'
  397. # (which will cause the Makefiles to be regenerated when you run 'make');
  398. # (2) otherwise, pass the desired values on the 'make' command line.
  399. $(am__recursive_targets):
  400. @fail=; \
  401. if $(am__make_keepgoing); then \
  402. failcom='fail=yes'; \
  403. else \
  404. failcom='exit 1'; \
  405. fi; \
  406. dot_seen=no; \
  407. target=`echo $@ | sed s/-recursive//`; \
  408. case "$@" in \
  409. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  410. *) list='$(SUBDIRS)' ;; \
  411. esac; \
  412. for subdir in $$list; do \
  413. echo "Making $$target in $$subdir"; \
  414. if test "$$subdir" = "."; then \
  415. dot_seen=yes; \
  416. local_target="$$target-am"; \
  417. else \
  418. local_target="$$target"; \
  419. fi; \
  420. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  421. || eval $$failcom; \
  422. done; \
  423. if test "$$dot_seen" = "no"; then \
  424. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  425. fi; test -z "$$fail"
  426. ID: $(am__tagged_files)
  427. $(am__define_uniq_tagged_files); mkid -fID $$unique
  428. tags: tags-recursive
  429. TAGS: tags
  430. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  431. set x; \
  432. here=`pwd`; \
  433. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  434. include_option=--etags-include; \
  435. empty_fix=.; \
  436. else \
  437. include_option=--include; \
  438. empty_fix=; \
  439. fi; \
  440. list='$(SUBDIRS)'; for subdir in $$list; do \
  441. if test "$$subdir" = .; then :; else \
  442. test ! -f $$subdir/TAGS || \
  443. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  444. fi; \
  445. done; \
  446. $(am__define_uniq_tagged_files); \
  447. shift; \
  448. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  449. test -n "$$unique" || unique=$$empty_fix; \
  450. if test $$# -gt 0; then \
  451. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  452. "$$@" $$unique; \
  453. else \
  454. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  455. $$unique; \
  456. fi; \
  457. fi
  458. ctags: ctags-recursive
  459. CTAGS: ctags
  460. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  461. $(am__define_uniq_tagged_files); \
  462. test -z "$(CTAGS_ARGS)$$unique" \
  463. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  464. $$unique
  465. GTAGS:
  466. here=`$(am__cd) $(top_builddir) && pwd` \
  467. && $(am__cd) $(top_srcdir) \
  468. && gtags -i $(GTAGS_ARGS) "$$here"
  469. cscopelist: cscopelist-recursive
  470. cscopelist-am: $(am__tagged_files)
  471. list='$(am__tagged_files)'; \
  472. case "$(srcdir)" in \
  473. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  474. *) sdir=$(subdir)/$(srcdir) ;; \
  475. esac; \
  476. for i in $$list; do \
  477. if test -f "$$i"; then \
  478. echo "$(subdir)/$$i"; \
  479. else \
  480. echo "$$sdir/$$i"; \
  481. fi; \
  482. done >> $(top_builddir)/cscope.files
  483. distclean-tags:
  484. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  485. distdir: $(DISTFILES)
  486. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  487. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  488. list='$(DISTFILES)'; \
  489. dist_files=`for file in $$list; do echo $$file; done | \
  490. sed -e "s|^$$srcdirstrip/||;t" \
  491. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  492. case $$dist_files in \
  493. */*) $(MKDIR_P) `echo "$$dist_files" | \
  494. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  495. sort -u` ;; \
  496. esac; \
  497. for file in $$dist_files; do \
  498. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  499. if test -d $$d/$$file; then \
  500. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  501. if test -d "$(distdir)/$$file"; then \
  502. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  503. fi; \
  504. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  505. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  506. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  507. fi; \
  508. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  509. else \
  510. test -f "$(distdir)/$$file" \
  511. || cp -p $$d/$$file "$(distdir)/$$file" \
  512. || exit 1; \
  513. fi; \
  514. done
  515. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  516. if test "$$subdir" = .; then :; else \
  517. $(am__make_dryrun) \
  518. || test -d "$(distdir)/$$subdir" \
  519. || $(MKDIR_P) "$(distdir)/$$subdir" \
  520. || exit 1; \
  521. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  522. $(am__relativize); \
  523. new_distdir=$$reldir; \
  524. dir1=$$subdir; dir2="$(top_distdir)"; \
  525. $(am__relativize); \
  526. new_top_distdir=$$reldir; \
  527. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  528. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  529. ($(am__cd) $$subdir && \
  530. $(MAKE) $(AM_MAKEFLAGS) \
  531. top_distdir="$$new_top_distdir" \
  532. distdir="$$new_distdir" \
  533. am__remove_distdir=: \
  534. am__skip_length_check=: \
  535. am__skip_mode_fix=: \
  536. distdir) \
  537. || exit 1; \
  538. fi; \
  539. done
  540. check-am: all-am
  541. check: check-recursive
  542. all-am: Makefile
  543. installdirs: installdirs-recursive
  544. installdirs-am:
  545. install: install-recursive
  546. install-exec: install-exec-recursive
  547. install-data: install-data-recursive
  548. uninstall: uninstall-recursive
  549. install-am: all-am
  550. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  551. installcheck: installcheck-recursive
  552. install-strip:
  553. if test -z '$(STRIP)'; then \
  554. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  555. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  556. install; \
  557. else \
  558. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  559. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  560. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  561. fi
  562. mostlyclean-generic:
  563. clean-generic:
  564. distclean-generic:
  565. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  566. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  567. maintainer-clean-generic:
  568. @echo "This command is intended for maintainers to use"
  569. @echo "it deletes files that may require special tools to rebuild."
  570. clean: clean-recursive
  571. clean-am: clean-generic clean-libtool mostlyclean-am
  572. distclean: distclean-recursive
  573. -rm -f Makefile
  574. distclean-am: clean-am distclean-generic distclean-tags
  575. dvi: dvi-recursive
  576. dvi-am:
  577. html: html-recursive
  578. html-am:
  579. info: info-recursive
  580. info-am:
  581. install-data-am:
  582. install-dvi: install-dvi-recursive
  583. install-dvi-am:
  584. install-exec-am:
  585. install-html: install-html-recursive
  586. install-html-am:
  587. install-info: install-info-recursive
  588. install-info-am:
  589. install-man:
  590. install-pdf: install-pdf-recursive
  591. install-pdf-am:
  592. install-ps: install-ps-recursive
  593. install-ps-am:
  594. installcheck-am:
  595. maintainer-clean: maintainer-clean-recursive
  596. -rm -f Makefile
  597. maintainer-clean-am: distclean-am maintainer-clean-generic
  598. mostlyclean: mostlyclean-recursive
  599. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  600. pdf: pdf-recursive
  601. pdf-am:
  602. ps: ps-recursive
  603. ps-am:
  604. uninstall-am:
  605. .MAKE: $(am__recursive_targets) install-am install-strip
  606. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  607. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  608. ctags-am distclean distclean-generic distclean-libtool \
  609. distclean-tags distdir dvi dvi-am html html-am info info-am \
  610. install install-am install-data install-data-am install-dvi \
  611. install-dvi-am install-exec install-exec-am install-html \
  612. install-html-am install-info install-info-am install-man \
  613. install-pdf install-pdf-am install-ps install-ps-am \
  614. install-strip installcheck installcheck-am installdirs \
  615. installdirs-am maintainer-clean maintainer-clean-generic \
  616. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  617. ps ps-am tags tags-am uninstall uninstall-am
  618. .PRECIOUS: Makefile
  619. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  620. # Otherwise a system limit (for SysV at least) may be exceeded.
  621. .NOEXPORT: