Makefile.in 18 KB

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