Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  1. # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
  5. # Foundation, 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. am__make_dryrun = \
  16. { \
  17. am__dry=no; \
  18. case $$MAKEFLAGS in \
  19. *\\[\ \ ]*) \
  20. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  21. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  22. *) \
  23. for am__flg in $$MAKEFLAGS; do \
  24. case $$am__flg in \
  25. *=*|--*) ;; \
  26. *n*) am__dry=yes; break;; \
  27. esac; \
  28. done;; \
  29. esac; \
  30. test $$am__dry = yes; \
  31. }
  32. pkgdatadir = $(datadir)/@PACKAGE@
  33. pkgincludedir = $(includedir)/@PACKAGE@
  34. pkglibdir = $(libdir)/@PACKAGE@
  35. pkglibexecdir = $(libexecdir)/@PACKAGE@
  36. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  37. install_sh_DATA = $(install_sh) -c -m 644
  38. install_sh_PROGRAM = $(install_sh) -c
  39. install_sh_SCRIPT = $(install_sh) -c
  40. INSTALL_HEADER = $(INSTALL_DATA)
  41. transform = $(program_transform_name)
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. build_triplet = @build@
  49. host_triplet = @host@
  50. subdir = include
  51. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  52. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  53. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  54. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  55. $(ACLOCAL_M4)
  56. mkinstalldirs = $(install_sh) -d
  57. CONFIG_HEADER = $(top_builddir)/config.h
  58. CONFIG_CLEAN_FILES =
  59. CONFIG_CLEAN_VPATH_FILES =
  60. SOURCES =
  61. DIST_SOURCES =
  62. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  63. html-recursive info-recursive install-data-recursive \
  64. install-dvi-recursive install-exec-recursive \
  65. install-html-recursive install-info-recursive \
  66. install-pdf-recursive install-ps-recursive install-recursive \
  67. installcheck-recursive installdirs-recursive pdf-recursive \
  68. ps-recursive uninstall-recursive
  69. am__can_run_installinfo = \
  70. case $$AM_UPDATE_INFO_DIR in \
  71. n|no|NO) false;; \
  72. *) (install-info --version) >/dev/null 2>&1;; \
  73. esac
  74. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  75. distclean-recursive maintainer-clean-recursive
  76. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  77. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  78. distdir
  79. ETAGS = etags
  80. CTAGS = ctags
  81. DIST_SUBDIRS = $(SUBDIRS)
  82. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  83. am__relativize = \
  84. dir0=`pwd`; \
  85. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  86. sed_rest='s,^[^/]*/*,,'; \
  87. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  88. sed_butlast='s,/*[^/]*$$,,'; \
  89. while test -n "$$dir1"; do \
  90. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  91. if test "$$first" != "."; then \
  92. if test "$$first" = ".."; then \
  93. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  94. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  95. else \
  96. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  97. if test "$$first2" = "$$first"; then \
  98. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  99. else \
  100. dir2="../$$dir2"; \
  101. fi; \
  102. dir0="$$dir0"/"$$first"; \
  103. fi; \
  104. fi; \
  105. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  106. done; \
  107. reldir="$$dir2"
  108. ACLOCAL = @ACLOCAL@
  109. AMTAR = @AMTAR@
  110. AR = @AR@
  111. AUTOCONF = @AUTOCONF@
  112. AUTOHEADER = @AUTOHEADER@
  113. AUTOMAKE = @AUTOMAKE@
  114. AWK = @AWK@
  115. CC = @CC@
  116. CCDEPMODE = @CCDEPMODE@
  117. CFLAGS = @CFLAGS@
  118. CPP = @CPP@
  119. CPPFLAGS = @CPPFLAGS@
  120. CYGPATH_W = @CYGPATH_W@
  121. DEBUG = @DEBUG@
  122. DEFS = @DEFS@
  123. DEPDIR = @DEPDIR@
  124. DLLTOOL = @DLLTOOL@
  125. DSYMUTIL = @DSYMUTIL@
  126. DUMPBIN = @DUMPBIN@
  127. ECHO_C = @ECHO_C@
  128. ECHO_N = @ECHO_N@
  129. ECHO_T = @ECHO_T@
  130. EGREP = @EGREP@
  131. EXEEXT = @EXEEXT@
  132. FGREP = @FGREP@
  133. GREP = @GREP@
  134. INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
  135. INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
  136. INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
  137. INSTALL = @INSTALL@
  138. INSTALL_DATA = @INSTALL_DATA@
  139. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  140. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  141. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  142. LD = @LD@
  143. LDFLAGS = @LDFLAGS@
  144. LIBOBJS = @LIBOBJS@
  145. LIBS = @LIBS@
  146. LIBTOOL = @LIBTOOL@
  147. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  148. LIB_AGE = @LIB_AGE@
  149. LIB_CURRENT = @LIB_CURRENT@
  150. LIB_REVISION = @LIB_REVISION@
  151. LIPO = @LIPO@
  152. LN_S = @LN_S@
  153. LTLIBOBJS = @LTLIBOBJS@
  154. MAINT = @MAINT@
  155. MAKEINFO = @MAKEINFO@
  156. MANIFEST_TOOL = @MANIFEST_TOOL@
  157. MKDIR_P = @MKDIR_P@
  158. NM = @NM@
  159. NMEDIT = @NMEDIT@
  160. OBJDUMP = @OBJDUMP@
  161. OBJEXT = @OBJEXT@
  162. OPT = @OPT@
  163. OTOOL = @OTOOL@
  164. OTOOL64 = @OTOOL64@
  165. PACKAGE = @PACKAGE@
  166. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  167. PACKAGE_NAME = @PACKAGE_NAME@
  168. PACKAGE_STRING = @PACKAGE_STRING@
  169. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  170. PACKAGE_URL = @PACKAGE_URL@
  171. PACKAGE_VERSION = @PACKAGE_VERSION@
  172. PATH_SEPARATOR = @PATH_SEPARATOR@
  173. PROFILE = @PROFILE@
  174. RANLIB = @RANLIB@
  175. SED = @SED@
  176. SET_MAKE = @SET_MAKE@
  177. SHELL = @SHELL@
  178. SIZE16 = @SIZE16@
  179. SIZE32 = @SIZE32@
  180. SIZE64 = @SIZE64@
  181. STRIP = @STRIP@
  182. USIZE16 = @USIZE16@
  183. USIZE32 = @USIZE32@
  184. VERSION = @VERSION@
  185. abs_builddir = @abs_builddir@
  186. abs_srcdir = @abs_srcdir@
  187. abs_top_builddir = @abs_top_builddir@
  188. abs_top_srcdir = @abs_top_srcdir@
  189. ac_ct_AR = @ac_ct_AR@
  190. ac_ct_CC = @ac_ct_CC@
  191. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  192. am__include = @am__include@
  193. am__leading_dot = @am__leading_dot@
  194. am__quote = @am__quote@
  195. am__tar = @am__tar@
  196. am__untar = @am__untar@
  197. bindir = @bindir@
  198. build = @build@
  199. build_alias = @build_alias@
  200. build_cpu = @build_cpu@
  201. build_os = @build_os@
  202. build_vendor = @build_vendor@
  203. builddir = @builddir@
  204. datadir = @datadir@
  205. datarootdir = @datarootdir@
  206. docdir = @docdir@
  207. dvidir = @dvidir@
  208. exec_prefix = @exec_prefix@
  209. host = @host@
  210. host_alias = @host_alias@
  211. host_cpu = @host_cpu@
  212. host_os = @host_os@
  213. host_vendor = @host_vendor@
  214. htmldir = @htmldir@
  215. includedir = @includedir@
  216. infodir = @infodir@
  217. install_sh = @install_sh@
  218. libdir = @libdir@
  219. libexecdir = @libexecdir@
  220. localedir = @localedir@
  221. localstatedir = @localstatedir@
  222. mandir = @mandir@
  223. mkdir_p = @mkdir_p@
  224. oldincludedir = @oldincludedir@
  225. pdfdir = @pdfdir@
  226. prefix = @prefix@
  227. program_transform_name = @program_transform_name@
  228. psdir = @psdir@
  229. sbindir = @sbindir@
  230. sharedstatedir = @sharedstatedir@
  231. srcdir = @srcdir@
  232. sysconfdir = @sysconfdir@
  233. target_alias = @target_alias@
  234. top_build_prefix = @top_build_prefix@
  235. top_builddir = @top_builddir@
  236. top_srcdir = @top_srcdir@
  237. SUBDIRS = ogg
  238. all: all-recursive
  239. .SUFFIXES:
  240. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  241. @for dep in $?; do \
  242. case '$(am__configure_deps)' in \
  243. *$$dep*) \
  244. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  245. && { if test -f $@; then exit 0; else break; fi; }; \
  246. exit 1;; \
  247. esac; \
  248. done; \
  249. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
  250. $(am__cd) $(top_srcdir) && \
  251. $(AUTOMAKE) --gnu include/Makefile
  252. .PRECIOUS: Makefile
  253. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  254. @case '$?' in \
  255. *config.status*) \
  256. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  257. *) \
  258. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  259. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  260. esac;
  261. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  262. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  263. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  264. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  265. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  266. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  267. $(am__aclocal_m4_deps):
  268. mostlyclean-libtool:
  269. -rm -f *.lo
  270. clean-libtool:
  271. -rm -rf .libs _libs
  272. # This directory's subdirectories are mostly independent; you can cd
  273. # into them and run `make' without going through this Makefile.
  274. # To change the values of `make' variables: instead of editing Makefiles,
  275. # (1) if the variable is set in `config.status', edit `config.status'
  276. # (which will cause the Makefiles to be regenerated when you run `make');
  277. # (2) otherwise, pass the desired values on the `make' command line.
  278. $(RECURSIVE_TARGETS):
  279. @fail= failcom='exit 1'; \
  280. for f in x $$MAKEFLAGS; do \
  281. case $$f in \
  282. *=* | --[!k]*);; \
  283. *k*) failcom='fail=yes';; \
  284. esac; \
  285. done; \
  286. dot_seen=no; \
  287. target=`echo $@ | sed s/-recursive//`; \
  288. list='$(SUBDIRS)'; for subdir in $$list; do \
  289. echo "Making $$target in $$subdir"; \
  290. if test "$$subdir" = "."; then \
  291. dot_seen=yes; \
  292. local_target="$$target-am"; \
  293. else \
  294. local_target="$$target"; \
  295. fi; \
  296. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  297. || eval $$failcom; \
  298. done; \
  299. if test "$$dot_seen" = "no"; then \
  300. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  301. fi; test -z "$$fail"
  302. $(RECURSIVE_CLEAN_TARGETS):
  303. @fail= failcom='exit 1'; \
  304. for f in x $$MAKEFLAGS; do \
  305. case $$f in \
  306. *=* | --[!k]*);; \
  307. *k*) failcom='fail=yes';; \
  308. esac; \
  309. done; \
  310. dot_seen=no; \
  311. case "$@" in \
  312. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  313. *) list='$(SUBDIRS)' ;; \
  314. esac; \
  315. rev=''; for subdir in $$list; do \
  316. if test "$$subdir" = "."; then :; else \
  317. rev="$$subdir $$rev"; \
  318. fi; \
  319. done; \
  320. rev="$$rev ."; \
  321. target=`echo $@ | sed s/-recursive//`; \
  322. for subdir in $$rev; do \
  323. echo "Making $$target in $$subdir"; \
  324. if test "$$subdir" = "."; then \
  325. local_target="$$target-am"; \
  326. else \
  327. local_target="$$target"; \
  328. fi; \
  329. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  330. || eval $$failcom; \
  331. done && test -z "$$fail"
  332. tags-recursive:
  333. list='$(SUBDIRS)'; for subdir in $$list; do \
  334. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  335. done
  336. ctags-recursive:
  337. list='$(SUBDIRS)'; for subdir in $$list; do \
  338. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  339. done
  340. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  341. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  342. unique=`for i in $$list; do \
  343. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  344. done | \
  345. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  346. END { if (nonempty) { for (i in files) print i; }; }'`; \
  347. mkid -fID $$unique
  348. tags: TAGS
  349. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  350. $(TAGS_FILES) $(LISP)
  351. set x; \
  352. here=`pwd`; \
  353. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  354. include_option=--etags-include; \
  355. empty_fix=.; \
  356. else \
  357. include_option=--include; \
  358. empty_fix=; \
  359. fi; \
  360. list='$(SUBDIRS)'; for subdir in $$list; do \
  361. if test "$$subdir" = .; then :; else \
  362. test ! -f $$subdir/TAGS || \
  363. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  364. fi; \
  365. done; \
  366. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  367. unique=`for i in $$list; do \
  368. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  369. done | \
  370. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  371. END { if (nonempty) { for (i in files) print i; }; }'`; \
  372. shift; \
  373. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  374. test -n "$$unique" || unique=$$empty_fix; \
  375. if test $$# -gt 0; then \
  376. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  377. "$$@" $$unique; \
  378. else \
  379. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  380. $$unique; \
  381. fi; \
  382. fi
  383. ctags: CTAGS
  384. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  385. $(TAGS_FILES) $(LISP)
  386. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  387. unique=`for i in $$list; do \
  388. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  389. done | \
  390. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  391. END { if (nonempty) { for (i in files) print i; }; }'`; \
  392. test -z "$(CTAGS_ARGS)$$unique" \
  393. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  394. $$unique
  395. GTAGS:
  396. here=`$(am__cd) $(top_builddir) && pwd` \
  397. && $(am__cd) $(top_srcdir) \
  398. && gtags -i $(GTAGS_ARGS) "$$here"
  399. distclean-tags:
  400. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  401. distdir: $(DISTFILES)
  402. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  404. list='$(DISTFILES)'; \
  405. dist_files=`for file in $$list; do echo $$file; done | \
  406. sed -e "s|^$$srcdirstrip/||;t" \
  407. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  408. case $$dist_files in \
  409. */*) $(MKDIR_P) `echo "$$dist_files" | \
  410. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  411. sort -u` ;; \
  412. esac; \
  413. for file in $$dist_files; do \
  414. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  415. if test -d $$d/$$file; then \
  416. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  417. if test -d "$(distdir)/$$file"; then \
  418. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  419. fi; \
  420. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  421. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  422. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  423. fi; \
  424. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  425. else \
  426. test -f "$(distdir)/$$file" \
  427. || cp -p $$d/$$file "$(distdir)/$$file" \
  428. || exit 1; \
  429. fi; \
  430. done
  431. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  432. if test "$$subdir" = .; then :; else \
  433. $(am__make_dryrun) \
  434. || test -d "$(distdir)/$$subdir" \
  435. || $(MKDIR_P) "$(distdir)/$$subdir" \
  436. || exit 1; \
  437. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  438. $(am__relativize); \
  439. new_distdir=$$reldir; \
  440. dir1=$$subdir; dir2="$(top_distdir)"; \
  441. $(am__relativize); \
  442. new_top_distdir=$$reldir; \
  443. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  444. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  445. ($(am__cd) $$subdir && \
  446. $(MAKE) $(AM_MAKEFLAGS) \
  447. top_distdir="$$new_top_distdir" \
  448. distdir="$$new_distdir" \
  449. am__remove_distdir=: \
  450. am__skip_length_check=: \
  451. am__skip_mode_fix=: \
  452. distdir) \
  453. || exit 1; \
  454. fi; \
  455. done
  456. check-am: all-am
  457. check: check-recursive
  458. all-am: Makefile
  459. installdirs: installdirs-recursive
  460. installdirs-am:
  461. install: install-recursive
  462. install-exec: install-exec-recursive
  463. install-data: install-data-recursive
  464. uninstall: uninstall-recursive
  465. install-am: all-am
  466. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  467. installcheck: installcheck-recursive
  468. install-strip:
  469. if test -z '$(STRIP)'; then \
  470. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  471. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  472. install; \
  473. else \
  474. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  475. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  476. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  477. fi
  478. mostlyclean-generic:
  479. clean-generic:
  480. distclean-generic:
  481. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  482. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  483. maintainer-clean-generic:
  484. @echo "This command is intended for maintainers to use"
  485. @echo "it deletes files that may require special tools to rebuild."
  486. clean: clean-recursive
  487. clean-am: clean-generic clean-libtool mostlyclean-am
  488. distclean: distclean-recursive
  489. -rm -f Makefile
  490. distclean-am: clean-am distclean-generic distclean-tags
  491. dvi: dvi-recursive
  492. dvi-am:
  493. html: html-recursive
  494. html-am:
  495. info: info-recursive
  496. info-am:
  497. install-data-am:
  498. install-dvi: install-dvi-recursive
  499. install-dvi-am:
  500. install-exec-am:
  501. install-html: install-html-recursive
  502. install-html-am:
  503. install-info: install-info-recursive
  504. install-info-am:
  505. install-man:
  506. install-pdf: install-pdf-recursive
  507. install-pdf-am:
  508. install-ps: install-ps-recursive
  509. install-ps-am:
  510. installcheck-am:
  511. maintainer-clean: maintainer-clean-recursive
  512. -rm -f Makefile
  513. maintainer-clean-am: distclean-am maintainer-clean-generic
  514. mostlyclean: mostlyclean-recursive
  515. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  516. pdf: pdf-recursive
  517. pdf-am:
  518. ps: ps-recursive
  519. ps-am:
  520. uninstall-am:
  521. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  522. install-am install-strip tags-recursive
  523. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  524. all all-am check check-am clean clean-generic clean-libtool \
  525. ctags ctags-recursive distclean distclean-generic \
  526. distclean-libtool distclean-tags distdir dvi dvi-am html \
  527. html-am info info-am install install-am install-data \
  528. install-data-am install-dvi install-dvi-am install-exec \
  529. install-exec-am install-html install-html-am install-info \
  530. install-info-am install-man install-pdf install-pdf-am \
  531. install-ps install-ps-am install-strip installcheck \
  532. installcheck-am installdirs installdirs-am maintainer-clean \
  533. maintainer-clean-generic mostlyclean mostlyclean-generic \
  534. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
  535. uninstall uninstall-am
  536. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  537. # Otherwise a system limit (for SysV at least) may be exceeded.
  538. .NOEXPORT: