Makefile.in 18 KB

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