Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902
  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. #
  30. # automake provides the following useful targets:
  31. #
  32. # all: build all programs and libraries using the current
  33. # configuration (set by configure)
  34. #
  35. # check: build and run all self-tests
  36. #
  37. # clean: remove everything except what's required to build everything
  38. #
  39. # distclean: remove everything except what goes in the distribution
  40. #
  41. VPATH = @srcdir@
  42. am__is_gnu_make = { \
  43. if test -z '$(MAKELEVEL)'; then \
  44. false; \
  45. elif test -n '$(MAKE_HOST)'; then \
  46. true; \
  47. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  48. true; \
  49. else \
  50. false; \
  51. fi; \
  52. }
  53. am__make_running_with_option = \
  54. case $${target_option-} in \
  55. ?) ;; \
  56. *) echo "am__make_running_with_option: internal error: invalid" \
  57. "target option '$${target_option-}' specified" >&2; \
  58. exit 1;; \
  59. esac; \
  60. has_opt=no; \
  61. sane_makeflags=$$MAKEFLAGS; \
  62. if $(am__is_gnu_make); then \
  63. sane_makeflags=$$MFLAGS; \
  64. else \
  65. case $$MAKEFLAGS in \
  66. *\\[\ \ ]*) \
  67. bs=\\; \
  68. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  69. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  70. esac; \
  71. fi; \
  72. skip_next=no; \
  73. strip_trailopt () \
  74. { \
  75. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  76. }; \
  77. for flg in $$sane_makeflags; do \
  78. test $$skip_next = yes && { skip_next=no; continue; }; \
  79. case $$flg in \
  80. *=*|--*) continue;; \
  81. -*I) strip_trailopt 'I'; skip_next=yes;; \
  82. -*I?*) strip_trailopt 'I';; \
  83. -*O) strip_trailopt 'O'; skip_next=yes;; \
  84. -*O?*) strip_trailopt 'O';; \
  85. -*l) strip_trailopt 'l'; skip_next=yes;; \
  86. -*l?*) strip_trailopt 'l';; \
  87. -[dEDm]) skip_next=yes;; \
  88. -[JT]) skip_next=yes;; \
  89. esac; \
  90. case $$flg in \
  91. *$$target_option*) has_opt=yes; break;; \
  92. esac; \
  93. done; \
  94. test $$has_opt = yes
  95. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  96. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  97. pkgdatadir = $(datadir)/@PACKAGE@
  98. pkgincludedir = $(includedir)/@PACKAGE@
  99. pkglibdir = $(libdir)/@PACKAGE@
  100. pkglibexecdir = $(libexecdir)/@PACKAGE@
  101. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  102. install_sh_DATA = $(install_sh) -c -m 644
  103. install_sh_PROGRAM = $(install_sh) -c
  104. install_sh_SCRIPT = $(install_sh) -c
  105. INSTALL_HEADER = $(INSTALL_DATA)
  106. transform = $(program_transform_name)
  107. NORMAL_INSTALL = :
  108. PRE_INSTALL = :
  109. POST_INSTALL = :
  110. NORMAL_UNINSTALL = :
  111. PRE_UNINSTALL = :
  112. POST_UNINSTALL = :
  113. build_triplet = @build@
  114. host_triplet = @host@
  115. subdir = .
  116. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  117. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  118. $(top_srcdir)/m4/add_cxxflags.m4 $(top_srcdir)/m4/bswap.m4 \
  119. $(top_srcdir)/m4/clang.m4 $(top_srcdir)/m4/codeset.m4 \
  120. $(top_srcdir)/m4/gcc_version.m4 $(top_srcdir)/m4/iconv.m4 \
  121. $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
  122. $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
  123. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  124. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  125. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/really_gcc.m4 \
  126. $(top_srcdir)/m4/stack_protect.m4 $(top_srcdir)/m4/xmms.m4 \
  127. $(top_srcdir)/configure.ac
  128. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  129. $(ACLOCAL_M4)
  130. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  131. $(am__configure_deps) $(am__DIST_COMMON)
  132. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  133. configure.lineno config.status.lineno
  134. mkinstalldirs = $(install_sh) -d
  135. CONFIG_HEADER = config.h
  136. CONFIG_CLEAN_FILES =
  137. CONFIG_CLEAN_VPATH_FILES =
  138. AM_V_P = $(am__v_P_@AM_V@)
  139. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  140. am__v_P_0 = false
  141. am__v_P_1 = :
  142. AM_V_GEN = $(am__v_GEN_@AM_V@)
  143. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  144. am__v_GEN_0 = @echo " GEN " $@;
  145. am__v_GEN_1 =
  146. AM_V_at = $(am__v_at_@AM_V@)
  147. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  148. am__v_at_0 = @
  149. am__v_at_1 =
  150. SOURCES =
  151. DIST_SOURCES =
  152. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  153. ctags-recursive dvi-recursive html-recursive info-recursive \
  154. install-data-recursive install-dvi-recursive \
  155. install-exec-recursive install-html-recursive \
  156. install-info-recursive install-pdf-recursive \
  157. install-ps-recursive install-recursive installcheck-recursive \
  158. installdirs-recursive pdf-recursive ps-recursive \
  159. tags-recursive uninstall-recursive
  160. am__can_run_installinfo = \
  161. case $$AM_UPDATE_INFO_DIR in \
  162. n|no|NO) false;; \
  163. *) (install-info --version) >/dev/null 2>&1;; \
  164. esac
  165. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  166. distclean-recursive maintainer-clean-recursive
  167. am__recursive_targets = \
  168. $(RECURSIVE_TARGETS) \
  169. $(RECURSIVE_CLEAN_TARGETS) \
  170. $(am__extra_recursive_targets)
  171. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  172. cscope distdir dist dist-all distcheck
  173. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  174. $(LISP)config.h.in
  175. # Read a list of newline-separated strings from the standard input,
  176. # and print each of them once, without duplicates. Input order is
  177. # *not* preserved.
  178. am__uniquify_input = $(AWK) '\
  179. BEGIN { nonempty = 0; } \
  180. { items[$$0] = 1; nonempty = 1; } \
  181. END { if (nonempty) { for (i in items) print i; }; } \
  182. '
  183. # Make sure the list of sources is unique. This is necessary because,
  184. # e.g., the same source file might be shared among _SOURCES variables
  185. # for different programs/libraries.
  186. am__define_uniq_tagged_files = \
  187. list='$(am__tagged_files)'; \
  188. unique=`for i in $$list; do \
  189. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  190. done | $(am__uniquify_input)`
  191. ETAGS = etags
  192. CTAGS = ctags
  193. CSCOPE = cscope
  194. DIST_SUBDIRS = $(SUBDIRS)
  195. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
  196. README ar-lib compile config.guess config.rpath config.sub \
  197. install-sh ltmain.sh missing
  198. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  199. distdir = $(PACKAGE)-$(VERSION)
  200. top_distdir = $(distdir)
  201. am__remove_distdir = \
  202. if test -d "$(distdir)"; then \
  203. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  204. && rm -rf "$(distdir)" \
  205. || { sleep 5 && rm -rf "$(distdir)"; }; \
  206. else :; fi
  207. am__post_remove_distdir = $(am__remove_distdir)
  208. am__relativize = \
  209. dir0=`pwd`; \
  210. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  211. sed_rest='s,^[^/]*/*,,'; \
  212. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  213. sed_butlast='s,/*[^/]*$$,,'; \
  214. while test -n "$$dir1"; do \
  215. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  216. if test "$$first" != "."; then \
  217. if test "$$first" = ".."; then \
  218. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  219. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  220. else \
  221. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  222. if test "$$first2" = "$$first"; then \
  223. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  224. else \
  225. dir2="../$$dir2"; \
  226. fi; \
  227. dir0="$$dir0"/"$$first"; \
  228. fi; \
  229. fi; \
  230. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  231. done; \
  232. reldir="$$dir2"
  233. GZIP_ENV = --best
  234. DIST_ARCHIVES = $(distdir).tar.xz
  235. DIST_TARGETS = dist-xz
  236. distuninstallcheck_listfiles = find . -type f -print
  237. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  238. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  239. distcleancheck_listfiles = find . -type f -print
  240. ACLOCAL = @ACLOCAL@
  241. AMTAR = @AMTAR@
  242. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  243. AR = @AR@
  244. AS = @AS@
  245. AUTOCONF = @AUTOCONF@
  246. AUTOHEADER = @AUTOHEADER@
  247. AUTOMAKE = @AUTOMAKE@
  248. AWK = @AWK@
  249. CC = @CC@
  250. CCAS = @CCAS@
  251. CCASDEPMODE = @CCASDEPMODE@
  252. CCASFLAGS = @CCASFLAGS@
  253. CCDEPMODE = @CCDEPMODE@
  254. CFLAGS = @CFLAGS@
  255. CPP = @CPP@
  256. CPPFLAGS = @CPPFLAGS@
  257. CXX = @CXX@
  258. CXXCPP = @CXXCPP@
  259. CXXDEPMODE = @CXXDEPMODE@
  260. CXXFLAGS = @CXXFLAGS@
  261. CYGPATH_W = @CYGPATH_W@
  262. DEFS = @DEFS@
  263. DEPDIR = @DEPDIR@
  264. DLLTOOL = @DLLTOOL@
  265. DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
  266. DOXYGEN = @DOXYGEN@
  267. DSYMUTIL = @DSYMUTIL@
  268. DUMPBIN = @DUMPBIN@
  269. ECHO_C = @ECHO_C@
  270. ECHO_N = @ECHO_N@
  271. ECHO_T = @ECHO_T@
  272. EGREP = @EGREP@
  273. ENABLE_64_BIT_WORDS = @ENABLE_64_BIT_WORDS@
  274. EXEEXT = @EXEEXT@
  275. FGREP = @FGREP@
  276. FLAC__HAS_OGG = @FLAC__HAS_OGG@
  277. FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
  278. FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
  279. GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
  280. GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
  281. GCC_VERSION = @GCC_VERSION@
  282. GREP = @GREP@
  283. INSTALL = @INSTALL@
  284. INSTALL_DATA = @INSTALL_DATA@
  285. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  286. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  287. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  288. LD = @LD@
  289. LDFLAGS = @LDFLAGS@
  290. LIBICONV = @LIBICONV@
  291. LIBOBJS = @LIBOBJS@
  292. LIBS = @LIBS@
  293. LIBTOOL = @LIBTOOL@
  294. LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@
  295. LIPO = @LIPO@
  296. LN_S = @LN_S@
  297. LTLIBICONV = @LTLIBICONV@
  298. LTLIBOBJS = @LTLIBOBJS@
  299. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  300. MAKEINFO = @MAKEINFO@
  301. MANIFEST_TOOL = @MANIFEST_TOOL@
  302. MKDIR_P = @MKDIR_P@
  303. NASM = @NASM@
  304. NM = @NM@
  305. NMEDIT = @NMEDIT@
  306. OBJDUMP = @OBJDUMP@
  307. OBJEXT = @OBJEXT@
  308. OBJ_FORMAT = @OBJ_FORMAT@
  309. OGG_CFLAGS = @OGG_CFLAGS@
  310. OGG_LIBS = @OGG_LIBS@
  311. OGG_PACKAGE = @OGG_PACKAGE@
  312. OTOOL = @OTOOL@
  313. OTOOL64 = @OTOOL64@
  314. PACKAGE = @PACKAGE@
  315. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  316. PACKAGE_NAME = @PACKAGE_NAME@
  317. PACKAGE_STRING = @PACKAGE_STRING@
  318. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  319. PACKAGE_URL = @PACKAGE_URL@
  320. PACKAGE_VERSION = @PACKAGE_VERSION@
  321. PATH_SEPARATOR = @PATH_SEPARATOR@
  322. RANLIB = @RANLIB@
  323. SED = @SED@
  324. SET_MAKE = @SET_MAKE@
  325. SHELL = @SHELL@
  326. STRIP = @STRIP@
  327. VERSION = @VERSION@
  328. XMMS_CFLAGS = @XMMS_CFLAGS@
  329. XMMS_CONFIG = @XMMS_CONFIG@
  330. XMMS_DATA_DIR = @XMMS_DATA_DIR@
  331. XMMS_EFFECT_PLUGIN_DIR = @XMMS_EFFECT_PLUGIN_DIR@
  332. XMMS_GENERAL_PLUGIN_DIR = @XMMS_GENERAL_PLUGIN_DIR@
  333. XMMS_INPUT_PLUGIN_DIR = @XMMS_INPUT_PLUGIN_DIR@
  334. XMMS_LIBS = @XMMS_LIBS@
  335. XMMS_OUTPUT_PLUGIN_DIR = @XMMS_OUTPUT_PLUGIN_DIR@
  336. XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
  337. XMMS_VERSION = @XMMS_VERSION@
  338. XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
  339. abs_builddir = @abs_builddir@
  340. abs_srcdir = @abs_srcdir@
  341. abs_top_builddir = @abs_top_builddir@
  342. abs_top_srcdir = @abs_top_srcdir@
  343. ac_ct_AR = @ac_ct_AR@
  344. ac_ct_CC = @ac_ct_CC@
  345. ac_ct_CXX = @ac_ct_CXX@
  346. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  347. am__include = @am__include@
  348. am__leading_dot = @am__leading_dot@
  349. am__quote = @am__quote@
  350. am__tar = @am__tar@
  351. am__untar = @am__untar@
  352. bindir = @bindir@
  353. build = @build@
  354. build_alias = @build_alias@
  355. build_cpu = @build_cpu@
  356. build_os = @build_os@
  357. build_vendor = @build_vendor@
  358. builddir = @builddir@
  359. datadir = @datadir@
  360. datarootdir = @datarootdir@
  361. docdir = @docdir@
  362. dvidir = @dvidir@
  363. exec_prefix = @exec_prefix@
  364. host = @host@
  365. host_alias = @host_alias@
  366. host_cpu = @host_cpu@
  367. host_os = @host_os@
  368. host_vendor = @host_vendor@
  369. htmldir = @htmldir@
  370. includedir = @includedir@
  371. infodir = @infodir@
  372. install_sh = @install_sh@
  373. libdir = @libdir@
  374. libexecdir = @libexecdir@
  375. localedir = @localedir@
  376. localstatedir = @localstatedir@
  377. mandir = @mandir@
  378. mkdir_p = @mkdir_p@
  379. oldincludedir = @oldincludedir@
  380. pdfdir = @pdfdir@
  381. prefix = @prefix@
  382. program_transform_name = @program_transform_name@
  383. psdir = @psdir@
  384. runstatedir = @runstatedir@
  385. sbindir = @sbindir@
  386. sharedstatedir = @sharedstatedir@
  387. srcdir = @srcdir@
  388. sysconfdir = @sysconfdir@
  389. target_alias = @target_alias@
  390. top_build_prefix = @top_build_prefix@
  391. top_builddir = @top_builddir@
  392. top_srcdir = @top_srcdir@
  393. ACLOCAL_AMFLAGS = -I m4
  394. SUBDIRS = doc include m4 man src examples test build objs microbench
  395. EXTRA_DIST = \
  396. COPYING.FDL \
  397. COPYING.GPL \
  398. COPYING.LGPL \
  399. COPYING.Xiph \
  400. FLAC.sln \
  401. FLAC-vs2005.sln \
  402. Makefile.lite \
  403. Makefile.deps \
  404. autogen.sh \
  405. config.rpath \
  406. depcomp \
  407. ltmain.sh \
  408. strip_non_asm_libtool_args.sh
  409. CLEANFILES = *~
  410. all: config.h
  411. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  412. .SUFFIXES:
  413. am--refresh: Makefile
  414. @:
  415. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  416. @for dep in $?; do \
  417. case '$(am__configure_deps)' in \
  418. *$$dep*) \
  419. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  420. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  421. && exit 0; \
  422. exit 1;; \
  423. esac; \
  424. done; \
  425. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  426. $(am__cd) $(top_srcdir) && \
  427. $(AUTOMAKE) --foreign Makefile
  428. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  429. @case '$?' in \
  430. *config.status*) \
  431. echo ' $(SHELL) ./config.status'; \
  432. $(SHELL) ./config.status;; \
  433. *) \
  434. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  435. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  436. esac;
  437. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  438. $(SHELL) ./config.status --recheck
  439. $(top_srcdir)/configure: $(am__configure_deps)
  440. $(am__cd) $(srcdir) && $(AUTOCONF)
  441. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  442. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  443. $(am__aclocal_m4_deps):
  444. config.h: stamp-h1
  445. @test -f $@ || rm -f stamp-h1
  446. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  447. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  448. @rm -f stamp-h1
  449. cd $(top_builddir) && $(SHELL) ./config.status config.h
  450. $(srcdir)/config.h.in: $(am__configure_deps)
  451. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  452. rm -f stamp-h1
  453. touch $@
  454. distclean-hdr:
  455. -rm -f config.h stamp-h1
  456. mostlyclean-libtool:
  457. -rm -f *.lo
  458. clean-libtool:
  459. -rm -rf .libs _libs
  460. distclean-libtool:
  461. -rm -f libtool config.lt
  462. # This directory's subdirectories are mostly independent; you can cd
  463. # into them and run 'make' without going through this Makefile.
  464. # To change the values of 'make' variables: instead of editing Makefiles,
  465. # (1) if the variable is set in 'config.status', edit 'config.status'
  466. # (which will cause the Makefiles to be regenerated when you run 'make');
  467. # (2) otherwise, pass the desired values on the 'make' command line.
  468. $(am__recursive_targets):
  469. @fail=; \
  470. if $(am__make_keepgoing); then \
  471. failcom='fail=yes'; \
  472. else \
  473. failcom='exit 1'; \
  474. fi; \
  475. dot_seen=no; \
  476. target=`echo $@ | sed s/-recursive//`; \
  477. case "$@" in \
  478. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  479. *) list='$(SUBDIRS)' ;; \
  480. esac; \
  481. for subdir in $$list; do \
  482. echo "Making $$target in $$subdir"; \
  483. if test "$$subdir" = "."; then \
  484. dot_seen=yes; \
  485. local_target="$$target-am"; \
  486. else \
  487. local_target="$$target"; \
  488. fi; \
  489. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  490. || eval $$failcom; \
  491. done; \
  492. if test "$$dot_seen" = "no"; then \
  493. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  494. fi; test -z "$$fail"
  495. ID: $(am__tagged_files)
  496. $(am__define_uniq_tagged_files); mkid -fID $$unique
  497. tags: tags-recursive
  498. TAGS: tags
  499. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  500. set x; \
  501. here=`pwd`; \
  502. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  503. include_option=--etags-include; \
  504. empty_fix=.; \
  505. else \
  506. include_option=--include; \
  507. empty_fix=; \
  508. fi; \
  509. list='$(SUBDIRS)'; for subdir in $$list; do \
  510. if test "$$subdir" = .; then :; else \
  511. test ! -f $$subdir/TAGS || \
  512. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  513. fi; \
  514. done; \
  515. $(am__define_uniq_tagged_files); \
  516. shift; \
  517. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  518. test -n "$$unique" || unique=$$empty_fix; \
  519. if test $$# -gt 0; then \
  520. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  521. "$$@" $$unique; \
  522. else \
  523. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  524. $$unique; \
  525. fi; \
  526. fi
  527. ctags: ctags-recursive
  528. CTAGS: ctags
  529. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  530. $(am__define_uniq_tagged_files); \
  531. test -z "$(CTAGS_ARGS)$$unique" \
  532. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  533. $$unique
  534. GTAGS:
  535. here=`$(am__cd) $(top_builddir) && pwd` \
  536. && $(am__cd) $(top_srcdir) \
  537. && gtags -i $(GTAGS_ARGS) "$$here"
  538. cscope: cscope.files
  539. test ! -s cscope.files \
  540. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  541. clean-cscope:
  542. -rm -f cscope.files
  543. cscope.files: clean-cscope cscopelist
  544. cscopelist: cscopelist-recursive
  545. cscopelist-am: $(am__tagged_files)
  546. list='$(am__tagged_files)'; \
  547. case "$(srcdir)" in \
  548. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  549. *) sdir=$(subdir)/$(srcdir) ;; \
  550. esac; \
  551. for i in $$list; do \
  552. if test -f "$$i"; then \
  553. echo "$(subdir)/$$i"; \
  554. else \
  555. echo "$$sdir/$$i"; \
  556. fi; \
  557. done >> $(top_builddir)/cscope.files
  558. distclean-tags:
  559. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  560. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  561. distdir: $(DISTFILES)
  562. $(am__remove_distdir)
  563. test -d "$(distdir)" || mkdir "$(distdir)"
  564. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  565. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  566. list='$(DISTFILES)'; \
  567. dist_files=`for file in $$list; do echo $$file; done | \
  568. sed -e "s|^$$srcdirstrip/||;t" \
  569. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  570. case $$dist_files in \
  571. */*) $(MKDIR_P) `echo "$$dist_files" | \
  572. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  573. sort -u` ;; \
  574. esac; \
  575. for file in $$dist_files; do \
  576. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  577. if test -d $$d/$$file; then \
  578. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  579. if test -d "$(distdir)/$$file"; then \
  580. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  581. fi; \
  582. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  583. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  584. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  585. fi; \
  586. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  587. else \
  588. test -f "$(distdir)/$$file" \
  589. || cp -p $$d/$$file "$(distdir)/$$file" \
  590. || exit 1; \
  591. fi; \
  592. done
  593. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  594. if test "$$subdir" = .; then :; else \
  595. $(am__make_dryrun) \
  596. || test -d "$(distdir)/$$subdir" \
  597. || $(MKDIR_P) "$(distdir)/$$subdir" \
  598. || exit 1; \
  599. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  600. $(am__relativize); \
  601. new_distdir=$$reldir; \
  602. dir1=$$subdir; dir2="$(top_distdir)"; \
  603. $(am__relativize); \
  604. new_top_distdir=$$reldir; \
  605. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  606. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  607. ($(am__cd) $$subdir && \
  608. $(MAKE) $(AM_MAKEFLAGS) \
  609. top_distdir="$$new_top_distdir" \
  610. distdir="$$new_distdir" \
  611. am__remove_distdir=: \
  612. am__skip_length_check=: \
  613. am__skip_mode_fix=: \
  614. distdir) \
  615. || exit 1; \
  616. fi; \
  617. done
  618. -test -n "$(am__skip_mode_fix)" \
  619. || find "$(distdir)" -type d ! -perm -755 \
  620. -exec chmod u+rwx,go+rx {} \; -o \
  621. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  622. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  623. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  624. || chmod -R a+r "$(distdir)"
  625. dist-gzip: distdir
  626. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  627. $(am__post_remove_distdir)
  628. dist-bzip2: distdir
  629. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  630. $(am__post_remove_distdir)
  631. dist-lzip: distdir
  632. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  633. $(am__post_remove_distdir)
  634. dist-xz: distdir
  635. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  636. $(am__post_remove_distdir)
  637. dist-tarZ: distdir
  638. @echo WARNING: "Support for distribution archives compressed with" \
  639. "legacy program 'compress' is deprecated." >&2
  640. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  641. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  642. $(am__post_remove_distdir)
  643. dist-shar: distdir
  644. @echo WARNING: "Support for shar distribution archives is" \
  645. "deprecated." >&2
  646. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  647. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  648. $(am__post_remove_distdir)
  649. dist-zip: distdir
  650. -rm -f $(distdir).zip
  651. zip -rq $(distdir).zip $(distdir)
  652. $(am__post_remove_distdir)
  653. dist dist-all:
  654. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  655. $(am__post_remove_distdir)
  656. # This target untars the dist file and tries a VPATH configuration. Then
  657. # it guarantees that the distribution is self-contained by making another
  658. # tarfile.
  659. distcheck: dist
  660. case '$(DIST_ARCHIVES)' in \
  661. *.tar.gz*) \
  662. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  663. *.tar.bz2*) \
  664. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  665. *.tar.lz*) \
  666. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  667. *.tar.xz*) \
  668. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  669. *.tar.Z*) \
  670. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  671. *.shar.gz*) \
  672. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  673. *.zip*) \
  674. unzip $(distdir).zip ;;\
  675. esac
  676. chmod -R a-w $(distdir)
  677. chmod u+w $(distdir)
  678. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  679. chmod a-w $(distdir)
  680. test -d $(distdir)/_build || exit 0; \
  681. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  682. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  683. && am__cwd=`pwd` \
  684. && $(am__cd) $(distdir)/_build/sub \
  685. && ../../configure \
  686. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  687. $(DISTCHECK_CONFIGURE_FLAGS) \
  688. --srcdir=../.. --prefix="$$dc_install_base" \
  689. && $(MAKE) $(AM_MAKEFLAGS) \
  690. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  691. && $(MAKE) $(AM_MAKEFLAGS) check \
  692. && $(MAKE) $(AM_MAKEFLAGS) install \
  693. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  694. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  695. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  696. distuninstallcheck \
  697. && chmod -R a-w "$$dc_install_base" \
  698. && ({ \
  699. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  700. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  701. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  702. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  703. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  704. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  705. && rm -rf "$$dc_destdir" \
  706. && $(MAKE) $(AM_MAKEFLAGS) dist \
  707. && rm -rf $(DIST_ARCHIVES) \
  708. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  709. && cd "$$am__cwd" \
  710. || exit 1
  711. $(am__post_remove_distdir)
  712. @(echo "$(distdir) archives ready for distribution: "; \
  713. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  714. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  715. distuninstallcheck:
  716. @test -n '$(distuninstallcheck_dir)' || { \
  717. echo 'ERROR: trying to run $@ with an empty' \
  718. '$$(distuninstallcheck_dir)' >&2; \
  719. exit 1; \
  720. }; \
  721. $(am__cd) '$(distuninstallcheck_dir)' || { \
  722. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  723. exit 1; \
  724. }; \
  725. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  726. || { echo "ERROR: files left after uninstall:" ; \
  727. if test -n "$(DESTDIR)"; then \
  728. echo " (check DESTDIR support)"; \
  729. fi ; \
  730. $(distuninstallcheck_listfiles) ; \
  731. exit 1; } >&2
  732. distcleancheck: distclean
  733. @if test '$(srcdir)' = . ; then \
  734. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  735. exit 1 ; \
  736. fi
  737. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  738. || { echo "ERROR: files left in build directory after distclean:" ; \
  739. $(distcleancheck_listfiles) ; \
  740. exit 1; } >&2
  741. check-am: all-am
  742. check: check-recursive
  743. all-am: Makefile config.h
  744. installdirs: installdirs-recursive
  745. installdirs-am:
  746. install: install-recursive
  747. install-exec: install-exec-recursive
  748. install-data: install-data-recursive
  749. uninstall: uninstall-recursive
  750. install-am: all-am
  751. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  752. installcheck: installcheck-recursive
  753. install-strip:
  754. if test -z '$(STRIP)'; then \
  755. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  756. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  757. install; \
  758. else \
  759. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  760. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  761. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  762. fi
  763. mostlyclean-generic:
  764. clean-generic:
  765. -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  766. distclean-generic:
  767. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  768. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  769. maintainer-clean-generic:
  770. @echo "This command is intended for maintainers to use"
  771. @echo "it deletes files that may require special tools to rebuild."
  772. clean: clean-recursive
  773. clean-am: clean-generic clean-libtool mostlyclean-am
  774. distclean: distclean-recursive
  775. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  776. -rm -f Makefile
  777. distclean-am: clean-am distclean-generic distclean-hdr \
  778. distclean-libtool distclean-tags
  779. dvi: dvi-recursive
  780. dvi-am:
  781. html: html-recursive
  782. html-am:
  783. info: info-recursive
  784. info-am:
  785. install-data-am:
  786. install-dvi: install-dvi-recursive
  787. install-dvi-am:
  788. install-exec-am:
  789. install-html: install-html-recursive
  790. install-html-am:
  791. install-info: install-info-recursive
  792. install-info-am:
  793. install-man:
  794. install-pdf: install-pdf-recursive
  795. install-pdf-am:
  796. install-ps: install-ps-recursive
  797. install-ps-am:
  798. installcheck-am:
  799. maintainer-clean: maintainer-clean-recursive
  800. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  801. -rm -rf $(top_srcdir)/autom4te.cache
  802. -rm -f Makefile
  803. maintainer-clean-am: distclean-am maintainer-clean-generic
  804. mostlyclean: mostlyclean-recursive
  805. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  806. pdf: pdf-recursive
  807. pdf-am:
  808. ps: ps-recursive
  809. ps-am:
  810. uninstall-am:
  811. .MAKE: $(am__recursive_targets) all install-am install-strip
  812. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  813. am--refresh check check-am clean clean-cscope clean-generic \
  814. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  815. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  816. dist-xz dist-zip distcheck distclean distclean-generic \
  817. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  818. distdir distuninstallcheck dvi dvi-am html html-am info \
  819. info-am install install-am install-data install-data-am \
  820. install-dvi install-dvi-am install-exec install-exec-am \
  821. install-html install-html-am install-info install-info-am \
  822. install-man install-pdf install-pdf-am install-ps \
  823. install-ps-am install-strip installcheck installcheck-am \
  824. installdirs installdirs-am maintainer-clean \
  825. maintainer-clean-generic mostlyclean mostlyclean-generic \
  826. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  827. uninstall-am
  828. .PRECIOUS: Makefile
  829. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  830. # Otherwise a system limit (for SysV at least) may be exceeded.
  831. .NOEXPORT: