Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  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. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = include/vorbis
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  90. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
  91. $(top_srcdir)/configure.ac
  92. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  93. $(ACLOCAL_M4)
  94. DIST_COMMON = $(srcdir)/Makefile.am $(vorbisinclude_HEADERS) \
  95. $(am__DIST_COMMON)
  96. mkinstalldirs = $(install_sh) -d
  97. CONFIG_HEADER = $(top_builddir)/config.h
  98. CONFIG_CLEAN_FILES =
  99. CONFIG_CLEAN_VPATH_FILES =
  100. AM_V_P = $(am__v_P_@AM_V@)
  101. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  102. am__v_P_0 = false
  103. am__v_P_1 = :
  104. AM_V_GEN = $(am__v_GEN_@AM_V@)
  105. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  106. am__v_GEN_0 = @echo " GEN " $@;
  107. am__v_GEN_1 =
  108. AM_V_at = $(am__v_at_@AM_V@)
  109. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  110. am__v_at_0 = @
  111. am__v_at_1 =
  112. SOURCES =
  113. DIST_SOURCES =
  114. am__can_run_installinfo = \
  115. case $$AM_UPDATE_INFO_DIR in \
  116. n|no|NO) false;; \
  117. *) (install-info --version) >/dev/null 2>&1;; \
  118. esac
  119. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  120. am__vpath_adj = case $$p in \
  121. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  122. *) f=$$p;; \
  123. esac;
  124. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  125. am__install_max = 40
  126. am__nobase_strip_setup = \
  127. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  128. am__nobase_strip = \
  129. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  130. am__nobase_list = $(am__nobase_strip_setup); \
  131. for p in $$list; do echo "$$p $$p"; done | \
  132. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  133. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  134. if (++n[$$2] == $(am__install_max)) \
  135. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  136. END { for (dir in files) print dir, files[dir] }'
  137. am__base_list = \
  138. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  139. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  140. am__uninstall_files_from_dir = { \
  141. test -z "$$files" \
  142. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  143. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  144. $(am__cd) "$$dir" && rm -f $$files; }; \
  145. }
  146. am__installdirs = "$(DESTDIR)$(vorbisincludedir)"
  147. HEADERS = $(vorbisinclude_HEADERS)
  148. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  149. # Read a list of newline-separated strings from the standard input,
  150. # and print each of them once, without duplicates. Input order is
  151. # *not* preserved.
  152. am__uniquify_input = $(AWK) '\
  153. BEGIN { nonempty = 0; } \
  154. { items[$$0] = 1; nonempty = 1; } \
  155. END { if (nonempty) { for (i in items) print i; }; } \
  156. '
  157. # Make sure the list of sources is unique. This is necessary because,
  158. # e.g., the same source file might be shared among _SOURCES variables
  159. # for different programs/libraries.
  160. am__define_uniq_tagged_files = \
  161. list='$(am__tagged_files)'; \
  162. unique=`for i in $$list; do \
  163. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  164. done | $(am__uniquify_input)`
  165. ETAGS = etags
  166. CTAGS = ctags
  167. am__DIST_COMMON = $(srcdir)/Makefile.in
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. ACLOCAL = @ACLOCAL@
  170. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  171. ALLOCA = @ALLOCA@
  172. AMTAR = @AMTAR@
  173. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  174. AR = @AR@
  175. AS = @AS@
  176. AUTOCONF = @AUTOCONF@
  177. AUTOHEADER = @AUTOHEADER@
  178. AUTOMAKE = @AUTOMAKE@
  179. AWK = @AWK@
  180. CC = @CC@
  181. CCDEPMODE = @CCDEPMODE@
  182. CFLAGS = @CFLAGS@
  183. CPP = @CPP@
  184. CPPFLAGS = @CPPFLAGS@
  185. CYGPATH_W = @CYGPATH_W@
  186. DEBUG = @DEBUG@
  187. DEFS = @DEFS@
  188. DEPDIR = @DEPDIR@
  189. DLLTOOL = @DLLTOOL@
  190. DSYMUTIL = @DSYMUTIL@
  191. DUMPBIN = @DUMPBIN@
  192. ECHO_C = @ECHO_C@
  193. ECHO_N = @ECHO_N@
  194. ECHO_T = @ECHO_T@
  195. EGREP = @EGREP@
  196. EXEEXT = @EXEEXT@
  197. FGREP = @FGREP@
  198. GREP = @GREP@
  199. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  200. HTLATEX = @HTLATEX@
  201. INSTALL = @INSTALL@
  202. INSTALL_DATA = @INSTALL_DATA@
  203. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  204. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  205. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  206. LD = @LD@
  207. LDFLAGS = @LDFLAGS@
  208. LIBOBJS = @LIBOBJS@
  209. LIBS = @LIBS@
  210. LIBTOOL = @LIBTOOL@
  211. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  212. LIPO = @LIPO@
  213. LN_S = @LN_S@
  214. LTLIBOBJS = @LTLIBOBJS@
  215. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  216. MAINT = @MAINT@
  217. MAKEINFO = @MAKEINFO@
  218. MANIFEST_TOOL = @MANIFEST_TOOL@
  219. MKDIR_P = @MKDIR_P@
  220. NM = @NM@
  221. NMEDIT = @NMEDIT@
  222. OBJDUMP = @OBJDUMP@
  223. OBJEXT = @OBJEXT@
  224. OGG_CFLAGS = @OGG_CFLAGS@
  225. OGG_LIBS = @OGG_LIBS@
  226. OTOOL = @OTOOL@
  227. OTOOL64 = @OTOOL64@
  228. PACKAGE = @PACKAGE@
  229. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  230. PACKAGE_NAME = @PACKAGE_NAME@
  231. PACKAGE_STRING = @PACKAGE_STRING@
  232. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  233. PACKAGE_URL = @PACKAGE_URL@
  234. PACKAGE_VERSION = @PACKAGE_VERSION@
  235. PATH_SEPARATOR = @PATH_SEPARATOR@
  236. PDFLATEX = @PDFLATEX@
  237. PKG_CONFIG = @PKG_CONFIG@
  238. PROFILE = @PROFILE@
  239. RANLIB = @RANLIB@
  240. SED = @SED@
  241. SET_MAKE = @SET_MAKE@
  242. SHELL = @SHELL@
  243. STRIP = @STRIP@
  244. VERSION = @VERSION@
  245. VE_LIB_AGE = @VE_LIB_AGE@
  246. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  247. VE_LIB_REVISION = @VE_LIB_REVISION@
  248. VF_LIB_AGE = @VF_LIB_AGE@
  249. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  250. VF_LIB_REVISION = @VF_LIB_REVISION@
  251. VORBIS_LIBS = @VORBIS_LIBS@
  252. V_LIB_AGE = @V_LIB_AGE@
  253. V_LIB_CURRENT = @V_LIB_CURRENT@
  254. V_LIB_REVISION = @V_LIB_REVISION@
  255. abs_builddir = @abs_builddir@
  256. abs_srcdir = @abs_srcdir@
  257. abs_top_builddir = @abs_top_builddir@
  258. abs_top_srcdir = @abs_top_srcdir@
  259. ac_ct_AR = @ac_ct_AR@
  260. ac_ct_CC = @ac_ct_CC@
  261. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  262. am__include = @am__include@
  263. am__leading_dot = @am__leading_dot@
  264. am__quote = @am__quote@
  265. am__tar = @am__tar@
  266. am__untar = @am__untar@
  267. bindir = @bindir@
  268. build = @build@
  269. build_alias = @build_alias@
  270. build_cpu = @build_cpu@
  271. build_os = @build_os@
  272. build_vendor = @build_vendor@
  273. builddir = @builddir@
  274. datadir = @datadir@
  275. datarootdir = @datarootdir@
  276. docdir = @docdir@
  277. dvidir = @dvidir@
  278. exec_prefix = @exec_prefix@
  279. host = @host@
  280. host_alias = @host_alias@
  281. host_cpu = @host_cpu@
  282. host_os = @host_os@
  283. host_vendor = @host_vendor@
  284. htmldir = @htmldir@
  285. includedir = @includedir@
  286. infodir = @infodir@
  287. install_sh = @install_sh@
  288. libdir = @libdir@
  289. libexecdir = @libexecdir@
  290. localedir = @localedir@
  291. localstatedir = @localstatedir@
  292. mandir = @mandir@
  293. mkdir_p = @mkdir_p@
  294. oldincludedir = @oldincludedir@
  295. pdfdir = @pdfdir@
  296. prefix = @prefix@
  297. program_transform_name = @program_transform_name@
  298. psdir = @psdir@
  299. pthread_lib = @pthread_lib@
  300. sbindir = @sbindir@
  301. sharedstatedir = @sharedstatedir@
  302. srcdir = @srcdir@
  303. sysconfdir = @sysconfdir@
  304. target = @target@
  305. target_alias = @target_alias@
  306. target_cpu = @target_cpu@
  307. target_os = @target_os@
  308. target_vendor = @target_vendor@
  309. top_build_prefix = @top_build_prefix@
  310. top_builddir = @top_builddir@
  311. top_srcdir = @top_srcdir@
  312. vorbisincludedir = $(includedir)/vorbis
  313. vorbisinclude_HEADERS = codec.h vorbisfile.h vorbisenc.h
  314. all: all-am
  315. .SUFFIXES:
  316. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  317. @for dep in $?; do \
  318. case '$(am__configure_deps)' in \
  319. *$$dep*) \
  320. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  321. && { if test -f $@; then exit 0; else break; fi; }; \
  322. exit 1;; \
  323. esac; \
  324. done; \
  325. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/vorbis/Makefile'; \
  326. $(am__cd) $(top_srcdir) && \
  327. $(AUTOMAKE) --gnu include/vorbis/Makefile
  328. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  329. @case '$?' in \
  330. *config.status*) \
  331. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  332. *) \
  333. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  334. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  335. esac;
  336. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  337. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  338. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  339. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  340. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  341. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  342. $(am__aclocal_m4_deps):
  343. mostlyclean-libtool:
  344. -rm -f *.lo
  345. clean-libtool:
  346. -rm -rf .libs _libs
  347. install-vorbisincludeHEADERS: $(vorbisinclude_HEADERS)
  348. @$(NORMAL_INSTALL)
  349. @list='$(vorbisinclude_HEADERS)'; test -n "$(vorbisincludedir)" || list=; \
  350. if test -n "$$list"; then \
  351. echo " $(MKDIR_P) '$(DESTDIR)$(vorbisincludedir)'"; \
  352. $(MKDIR_P) "$(DESTDIR)$(vorbisincludedir)" || exit 1; \
  353. fi; \
  354. for p in $$list; do \
  355. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  356. echo "$$d$$p"; \
  357. done | $(am__base_list) | \
  358. while read files; do \
  359. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(vorbisincludedir)'"; \
  360. $(INSTALL_HEADER) $$files "$(DESTDIR)$(vorbisincludedir)" || exit $$?; \
  361. done
  362. uninstall-vorbisincludeHEADERS:
  363. @$(NORMAL_UNINSTALL)
  364. @list='$(vorbisinclude_HEADERS)'; test -n "$(vorbisincludedir)" || list=; \
  365. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  366. dir='$(DESTDIR)$(vorbisincludedir)'; $(am__uninstall_files_from_dir)
  367. ID: $(am__tagged_files)
  368. $(am__define_uniq_tagged_files); mkid -fID $$unique
  369. tags: tags-am
  370. TAGS: tags
  371. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  372. set x; \
  373. here=`pwd`; \
  374. $(am__define_uniq_tagged_files); \
  375. shift; \
  376. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  377. test -n "$$unique" || unique=$$empty_fix; \
  378. if test $$# -gt 0; then \
  379. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  380. "$$@" $$unique; \
  381. else \
  382. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  383. $$unique; \
  384. fi; \
  385. fi
  386. ctags: ctags-am
  387. CTAGS: ctags
  388. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  389. $(am__define_uniq_tagged_files); \
  390. test -z "$(CTAGS_ARGS)$$unique" \
  391. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  392. $$unique
  393. GTAGS:
  394. here=`$(am__cd) $(top_builddir) && pwd` \
  395. && $(am__cd) $(top_srcdir) \
  396. && gtags -i $(GTAGS_ARGS) "$$here"
  397. cscopelist: cscopelist-am
  398. cscopelist-am: $(am__tagged_files)
  399. list='$(am__tagged_files)'; \
  400. case "$(srcdir)" in \
  401. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  402. *) sdir=$(subdir)/$(srcdir) ;; \
  403. esac; \
  404. for i in $$list; do \
  405. if test -f "$$i"; then \
  406. echo "$(subdir)/$$i"; \
  407. else \
  408. echo "$$sdir/$$i"; \
  409. fi; \
  410. done >> $(top_builddir)/cscope.files
  411. distclean-tags:
  412. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  413. distdir: $(DISTFILES)
  414. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  415. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  416. list='$(DISTFILES)'; \
  417. dist_files=`for file in $$list; do echo $$file; done | \
  418. sed -e "s|^$$srcdirstrip/||;t" \
  419. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  420. case $$dist_files in \
  421. */*) $(MKDIR_P) `echo "$$dist_files" | \
  422. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  423. sort -u` ;; \
  424. esac; \
  425. for file in $$dist_files; do \
  426. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  427. if test -d $$d/$$file; then \
  428. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  429. if test -d "$(distdir)/$$file"; then \
  430. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  431. fi; \
  432. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  433. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  434. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  435. fi; \
  436. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  437. else \
  438. test -f "$(distdir)/$$file" \
  439. || cp -p $$d/$$file "$(distdir)/$$file" \
  440. || exit 1; \
  441. fi; \
  442. done
  443. check-am: all-am
  444. check: check-am
  445. all-am: Makefile $(HEADERS)
  446. installdirs:
  447. for dir in "$(DESTDIR)$(vorbisincludedir)"; do \
  448. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  449. done
  450. install: install-am
  451. install-exec: install-exec-am
  452. install-data: install-data-am
  453. uninstall: uninstall-am
  454. install-am: all-am
  455. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  456. installcheck: installcheck-am
  457. install-strip:
  458. if test -z '$(STRIP)'; then \
  459. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  460. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  461. install; \
  462. else \
  463. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  464. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  465. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  466. fi
  467. mostlyclean-generic:
  468. clean-generic:
  469. distclean-generic:
  470. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  471. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  472. maintainer-clean-generic:
  473. @echo "This command is intended for maintainers to use"
  474. @echo "it deletes files that may require special tools to rebuild."
  475. clean: clean-am
  476. clean-am: clean-generic clean-libtool mostlyclean-am
  477. distclean: distclean-am
  478. -rm -f Makefile
  479. distclean-am: clean-am distclean-generic distclean-tags
  480. dvi: dvi-am
  481. dvi-am:
  482. html: html-am
  483. html-am:
  484. info: info-am
  485. info-am:
  486. install-data-am: install-vorbisincludeHEADERS
  487. install-dvi: install-dvi-am
  488. install-dvi-am:
  489. install-exec-am:
  490. install-html: install-html-am
  491. install-html-am:
  492. install-info: install-info-am
  493. install-info-am:
  494. install-man:
  495. install-pdf: install-pdf-am
  496. install-pdf-am:
  497. install-ps: install-ps-am
  498. install-ps-am:
  499. installcheck-am:
  500. maintainer-clean: maintainer-clean-am
  501. -rm -f Makefile
  502. maintainer-clean-am: distclean-am maintainer-clean-generic
  503. mostlyclean: mostlyclean-am
  504. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  505. pdf: pdf-am
  506. pdf-am:
  507. ps: ps-am
  508. ps-am:
  509. uninstall-am: uninstall-vorbisincludeHEADERS
  510. .MAKE: install-am install-strip
  511. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  512. clean-libtool cscopelist-am ctags ctags-am distclean \
  513. distclean-generic distclean-libtool distclean-tags distdir dvi \
  514. dvi-am html html-am info info-am install install-am \
  515. install-data install-data-am install-dvi install-dvi-am \
  516. install-exec install-exec-am install-html install-html-am \
  517. install-info install-info-am install-man install-pdf \
  518. install-pdf-am install-ps install-ps-am install-strip \
  519. install-vorbisincludeHEADERS installcheck installcheck-am \
  520. installdirs maintainer-clean maintainer-clean-generic \
  521. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  522. ps ps-am tags tags-am uninstall uninstall-am \
  523. uninstall-vorbisincludeHEADERS
  524. .PRECIOUS: Makefile
  525. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  526. # Otherwise a system limit (for SysV at least) may be exceeded.
  527. .NOEXPORT: