Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932
  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 = .
  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 $(top_srcdir)/configure \
  92. $(am__configure_deps) $(am__DIST_COMMON)
  93. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  94. configure.lineno config.status.lineno
  95. mkinstalldirs = $(install_sh) -d
  96. CONFIG_HEADER = config.h
  97. CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc
  98. CONFIG_CLEAN_VPATH_FILES =
  99. AM_V_P = $(am__v_P_@AM_V@)
  100. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  101. am__v_P_0 = false
  102. am__v_P_1 = :
  103. AM_V_GEN = $(am__v_GEN_@AM_V@)
  104. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  105. am__v_GEN_0 = @echo " GEN " $@;
  106. am__v_GEN_1 =
  107. AM_V_at = $(am__v_at_@AM_V@)
  108. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  109. am__v_at_0 = @
  110. am__v_at_1 =
  111. SOURCES =
  112. DIST_SOURCES =
  113. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  114. ctags-recursive dvi-recursive html-recursive info-recursive \
  115. install-data-recursive install-dvi-recursive \
  116. install-exec-recursive install-html-recursive \
  117. install-info-recursive install-pdf-recursive \
  118. install-ps-recursive install-recursive installcheck-recursive \
  119. installdirs-recursive pdf-recursive ps-recursive \
  120. tags-recursive uninstall-recursive
  121. am__can_run_installinfo = \
  122. case $$AM_UPDATE_INFO_DIR in \
  123. n|no|NO) false;; \
  124. *) (install-info --version) >/dev/null 2>&1;; \
  125. esac
  126. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  127. am__vpath_adj = case $$p in \
  128. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  129. *) f=$$p;; \
  130. esac;
  131. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  132. am__install_max = 40
  133. am__nobase_strip_setup = \
  134. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  135. am__nobase_strip = \
  136. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  137. am__nobase_list = $(am__nobase_strip_setup); \
  138. for p in $$list; do echo "$$p $$p"; done | \
  139. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  140. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  141. if (++n[$$2] == $(am__install_max)) \
  142. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  143. END { for (dir in files) print dir, files[dir] }'
  144. am__base_list = \
  145. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  146. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  147. am__uninstall_files_from_dir = { \
  148. test -z "$$files" \
  149. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  150. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  151. $(am__cd) "$$dir" && rm -f $$files; }; \
  152. }
  153. am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
  154. DATA = $(m4data_DATA) $(pkgconfig_DATA)
  155. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  156. distclean-recursive maintainer-clean-recursive
  157. am__recursive_targets = \
  158. $(RECURSIVE_TARGETS) \
  159. $(RECURSIVE_CLEAN_TARGETS) \
  160. $(am__extra_recursive_targets)
  161. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  162. cscope distdir dist dist-all distcheck
  163. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  164. $(LISP)config.h.in
  165. # Read a list of newline-separated strings from the standard input,
  166. # and print each of them once, without duplicates. Input order is
  167. # *not* preserved.
  168. am__uniquify_input = $(AWK) '\
  169. BEGIN { nonempty = 0; } \
  170. { items[$$0] = 1; nonempty = 1; } \
  171. END { if (nonempty) { for (i in items) print i; }; } \
  172. '
  173. # Make sure the list of sources is unique. This is necessary because,
  174. # e.g., the same source file might be shared among _SOURCES variables
  175. # for different programs/libraries.
  176. am__define_uniq_tagged_files = \
  177. list='$(am__tagged_files)'; \
  178. unique=`for i in $$list; do \
  179. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  180. done | $(am__uniquify_input)`
  181. ETAGS = etags
  182. CTAGS = ctags
  183. CSCOPE = cscope
  184. DIST_SUBDIRS = $(SUBDIRS)
  185. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  186. $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \
  187. $(srcdir)/ogg.pc.in AUTHORS COPYING compile config.guess \
  188. config.sub install-sh ltmain.sh missing
  189. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  190. distdir = $(PACKAGE)-$(VERSION)
  191. top_distdir = $(distdir)
  192. am__remove_distdir = \
  193. if test -d "$(distdir)"; then \
  194. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  195. && rm -rf "$(distdir)" \
  196. || { sleep 5 && rm -rf "$(distdir)"; }; \
  197. else :; fi
  198. am__post_remove_distdir = $(am__remove_distdir)
  199. am__relativize = \
  200. dir0=`pwd`; \
  201. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  202. sed_rest='s,^[^/]*/*,,'; \
  203. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  204. sed_butlast='s,/*[^/]*$$,,'; \
  205. while test -n "$$dir1"; do \
  206. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  207. if test "$$first" != "."; then \
  208. if test "$$first" = ".."; then \
  209. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  210. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  211. else \
  212. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  213. if test "$$first2" = "$$first"; then \
  214. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  215. else \
  216. dir2="../$$dir2"; \
  217. fi; \
  218. dir0="$$dir0"/"$$first"; \
  219. fi; \
  220. fi; \
  221. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  222. done; \
  223. reldir="$$dir2"
  224. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip
  225. GZIP_ENV = --best
  226. DIST_TARGETS = dist-xz dist-gzip dist-zip
  227. distuninstallcheck_listfiles = find . -type f -print
  228. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  229. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  230. distcleancheck_listfiles = find . -type f -print
  231. ACLOCAL = @ACLOCAL@
  232. AMTAR = @AMTAR@
  233. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  234. AR = @AR@
  235. AUTOCONF = @AUTOCONF@
  236. AUTOHEADER = @AUTOHEADER@
  237. AUTOMAKE = @AUTOMAKE@
  238. AWK = @AWK@
  239. CC = @CC@
  240. CCDEPMODE = @CCDEPMODE@
  241. CFLAGS = @CFLAGS@
  242. CPP = @CPP@
  243. CPPFLAGS = @CPPFLAGS@
  244. CYGPATH_W = @CYGPATH_W@
  245. DEBUG = @DEBUG@
  246. DEFS = @DEFS@
  247. DEPDIR = @DEPDIR@
  248. DLLTOOL = @DLLTOOL@
  249. DSYMUTIL = @DSYMUTIL@
  250. DUMPBIN = @DUMPBIN@
  251. ECHO_C = @ECHO_C@
  252. ECHO_N = @ECHO_N@
  253. ECHO_T = @ECHO_T@
  254. EGREP = @EGREP@
  255. EXEEXT = @EXEEXT@
  256. FGREP = @FGREP@
  257. GREP = @GREP@
  258. INCLUDE_INTTYPES_H = @INCLUDE_INTTYPES_H@
  259. INCLUDE_STDINT_H = @INCLUDE_STDINT_H@
  260. INCLUDE_SYS_TYPES_H = @INCLUDE_SYS_TYPES_H@
  261. INSTALL = @INSTALL@
  262. INSTALL_DATA = @INSTALL_DATA@
  263. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  264. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  265. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  266. LD = @LD@
  267. LDFLAGS = @LDFLAGS@
  268. LIBOBJS = @LIBOBJS@
  269. LIBS = @LIBS@
  270. LIBTOOL = @LIBTOOL@
  271. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  272. LIB_AGE = @LIB_AGE@
  273. LIB_CURRENT = @LIB_CURRENT@
  274. LIB_REVISION = @LIB_REVISION@
  275. LIPO = @LIPO@
  276. LN_S = @LN_S@
  277. LTLIBOBJS = @LTLIBOBJS@
  278. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  279. MAINT = @MAINT@
  280. MAKEINFO = @MAKEINFO@
  281. MANIFEST_TOOL = @MANIFEST_TOOL@
  282. MKDIR_P = @MKDIR_P@
  283. NM = @NM@
  284. NMEDIT = @NMEDIT@
  285. OBJDUMP = @OBJDUMP@
  286. OBJEXT = @OBJEXT@
  287. OPT = @OPT@
  288. OTOOL = @OTOOL@
  289. OTOOL64 = @OTOOL64@
  290. PACKAGE = @PACKAGE@
  291. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  292. PACKAGE_NAME = @PACKAGE_NAME@
  293. PACKAGE_STRING = @PACKAGE_STRING@
  294. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  295. PACKAGE_URL = @PACKAGE_URL@
  296. PACKAGE_VERSION = @PACKAGE_VERSION@
  297. PATH_SEPARATOR = @PATH_SEPARATOR@
  298. PROFILE = @PROFILE@
  299. RANLIB = @RANLIB@
  300. SED = @SED@
  301. SET_MAKE = @SET_MAKE@
  302. SHELL = @SHELL@
  303. SIZE16 = @SIZE16@
  304. SIZE32 = @SIZE32@
  305. SIZE64 = @SIZE64@
  306. STRIP = @STRIP@
  307. USIZE16 = @USIZE16@
  308. USIZE32 = @USIZE32@
  309. VERSION = @VERSION@
  310. abs_builddir = @abs_builddir@
  311. abs_srcdir = @abs_srcdir@
  312. abs_top_builddir = @abs_top_builddir@
  313. abs_top_srcdir = @abs_top_srcdir@
  314. ac_ct_AR = @ac_ct_AR@
  315. ac_ct_CC = @ac_ct_CC@
  316. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  317. am__include = @am__include@
  318. am__leading_dot = @am__leading_dot@
  319. am__quote = @am__quote@
  320. am__tar = @am__tar@
  321. am__untar = @am__untar@
  322. bindir = @bindir@
  323. build = @build@
  324. build_alias = @build_alias@
  325. build_cpu = @build_cpu@
  326. build_os = @build_os@
  327. build_vendor = @build_vendor@
  328. builddir = @builddir@
  329. datadir = @datadir@
  330. datarootdir = @datarootdir@
  331. docdir = @docdir@
  332. dvidir = @dvidir@
  333. exec_prefix = @exec_prefix@
  334. host = @host@
  335. host_alias = @host_alias@
  336. host_cpu = @host_cpu@
  337. host_os = @host_os@
  338. host_vendor = @host_vendor@
  339. htmldir = @htmldir@
  340. includedir = @includedir@
  341. infodir = @infodir@
  342. install_sh = @install_sh@
  343. libdir = @libdir@
  344. libexecdir = @libexecdir@
  345. localedir = @localedir@
  346. localstatedir = @localstatedir@
  347. mandir = @mandir@
  348. mkdir_p = @mkdir_p@
  349. oldincludedir = @oldincludedir@
  350. pdfdir = @pdfdir@
  351. prefix = @prefix@
  352. program_transform_name = @program_transform_name@
  353. psdir = @psdir@
  354. sbindir = @sbindir@
  355. sharedstatedir = @sharedstatedir@
  356. srcdir = @srcdir@
  357. sysconfdir = @sysconfdir@
  358. target_alias = @target_alias@
  359. top_build_prefix = @top_build_prefix@
  360. top_builddir = @top_builddir@
  361. top_srcdir = @top_srcdir@
  362. #AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
  363. AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
  364. SUBDIRS = src include doc
  365. m4datadir = $(datadir)/aclocal
  366. m4data_DATA = ogg.m4
  367. pkgconfigdir = $(libdir)/pkgconfig
  368. pkgconfig_DATA = ogg.pc
  369. EXTRA_DIST = README.md AUTHORS CHANGES COPYING \
  370. libogg.spec libogg.spec.in \
  371. ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
  372. macosx win32
  373. all: config.h
  374. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  375. .SUFFIXES:
  376. am--refresh: Makefile
  377. @:
  378. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  379. @for dep in $?; do \
  380. case '$(am__configure_deps)' in \
  381. *$$dep*) \
  382. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  383. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  384. && exit 0; \
  385. exit 1;; \
  386. esac; \
  387. done; \
  388. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  389. $(am__cd) $(top_srcdir) && \
  390. $(AUTOMAKE) --foreign Makefile
  391. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  392. @case '$?' in \
  393. *config.status*) \
  394. echo ' $(SHELL) ./config.status'; \
  395. $(SHELL) ./config.status;; \
  396. *) \
  397. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  398. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  399. esac;
  400. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  401. $(SHELL) ./config.status --recheck
  402. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  403. $(am__cd) $(srcdir) && $(AUTOCONF)
  404. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  405. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  406. $(am__aclocal_m4_deps):
  407. config.h: stamp-h1
  408. @test -f $@ || rm -f stamp-h1
  409. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  410. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  411. @rm -f stamp-h1
  412. cd $(top_builddir) && $(SHELL) ./config.status config.h
  413. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  414. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  415. rm -f stamp-h1
  416. touch $@
  417. distclean-hdr:
  418. -rm -f config.h stamp-h1
  419. libogg.spec: $(top_builddir)/config.status $(srcdir)/libogg.spec.in
  420. cd $(top_builddir) && $(SHELL) ./config.status $@
  421. ogg.pc: $(top_builddir)/config.status $(srcdir)/ogg.pc.in
  422. cd $(top_builddir) && $(SHELL) ./config.status $@
  423. ogg-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/ogg-uninstalled.pc.in
  424. cd $(top_builddir) && $(SHELL) ./config.status $@
  425. mostlyclean-libtool:
  426. -rm -f *.lo
  427. clean-libtool:
  428. -rm -rf .libs _libs
  429. distclean-libtool:
  430. -rm -f libtool config.lt
  431. install-m4dataDATA: $(m4data_DATA)
  432. @$(NORMAL_INSTALL)
  433. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  434. if test -n "$$list"; then \
  435. echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
  436. $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
  437. fi; \
  438. for p in $$list; do \
  439. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  440. echo "$$d$$p"; \
  441. done | $(am__base_list) | \
  442. while read files; do \
  443. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
  444. $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
  445. done
  446. uninstall-m4dataDATA:
  447. @$(NORMAL_UNINSTALL)
  448. @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
  449. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  450. dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
  451. install-pkgconfigDATA: $(pkgconfig_DATA)
  452. @$(NORMAL_INSTALL)
  453. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  454. if test -n "$$list"; then \
  455. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  456. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  457. fi; \
  458. for p in $$list; do \
  459. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  460. echo "$$d$$p"; \
  461. done | $(am__base_list) | \
  462. while read files; do \
  463. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  464. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  465. done
  466. uninstall-pkgconfigDATA:
  467. @$(NORMAL_UNINSTALL)
  468. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  469. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  470. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  471. # This directory's subdirectories are mostly independent; you can cd
  472. # into them and run 'make' without going through this Makefile.
  473. # To change the values of 'make' variables: instead of editing Makefiles,
  474. # (1) if the variable is set in 'config.status', edit 'config.status'
  475. # (which will cause the Makefiles to be regenerated when you run 'make');
  476. # (2) otherwise, pass the desired values on the 'make' command line.
  477. $(am__recursive_targets):
  478. @fail=; \
  479. if $(am__make_keepgoing); then \
  480. failcom='fail=yes'; \
  481. else \
  482. failcom='exit 1'; \
  483. fi; \
  484. dot_seen=no; \
  485. target=`echo $@ | sed s/-recursive//`; \
  486. case "$@" in \
  487. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  488. *) list='$(SUBDIRS)' ;; \
  489. esac; \
  490. for subdir in $$list; do \
  491. echo "Making $$target in $$subdir"; \
  492. if test "$$subdir" = "."; then \
  493. dot_seen=yes; \
  494. local_target="$$target-am"; \
  495. else \
  496. local_target="$$target"; \
  497. fi; \
  498. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  499. || eval $$failcom; \
  500. done; \
  501. if test "$$dot_seen" = "no"; then \
  502. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  503. fi; test -z "$$fail"
  504. ID: $(am__tagged_files)
  505. $(am__define_uniq_tagged_files); mkid -fID $$unique
  506. tags: tags-recursive
  507. TAGS: tags
  508. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  509. set x; \
  510. here=`pwd`; \
  511. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  512. include_option=--etags-include; \
  513. empty_fix=.; \
  514. else \
  515. include_option=--include; \
  516. empty_fix=; \
  517. fi; \
  518. list='$(SUBDIRS)'; for subdir in $$list; do \
  519. if test "$$subdir" = .; then :; else \
  520. test ! -f $$subdir/TAGS || \
  521. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  522. fi; \
  523. done; \
  524. $(am__define_uniq_tagged_files); \
  525. shift; \
  526. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  527. test -n "$$unique" || unique=$$empty_fix; \
  528. if test $$# -gt 0; then \
  529. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  530. "$$@" $$unique; \
  531. else \
  532. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  533. $$unique; \
  534. fi; \
  535. fi
  536. ctags: ctags-recursive
  537. CTAGS: ctags
  538. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  539. $(am__define_uniq_tagged_files); \
  540. test -z "$(CTAGS_ARGS)$$unique" \
  541. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  542. $$unique
  543. GTAGS:
  544. here=`$(am__cd) $(top_builddir) && pwd` \
  545. && $(am__cd) $(top_srcdir) \
  546. && gtags -i $(GTAGS_ARGS) "$$here"
  547. cscope: cscope.files
  548. test ! -s cscope.files \
  549. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  550. clean-cscope:
  551. -rm -f cscope.files
  552. cscope.files: clean-cscope cscopelist
  553. cscopelist: cscopelist-recursive
  554. cscopelist-am: $(am__tagged_files)
  555. list='$(am__tagged_files)'; \
  556. case "$(srcdir)" in \
  557. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  558. *) sdir=$(subdir)/$(srcdir) ;; \
  559. esac; \
  560. for i in $$list; do \
  561. if test -f "$$i"; then \
  562. echo "$(subdir)/$$i"; \
  563. else \
  564. echo "$$sdir/$$i"; \
  565. fi; \
  566. done >> $(top_builddir)/cscope.files
  567. distclean-tags:
  568. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  569. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  570. distdir: $(DISTFILES)
  571. $(am__remove_distdir)
  572. test -d "$(distdir)" || mkdir "$(distdir)"
  573. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  574. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  575. list='$(DISTFILES)'; \
  576. dist_files=`for file in $$list; do echo $$file; done | \
  577. sed -e "s|^$$srcdirstrip/||;t" \
  578. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  579. case $$dist_files in \
  580. */*) $(MKDIR_P) `echo "$$dist_files" | \
  581. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  582. sort -u` ;; \
  583. esac; \
  584. for file in $$dist_files; do \
  585. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  586. if test -d $$d/$$file; then \
  587. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  588. if test -d "$(distdir)/$$file"; then \
  589. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  590. fi; \
  591. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  592. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  593. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  594. fi; \
  595. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  596. else \
  597. test -f "$(distdir)/$$file" \
  598. || cp -p $$d/$$file "$(distdir)/$$file" \
  599. || exit 1; \
  600. fi; \
  601. done
  602. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  603. if test "$$subdir" = .; then :; else \
  604. $(am__make_dryrun) \
  605. || test -d "$(distdir)/$$subdir" \
  606. || $(MKDIR_P) "$(distdir)/$$subdir" \
  607. || exit 1; \
  608. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  609. $(am__relativize); \
  610. new_distdir=$$reldir; \
  611. dir1=$$subdir; dir2="$(top_distdir)"; \
  612. $(am__relativize); \
  613. new_top_distdir=$$reldir; \
  614. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  615. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  616. ($(am__cd) $$subdir && \
  617. $(MAKE) $(AM_MAKEFLAGS) \
  618. top_distdir="$$new_top_distdir" \
  619. distdir="$$new_distdir" \
  620. am__remove_distdir=: \
  621. am__skip_length_check=: \
  622. am__skip_mode_fix=: \
  623. distdir) \
  624. || exit 1; \
  625. fi; \
  626. done
  627. $(MAKE) $(AM_MAKEFLAGS) \
  628. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  629. dist-hook
  630. -test -n "$(am__skip_mode_fix)" \
  631. || find "$(distdir)" -type d ! -perm -755 \
  632. -exec chmod u+rwx,go+rx {} \; -o \
  633. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  634. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  635. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  636. || chmod -R a+r "$(distdir)"
  637. dist-gzip: distdir
  638. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  639. $(am__post_remove_distdir)
  640. dist-bzip2: distdir
  641. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  642. $(am__post_remove_distdir)
  643. dist-lzip: distdir
  644. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  645. $(am__post_remove_distdir)
  646. dist-xz: distdir
  647. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  648. $(am__post_remove_distdir)
  649. dist-tarZ: distdir
  650. @echo WARNING: "Support for distribution archives compressed with" \
  651. "legacy program 'compress' is deprecated." >&2
  652. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  653. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  654. $(am__post_remove_distdir)
  655. dist-shar: distdir
  656. @echo WARNING: "Support for shar distribution archives is" \
  657. "deprecated." >&2
  658. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  659. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  660. $(am__post_remove_distdir)
  661. dist-zip: distdir
  662. -rm -f $(distdir).zip
  663. zip -rq $(distdir).zip $(distdir)
  664. $(am__post_remove_distdir)
  665. dist dist-all:
  666. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  667. $(am__post_remove_distdir)
  668. # This target untars the dist file and tries a VPATH configuration. Then
  669. # it guarantees that the distribution is self-contained by making another
  670. # tarfile.
  671. distcheck: dist
  672. case '$(DIST_ARCHIVES)' in \
  673. *.tar.gz*) \
  674. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  675. *.tar.bz2*) \
  676. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  677. *.tar.lz*) \
  678. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  679. *.tar.xz*) \
  680. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  681. *.tar.Z*) \
  682. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  683. *.shar.gz*) \
  684. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  685. *.zip*) \
  686. unzip $(distdir).zip ;;\
  687. esac
  688. chmod -R a-w $(distdir)
  689. chmod u+w $(distdir)
  690. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  691. chmod a-w $(distdir)
  692. test -d $(distdir)/_build || exit 0; \
  693. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  694. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  695. && am__cwd=`pwd` \
  696. && $(am__cd) $(distdir)/_build/sub \
  697. && ../../configure \
  698. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  699. $(DISTCHECK_CONFIGURE_FLAGS) \
  700. --srcdir=../.. --prefix="$$dc_install_base" \
  701. && $(MAKE) $(AM_MAKEFLAGS) \
  702. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  703. && $(MAKE) $(AM_MAKEFLAGS) check \
  704. && $(MAKE) $(AM_MAKEFLAGS) install \
  705. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  706. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  707. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  708. distuninstallcheck \
  709. && chmod -R a-w "$$dc_install_base" \
  710. && ({ \
  711. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  712. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  713. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  714. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  715. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  716. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  717. && rm -rf "$$dc_destdir" \
  718. && $(MAKE) $(AM_MAKEFLAGS) dist \
  719. && rm -rf $(DIST_ARCHIVES) \
  720. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  721. && cd "$$am__cwd" \
  722. || exit 1
  723. $(am__post_remove_distdir)
  724. @(echo "$(distdir) archives ready for distribution: "; \
  725. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  726. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  727. distuninstallcheck:
  728. @test -n '$(distuninstallcheck_dir)' || { \
  729. echo 'ERROR: trying to run $@ with an empty' \
  730. '$$(distuninstallcheck_dir)' >&2; \
  731. exit 1; \
  732. }; \
  733. $(am__cd) '$(distuninstallcheck_dir)' || { \
  734. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  735. exit 1; \
  736. }; \
  737. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  738. || { echo "ERROR: files left after uninstall:" ; \
  739. if test -n "$(DESTDIR)"; then \
  740. echo " (check DESTDIR support)"; \
  741. fi ; \
  742. $(distuninstallcheck_listfiles) ; \
  743. exit 1; } >&2
  744. distcleancheck: distclean
  745. @if test '$(srcdir)' = . ; then \
  746. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  747. exit 1 ; \
  748. fi
  749. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  750. || { echo "ERROR: files left in build directory after distclean:" ; \
  751. $(distcleancheck_listfiles) ; \
  752. exit 1; } >&2
  753. check-am: all-am
  754. check: check-recursive
  755. all-am: Makefile $(DATA) config.h
  756. installdirs: installdirs-recursive
  757. installdirs-am:
  758. for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
  759. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  760. done
  761. install: install-recursive
  762. install-exec: install-exec-recursive
  763. install-data: install-data-recursive
  764. uninstall: uninstall-recursive
  765. install-am: all-am
  766. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  767. installcheck: installcheck-recursive
  768. install-strip:
  769. if test -z '$(STRIP)'; then \
  770. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  771. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  772. install; \
  773. else \
  774. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  775. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  776. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  777. fi
  778. mostlyclean-generic:
  779. clean-generic:
  780. distclean-generic:
  781. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  782. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  783. maintainer-clean-generic:
  784. @echo "This command is intended for maintainers to use"
  785. @echo "it deletes files that may require special tools to rebuild."
  786. clean: clean-recursive
  787. clean-am: clean-generic clean-libtool mostlyclean-am
  788. distclean: distclean-recursive
  789. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  790. -rm -f Makefile
  791. distclean-am: clean-am distclean-generic distclean-hdr \
  792. distclean-libtool distclean-tags
  793. dvi: dvi-recursive
  794. dvi-am:
  795. html: html-recursive
  796. html-am:
  797. info: info-recursive
  798. info-am:
  799. install-data-am: install-m4dataDATA install-pkgconfigDATA
  800. install-dvi: install-dvi-recursive
  801. install-dvi-am:
  802. install-exec-am:
  803. install-html: install-html-recursive
  804. install-html-am:
  805. install-info: install-info-recursive
  806. install-info-am:
  807. install-man:
  808. install-pdf: install-pdf-recursive
  809. install-pdf-am:
  810. install-ps: install-ps-recursive
  811. install-ps-am:
  812. installcheck-am:
  813. maintainer-clean: maintainer-clean-recursive
  814. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  815. -rm -rf $(top_srcdir)/autom4te.cache
  816. -rm -f Makefile
  817. maintainer-clean-am: distclean-am maintainer-clean-generic
  818. mostlyclean: mostlyclean-recursive
  819. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  820. pdf: pdf-recursive
  821. pdf-am:
  822. ps: ps-recursive
  823. ps-am:
  824. uninstall-am: uninstall-m4dataDATA uninstall-pkgconfigDATA
  825. .MAKE: $(am__recursive_targets) all install-am install-strip
  826. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  827. am--refresh check check-am clean clean-cscope clean-generic \
  828. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  829. dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
  830. dist-tarZ dist-xz dist-zip distcheck distclean \
  831. distclean-generic distclean-hdr distclean-libtool \
  832. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  833. dvi-am html html-am info info-am install install-am \
  834. install-data install-data-am install-dvi install-dvi-am \
  835. install-exec install-exec-am install-html install-html-am \
  836. install-info install-info-am install-m4dataDATA install-man \
  837. install-pdf install-pdf-am install-pkgconfigDATA install-ps \
  838. install-ps-am install-strip installcheck installcheck-am \
  839. installdirs installdirs-am maintainer-clean \
  840. maintainer-clean-generic mostlyclean mostlyclean-generic \
  841. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  842. uninstall-am uninstall-m4dataDATA uninstall-pkgconfigDATA
  843. .PRECIOUS: Makefile
  844. dist-hook:
  845. for item in $(EXTRA_DIST); do \
  846. if test -d $$item; then \
  847. echo -n "cleaning dir $$item for distribution..."; \
  848. rm -rf `find $(distdir)/$$item -name .svn`; \
  849. echo "OK"; \
  850. fi; \
  851. done
  852. debug:
  853. $(MAKE) all CFLAGS="@DEBUG@"
  854. profile:
  855. $(MAKE) all CFLAGS="@PROFILE@"
  856. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  857. # Otherwise a system limit (for SysV at least) may be exceeded.
  858. .NOEXPORT: