Makefile.in 21 KB

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