Makefile.in 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. # Makefile.in generated by automake 1.15 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2014 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. noinst_PROGRAMS = decoder_example$(EXEEXT) encoder_example$(EXEEXT) \
  88. chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \
  89. seeking_example$(EXEEXT)
  90. subdir = examples
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
  93. $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
  94. $(top_srcdir)/configure.ac
  95. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  96. $(ACLOCAL_M4)
  97. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  98. mkinstalldirs = $(install_sh) -d
  99. CONFIG_HEADER = $(top_builddir)/config.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. PROGRAMS = $(noinst_PROGRAMS)
  103. am_chaining_example_OBJECTS = chaining_example.$(OBJEXT)
  104. chaining_example_OBJECTS = $(am_chaining_example_OBJECTS)
  105. chaining_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
  106. $(top_builddir)/lib/libvorbis.la
  107. AM_V_lt = $(am__v_lt_@AM_V@)
  108. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  109. am__v_lt_0 = --silent
  110. am__v_lt_1 =
  111. am_decoder_example_OBJECTS = decoder_example.$(OBJEXT)
  112. decoder_example_OBJECTS = $(am_decoder_example_OBJECTS)
  113. decoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbis.la
  114. am_encoder_example_OBJECTS = encoder_example.$(OBJEXT)
  115. encoder_example_OBJECTS = $(am_encoder_example_OBJECTS)
  116. encoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisenc.la \
  117. $(top_builddir)/lib/libvorbis.la
  118. am_seeking_example_OBJECTS = seeking_example.$(OBJEXT)
  119. seeking_example_OBJECTS = $(am_seeking_example_OBJECTS)
  120. seeking_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
  121. $(top_builddir)/lib/libvorbis.la
  122. am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT)
  123. vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS)
  124. vorbisfile_example_DEPENDENCIES = \
  125. $(top_builddir)/lib/libvorbisfile.la \
  126. $(top_builddir)/lib/libvorbis.la
  127. AM_V_P = $(am__v_P_@AM_V@)
  128. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  129. am__v_P_0 = false
  130. am__v_P_1 = :
  131. AM_V_GEN = $(am__v_GEN_@AM_V@)
  132. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  133. am__v_GEN_0 = @echo " GEN " $@;
  134. am__v_GEN_1 =
  135. AM_V_at = $(am__v_at_@AM_V@)
  136. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  137. am__v_at_0 = @
  138. am__v_at_1 =
  139. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  140. depcomp = $(SHELL) $(top_srcdir)/depcomp
  141. am__depfiles_maybe = depfiles
  142. am__mv = mv -f
  143. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  144. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  145. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  146. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  147. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  148. $(AM_CFLAGS) $(CFLAGS)
  149. AM_V_CC = $(am__v_CC_@AM_V@)
  150. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  151. am__v_CC_0 = @echo " CC " $@;
  152. am__v_CC_1 =
  153. CCLD = $(CC)
  154. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  155. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  156. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  157. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  158. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  159. am__v_CCLD_0 = @echo " CCLD " $@;
  160. am__v_CCLD_1 =
  161. SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
  162. $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
  163. $(vorbisfile_example_SOURCES)
  164. DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
  165. $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
  166. $(vorbisfile_example_SOURCES)
  167. am__can_run_installinfo = \
  168. case $$AM_UPDATE_INFO_DIR in \
  169. n|no|NO) false;; \
  170. *) (install-info --version) >/dev/null 2>&1;; \
  171. esac
  172. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  173. # Read a list of newline-separated strings from the standard input,
  174. # and print each of them once, without duplicates. Input order is
  175. # *not* preserved.
  176. am__uniquify_input = $(AWK) '\
  177. BEGIN { nonempty = 0; } \
  178. { items[$$0] = 1; nonempty = 1; } \
  179. END { if (nonempty) { for (i in items) print i; }; } \
  180. '
  181. # Make sure the list of sources is unique. This is necessary because,
  182. # e.g., the same source file might be shared among _SOURCES variables
  183. # for different programs/libraries.
  184. am__define_uniq_tagged_files = \
  185. list='$(am__tagged_files)'; \
  186. unique=`for i in $$list; do \
  187. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  188. done | $(am__uniquify_input)`
  189. ETAGS = etags
  190. CTAGS = ctags
  191. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  192. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  193. ACLOCAL = @ACLOCAL@
  194. ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
  195. ALLOCA = @ALLOCA@
  196. AMTAR = @AMTAR@
  197. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  198. AR = @AR@
  199. AS = @AS@
  200. AUTOCONF = @AUTOCONF@
  201. AUTOHEADER = @AUTOHEADER@
  202. AUTOMAKE = @AUTOMAKE@
  203. AWK = @AWK@
  204. CC = @CC@
  205. CCDEPMODE = @CCDEPMODE@
  206. CFLAGS = @CFLAGS@
  207. CPP = @CPP@
  208. CPPFLAGS = @CPPFLAGS@
  209. CYGPATH_W = @CYGPATH_W@
  210. DEBUG = @DEBUG@
  211. DEFS = @DEFS@
  212. DEPDIR = @DEPDIR@
  213. DLLTOOL = @DLLTOOL@
  214. DSYMUTIL = @DSYMUTIL@
  215. DUMPBIN = @DUMPBIN@
  216. ECHO_C = @ECHO_C@
  217. ECHO_N = @ECHO_N@
  218. ECHO_T = @ECHO_T@
  219. EGREP = @EGREP@
  220. EXEEXT = @EXEEXT@
  221. FGREP = @FGREP@
  222. GREP = @GREP@
  223. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  224. HTLATEX = @HTLATEX@
  225. INSTALL = @INSTALL@
  226. INSTALL_DATA = @INSTALL_DATA@
  227. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  228. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  229. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  230. LD = @LD@
  231. LDFLAGS = @LDFLAGS@
  232. LIBOBJS = @LIBOBJS@
  233. LIBS = @LIBS@
  234. LIBTOOL = @LIBTOOL@
  235. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  236. LIPO = @LIPO@
  237. LN_S = @LN_S@
  238. LTLIBOBJS = @LTLIBOBJS@
  239. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  240. MAINT = @MAINT@
  241. MAKEINFO = @MAKEINFO@
  242. MANIFEST_TOOL = @MANIFEST_TOOL@
  243. MKDIR_P = @MKDIR_P@
  244. NM = @NM@
  245. NMEDIT = @NMEDIT@
  246. OBJDUMP = @OBJDUMP@
  247. OBJEXT = @OBJEXT@
  248. OGG_CFLAGS = @OGG_CFLAGS@
  249. OGG_LIBS = @OGG_LIBS@
  250. OTOOL = @OTOOL@
  251. OTOOL64 = @OTOOL64@
  252. PACKAGE = @PACKAGE@
  253. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  254. PACKAGE_NAME = @PACKAGE_NAME@
  255. PACKAGE_STRING = @PACKAGE_STRING@
  256. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  257. PACKAGE_URL = @PACKAGE_URL@
  258. PACKAGE_VERSION = @PACKAGE_VERSION@
  259. PATH_SEPARATOR = @PATH_SEPARATOR@
  260. PDFLATEX = @PDFLATEX@
  261. PKG_CONFIG = @PKG_CONFIG@
  262. PROFILE = @PROFILE@
  263. RANLIB = @RANLIB@
  264. SED = @SED@
  265. SET_MAKE = @SET_MAKE@
  266. SHELL = @SHELL@
  267. STRIP = @STRIP@
  268. VERSION = @VERSION@
  269. VE_LIB_AGE = @VE_LIB_AGE@
  270. VE_LIB_CURRENT = @VE_LIB_CURRENT@
  271. VE_LIB_REVISION = @VE_LIB_REVISION@
  272. VF_LIB_AGE = @VF_LIB_AGE@
  273. VF_LIB_CURRENT = @VF_LIB_CURRENT@
  274. VF_LIB_REVISION = @VF_LIB_REVISION@
  275. VORBIS_LIBS = @VORBIS_LIBS@
  276. V_LIB_AGE = @V_LIB_AGE@
  277. V_LIB_CURRENT = @V_LIB_CURRENT@
  278. V_LIB_REVISION = @V_LIB_REVISION@
  279. abs_builddir = @abs_builddir@
  280. abs_srcdir = @abs_srcdir@
  281. abs_top_builddir = @abs_top_builddir@
  282. abs_top_srcdir = @abs_top_srcdir@
  283. ac_ct_AR = @ac_ct_AR@
  284. ac_ct_CC = @ac_ct_CC@
  285. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  286. am__include = @am__include@
  287. am__leading_dot = @am__leading_dot@
  288. am__quote = @am__quote@
  289. am__tar = @am__tar@
  290. am__untar = @am__untar@
  291. bindir = @bindir@
  292. build = @build@
  293. build_alias = @build_alias@
  294. build_cpu = @build_cpu@
  295. build_os = @build_os@
  296. build_vendor = @build_vendor@
  297. builddir = @builddir@
  298. datadir = @datadir@
  299. datarootdir = @datarootdir@
  300. docdir = @docdir@
  301. dvidir = @dvidir@
  302. exec_prefix = @exec_prefix@
  303. host = @host@
  304. host_alias = @host_alias@
  305. host_cpu = @host_cpu@
  306. host_os = @host_os@
  307. host_vendor = @host_vendor@
  308. htmldir = @htmldir@
  309. includedir = @includedir@
  310. infodir = @infodir@
  311. install_sh = @install_sh@
  312. libdir = @libdir@
  313. libexecdir = @libexecdir@
  314. localedir = @localedir@
  315. localstatedir = @localstatedir@
  316. mandir = @mandir@
  317. mkdir_p = @mkdir_p@
  318. oldincludedir = @oldincludedir@
  319. pdfdir = @pdfdir@
  320. prefix = @prefix@
  321. program_transform_name = @program_transform_name@
  322. psdir = @psdir@
  323. pthread_lib = @pthread_lib@
  324. sbindir = @sbindir@
  325. sharedstatedir = @sharedstatedir@
  326. srcdir = @srcdir@
  327. sysconfdir = @sysconfdir@
  328. target = @target@
  329. target_alias = @target_alias@
  330. target_cpu = @target_cpu@
  331. target_os = @target_os@
  332. target_vendor = @target_vendor@
  333. top_build_prefix = @top_build_prefix@
  334. top_builddir = @top_builddir@
  335. top_srcdir = @top_srcdir@
  336. AUTOMAKE_OPTIONS = foreign
  337. INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
  338. EXTRA_DIST = frameview.pl
  339. # uncomment to build static executables from the example code
  340. #LDFLAGS = -all-static
  341. decoder_example_SOURCES = decoder_example.c
  342. decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la
  343. encoder_example_SOURCES = encoder_example.c
  344. encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la
  345. chaining_example_SOURCES = chaining_example.c
  346. chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
  347. vorbisfile_example_SOURCES = vorbisfile_example.c
  348. vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
  349. seeking_example_SOURCES = seeking_example.c
  350. seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la
  351. all: all-am
  352. .SUFFIXES:
  353. .SUFFIXES: .c .lo .o .obj
  354. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  355. @for dep in $?; do \
  356. case '$(am__configure_deps)' in \
  357. *$$dep*) \
  358. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  359. && { if test -f $@; then exit 0; else break; fi; }; \
  360. exit 1;; \
  361. esac; \
  362. done; \
  363. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
  364. $(am__cd) $(top_srcdir) && \
  365. $(AUTOMAKE) --foreign examples/Makefile
  366. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  367. @case '$?' in \
  368. *config.status*) \
  369. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  370. *) \
  371. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  372. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  373. esac;
  374. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  375. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  376. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  377. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  378. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  379. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  380. $(am__aclocal_m4_deps):
  381. clean-noinstPROGRAMS:
  382. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  383. echo " rm -f" $$list; \
  384. rm -f $$list || exit $$?; \
  385. test -n "$(EXEEXT)" || exit 0; \
  386. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  387. echo " rm -f" $$list; \
  388. rm -f $$list
  389. chaining_example$(EXEEXT): $(chaining_example_OBJECTS) $(chaining_example_DEPENDENCIES) $(EXTRA_chaining_example_DEPENDENCIES)
  390. @rm -f chaining_example$(EXEEXT)
  391. $(AM_V_CCLD)$(LINK) $(chaining_example_OBJECTS) $(chaining_example_LDADD) $(LIBS)
  392. decoder_example$(EXEEXT): $(decoder_example_OBJECTS) $(decoder_example_DEPENDENCIES) $(EXTRA_decoder_example_DEPENDENCIES)
  393. @rm -f decoder_example$(EXEEXT)
  394. $(AM_V_CCLD)$(LINK) $(decoder_example_OBJECTS) $(decoder_example_LDADD) $(LIBS)
  395. encoder_example$(EXEEXT): $(encoder_example_OBJECTS) $(encoder_example_DEPENDENCIES) $(EXTRA_encoder_example_DEPENDENCIES)
  396. @rm -f encoder_example$(EXEEXT)
  397. $(AM_V_CCLD)$(LINK) $(encoder_example_OBJECTS) $(encoder_example_LDADD) $(LIBS)
  398. seeking_example$(EXEEXT): $(seeking_example_OBJECTS) $(seeking_example_DEPENDENCIES) $(EXTRA_seeking_example_DEPENDENCIES)
  399. @rm -f seeking_example$(EXEEXT)
  400. $(AM_V_CCLD)$(LINK) $(seeking_example_OBJECTS) $(seeking_example_LDADD) $(LIBS)
  401. vorbisfile_example$(EXEEXT): $(vorbisfile_example_OBJECTS) $(vorbisfile_example_DEPENDENCIES) $(EXTRA_vorbisfile_example_DEPENDENCIES)
  402. @rm -f vorbisfile_example$(EXEEXT)
  403. $(AM_V_CCLD)$(LINK) $(vorbisfile_example_OBJECTS) $(vorbisfile_example_LDADD) $(LIBS)
  404. mostlyclean-compile:
  405. -rm -f *.$(OBJEXT)
  406. distclean-compile:
  407. -rm -f *.tab.c
  408. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chaining_example.Po@am__quote@
  409. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decoder_example.Po@am__quote@
  410. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encoder_example.Po@am__quote@
  411. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seeking_example.Po@am__quote@
  412. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile_example.Po@am__quote@
  413. .c.o:
  414. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  415. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  416. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  417. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  418. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  419. .c.obj:
  420. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  421. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  422. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  423. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  424. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  425. .c.lo:
  426. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  427. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  428. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  429. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  430. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  431. mostlyclean-libtool:
  432. -rm -f *.lo
  433. clean-libtool:
  434. -rm -rf .libs _libs
  435. ID: $(am__tagged_files)
  436. $(am__define_uniq_tagged_files); mkid -fID $$unique
  437. tags: tags-am
  438. TAGS: tags
  439. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  440. set x; \
  441. here=`pwd`; \
  442. $(am__define_uniq_tagged_files); \
  443. shift; \
  444. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  445. test -n "$$unique" || unique=$$empty_fix; \
  446. if test $$# -gt 0; then \
  447. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  448. "$$@" $$unique; \
  449. else \
  450. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  451. $$unique; \
  452. fi; \
  453. fi
  454. ctags: ctags-am
  455. CTAGS: ctags
  456. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  457. $(am__define_uniq_tagged_files); \
  458. test -z "$(CTAGS_ARGS)$$unique" \
  459. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  460. $$unique
  461. GTAGS:
  462. here=`$(am__cd) $(top_builddir) && pwd` \
  463. && $(am__cd) $(top_srcdir) \
  464. && gtags -i $(GTAGS_ARGS) "$$here"
  465. cscopelist: cscopelist-am
  466. cscopelist-am: $(am__tagged_files)
  467. list='$(am__tagged_files)'; \
  468. case "$(srcdir)" in \
  469. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  470. *) sdir=$(subdir)/$(srcdir) ;; \
  471. esac; \
  472. for i in $$list; do \
  473. if test -f "$$i"; then \
  474. echo "$(subdir)/$$i"; \
  475. else \
  476. echo "$$sdir/$$i"; \
  477. fi; \
  478. done >> $(top_builddir)/cscope.files
  479. distclean-tags:
  480. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  481. distdir: $(DISTFILES)
  482. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  483. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  484. list='$(DISTFILES)'; \
  485. dist_files=`for file in $$list; do echo $$file; done | \
  486. sed -e "s|^$$srcdirstrip/||;t" \
  487. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  488. case $$dist_files in \
  489. */*) $(MKDIR_P) `echo "$$dist_files" | \
  490. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  491. sort -u` ;; \
  492. esac; \
  493. for file in $$dist_files; do \
  494. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  495. if test -d $$d/$$file; then \
  496. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  497. if test -d "$(distdir)/$$file"; then \
  498. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  499. fi; \
  500. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  501. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  502. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  503. fi; \
  504. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  505. else \
  506. test -f "$(distdir)/$$file" \
  507. || cp -p $$d/$$file "$(distdir)/$$file" \
  508. || exit 1; \
  509. fi; \
  510. done
  511. check-am: all-am
  512. check: check-am
  513. all-am: Makefile $(PROGRAMS)
  514. installdirs:
  515. install: install-am
  516. install-exec: install-exec-am
  517. install-data: install-data-am
  518. uninstall: uninstall-am
  519. install-am: all-am
  520. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  521. installcheck: installcheck-am
  522. install-strip:
  523. if test -z '$(STRIP)'; then \
  524. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  525. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  526. install; \
  527. else \
  528. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  529. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  530. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  531. fi
  532. mostlyclean-generic:
  533. clean-generic:
  534. distclean-generic:
  535. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  536. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  537. maintainer-clean-generic:
  538. @echo "This command is intended for maintainers to use"
  539. @echo "it deletes files that may require special tools to rebuild."
  540. clean: clean-am
  541. clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
  542. mostlyclean-am
  543. distclean: distclean-am
  544. -rm -rf ./$(DEPDIR)
  545. -rm -f Makefile
  546. distclean-am: clean-am distclean-compile distclean-generic \
  547. distclean-tags
  548. dvi: dvi-am
  549. dvi-am:
  550. html: html-am
  551. html-am:
  552. info: info-am
  553. info-am:
  554. install-data-am:
  555. install-dvi: install-dvi-am
  556. install-dvi-am:
  557. install-exec-am:
  558. install-html: install-html-am
  559. install-html-am:
  560. install-info: install-info-am
  561. install-info-am:
  562. install-man:
  563. install-pdf: install-pdf-am
  564. install-pdf-am:
  565. install-ps: install-ps-am
  566. install-ps-am:
  567. installcheck-am:
  568. maintainer-clean: maintainer-clean-am
  569. -rm -rf ./$(DEPDIR)
  570. -rm -f Makefile
  571. maintainer-clean-am: distclean-am maintainer-clean-generic
  572. mostlyclean: mostlyclean-am
  573. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  574. mostlyclean-libtool
  575. pdf: pdf-am
  576. pdf-am:
  577. ps: ps-am
  578. ps-am:
  579. uninstall-am:
  580. .MAKE: install-am install-strip
  581. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  582. clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
  583. ctags-am distclean distclean-compile distclean-generic \
  584. distclean-libtool distclean-tags distdir dvi dvi-am html \
  585. html-am info info-am install install-am install-data \
  586. install-data-am install-dvi install-dvi-am install-exec \
  587. install-exec-am install-html install-html-am install-info \
  588. install-info-am install-man install-pdf install-pdf-am \
  589. install-ps install-ps-am install-strip installcheck \
  590. installcheck-am installdirs maintainer-clean \
  591. maintainer-clean-generic mostlyclean mostlyclean-compile \
  592. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  593. tags tags-am uninstall uninstall-am
  594. .PRECIOUS: Makefile
  595. debug:
  596. $(MAKE) all CFLAGS="@DEBUG@"
  597. profile:
  598. $(MAKE) all CFLAGS="@PROFILE@"
  599. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  600. # Otherwise a system limit (for SysV at least) may be exceeded.
  601. .NOEXPORT: