Makefile 18 KB

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