Makefile.in 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2017 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. @OP_ENABLE_EXAMPLES_TRUE@noinst_PROGRAMS = \
  87. @OP_ENABLE_EXAMPLES_TRUE@ examples/opusfile_example$(EXEEXT) \
  88. @OP_ENABLE_EXAMPLES_TRUE@ examples/seeking_example$(EXEEXT)
  89. @OP_ENABLE_HTTP_TRUE@@OP_WIN32_TRUE@am__append_1 = src/wincerts.c src/winerrno.h
  90. @OP_ENABLE_HTTP_TRUE@@OP_WIN32_TRUE@am__append_2 = -lws2_32 -lcrypt32
  91. @OP_WIN32_TRUE@am__append_3 = examples/win32utf8.c examples/win32utf8.h
  92. @OP_WIN32_TRUE@am__append_4 = examples/win32utf8.c examples/win32utf8.h
  93. subdir = .
  94. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  95. am__aclocal_m4_deps = $(top_srcdir)/m4/attributes.m4 \
  96. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  97. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  98. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  99. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  100. $(ACLOCAL_M4)
  101. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  102. $(am__configure_deps) $(dist_doc_DATA) $(opusinclude_HEADERS) \
  103. $(am__DIST_COMMON)
  104. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  105. configure.lineno config.status.lineno
  106. mkinstalldirs = $(install_sh) -d
  107. CONFIG_HEADER = config.h
  108. CONFIG_CLEAN_FILES = opusfile.pc opusurl.pc opusfile-uninstalled.pc \
  109. opusurl-uninstalled.pc doc/Doxyfile
  110. CONFIG_CLEAN_VPATH_FILES =
  111. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  112. am__vpath_adj = case $$p in \
  113. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  114. *) f=$$p;; \
  115. esac;
  116. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  117. am__install_max = 40
  118. am__nobase_strip_setup = \
  119. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  120. am__nobase_strip = \
  121. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  122. am__nobase_list = $(am__nobase_strip_setup); \
  123. for p in $$list; do echo "$$p $$p"; done | \
  124. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  125. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  126. if (++n[$$2] == $(am__install_max)) \
  127. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  128. END { for (dir in files) print dir, files[dir] }'
  129. am__base_list = \
  130. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  131. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  132. am__uninstall_files_from_dir = { \
  133. test -z "$$files" \
  134. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  135. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  136. $(am__cd) "$$dir" && rm -f $$files; }; \
  137. }
  138. am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
  139. "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(opusincludedir)"
  140. LTLIBRARIES = $(lib_LTLIBRARIES)
  141. am__DEPENDENCIES_1 =
  142. libopusfile_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
  143. $(am__DEPENDENCIES_1)
  144. am__dirstamp = $(am__leading_dot)dirstamp
  145. am_libopusfile_la_OBJECTS = src/info.lo src/internal.lo \
  146. src/opusfile.lo src/stream.lo
  147. libopusfile_la_OBJECTS = $(am_libopusfile_la_OBJECTS)
  148. AM_V_lt = $(am__v_lt_@AM_V@)
  149. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  150. am__v_lt_0 = --silent
  151. am__v_lt_1 =
  152. libopusfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
  153. $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  154. $(AM_CFLAGS) $(CFLAGS) $(libopusfile_la_LDFLAGS) $(LDFLAGS) -o \
  155. $@
  156. libopusurl_la_DEPENDENCIES = libopusfile.la $(am__DEPENDENCIES_1) \
  157. $(am__DEPENDENCIES_1)
  158. am__libopusurl_la_SOURCES_DIST = src/http.c src/internal.c \
  159. src/internal.h src/wincerts.c src/winerrno.h
  160. @OP_ENABLE_HTTP_TRUE@@OP_WIN32_TRUE@am__objects_1 = src/libopusurl_la-wincerts.lo
  161. am_libopusurl_la_OBJECTS = src/libopusurl_la-http.lo \
  162. src/libopusurl_la-internal.lo $(am__objects_1)
  163. libopusurl_la_OBJECTS = $(am_libopusurl_la_OBJECTS)
  164. libopusurl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  165. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libopusurl_la_CFLAGS) \
  166. $(CFLAGS) $(libopusurl_la_LDFLAGS) $(LDFLAGS) -o $@
  167. PROGRAMS = $(noinst_PROGRAMS)
  168. am__examples_opusfile_example_SOURCES_DIST = \
  169. examples/opusfile_example.c examples/win32utf8.c \
  170. examples/win32utf8.h
  171. @OP_WIN32_TRUE@am__objects_2 = examples/win32utf8.$(OBJEXT)
  172. am_examples_opusfile_example_OBJECTS = \
  173. examples/opusfile_example.$(OBJEXT) $(am__objects_2)
  174. examples_opusfile_example_OBJECTS = \
  175. $(am_examples_opusfile_example_OBJECTS)
  176. examples_opusfile_example_DEPENDENCIES = libopusurl.la libopusfile.la
  177. am__examples_seeking_example_SOURCES_DIST = \
  178. examples/seeking_example.c examples/win32utf8.c \
  179. examples/win32utf8.h
  180. am_examples_seeking_example_OBJECTS = \
  181. examples/seeking_example.$(OBJEXT) $(am__objects_2)
  182. examples_seeking_example_OBJECTS = \
  183. $(am_examples_seeking_example_OBJECTS)
  184. examples_seeking_example_DEPENDENCIES = libopusurl.la libopusfile.la
  185. AM_V_P = $(am__v_P_@AM_V@)
  186. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  187. am__v_P_0 = false
  188. am__v_P_1 = :
  189. AM_V_GEN = $(am__v_GEN_@AM_V@)
  190. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  191. am__v_GEN_0 = @echo " GEN " $@;
  192. am__v_GEN_1 =
  193. AM_V_at = $(am__v_at_@AM_V@)
  194. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  195. am__v_at_0 = @
  196. am__v_at_1 =
  197. DEFAULT_INCLUDES = -I.@am__isrc@
  198. depcomp = $(SHELL) $(top_srcdir)/depcomp
  199. am__depfiles_maybe = depfiles
  200. am__mv = mv -f
  201. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  202. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  203. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  204. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  205. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  206. $(AM_CFLAGS) $(CFLAGS)
  207. AM_V_CC = $(am__v_CC_@AM_V@)
  208. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  209. am__v_CC_0 = @echo " CC " $@;
  210. am__v_CC_1 =
  211. CCLD = $(CC)
  212. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  213. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  214. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  215. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  216. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  217. am__v_CCLD_0 = @echo " CCLD " $@;
  218. am__v_CCLD_1 =
  219. SOURCES = $(libopusfile_la_SOURCES) $(libopusurl_la_SOURCES) \
  220. $(examples_opusfile_example_SOURCES) \
  221. $(examples_seeking_example_SOURCES)
  222. DIST_SOURCES = $(libopusfile_la_SOURCES) \
  223. $(am__libopusurl_la_SOURCES_DIST) \
  224. $(am__examples_opusfile_example_SOURCES_DIST) \
  225. $(am__examples_seeking_example_SOURCES_DIST)
  226. am__can_run_installinfo = \
  227. case $$AM_UPDATE_INFO_DIR in \
  228. n|no|NO) false;; \
  229. *) (install-info --version) >/dev/null 2>&1;; \
  230. esac
  231. DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
  232. HEADERS = $(opusinclude_HEADERS)
  233. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  234. $(LISP)config.h.in
  235. # Read a list of newline-separated strings from the standard input,
  236. # and print each of them once, without duplicates. Input order is
  237. # *not* preserved.
  238. am__uniquify_input = $(AWK) '\
  239. BEGIN { nonempty = 0; } \
  240. { items[$$0] = 1; nonempty = 1; } \
  241. END { if (nonempty) { for (i in items) print i; }; } \
  242. '
  243. # Make sure the list of sources is unique. This is necessary because,
  244. # e.g., the same source file might be shared among _SOURCES variables
  245. # for different programs/libraries.
  246. am__define_uniq_tagged_files = \
  247. list='$(am__tagged_files)'; \
  248. unique=`for i in $$list; do \
  249. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  250. done | $(am__uniquify_input)`
  251. ETAGS = etags
  252. CTAGS = ctags
  253. CSCOPE = cscope
  254. AM_RECURSIVE_TARGETS = cscope
  255. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  256. $(srcdir)/opusfile-uninstalled.pc.in $(srcdir)/opusfile.pc.in \
  257. $(srcdir)/opusurl-uninstalled.pc.in $(srcdir)/opusurl.pc.in \
  258. $(top_srcdir)/doc/Doxyfile.in AUTHORS COPYING compile \
  259. config.guess config.sub depcomp install-sh ltmain.sh missing
  260. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  261. distdir = $(PACKAGE)-$(VERSION)
  262. top_distdir = $(distdir)
  263. am__remove_distdir = \
  264. if test -d "$(distdir)"; then \
  265. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  266. && rm -rf "$(distdir)" \
  267. || { sleep 5 && rm -rf "$(distdir)"; }; \
  268. else :; fi
  269. am__post_remove_distdir = $(am__remove_distdir)
  270. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
  271. GZIP_ENV = --best
  272. DIST_TARGETS = dist-gzip dist-zip
  273. distuninstallcheck_listfiles = find . -type f -print
  274. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  275. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  276. distcleancheck_listfiles = find . -type f -print
  277. ACLOCAL = @ACLOCAL@
  278. AMTAR = @AMTAR@
  279. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  280. AR = @AR@
  281. AUTOCONF = @AUTOCONF@
  282. AUTOHEADER = @AUTOHEADER@
  283. AUTOMAKE = @AUTOMAKE@
  284. AWK = @AWK@
  285. CC = @CC@
  286. CCDEPMODE = @CCDEPMODE@
  287. CFLAGS = @CFLAGS@
  288. CPP = @CPP@
  289. CPPFLAGS = @CPPFLAGS@
  290. CYGPATH_W = @CYGPATH_W@
  291. DEFS = @DEFS@
  292. DEPDIR = @DEPDIR@
  293. DEPS_CFLAGS = @DEPS_CFLAGS@
  294. DEPS_LIBS = @DEPS_LIBS@
  295. DLLTOOL = @DLLTOOL@
  296. DSYMUTIL = @DSYMUTIL@
  297. DUMPBIN = @DUMPBIN@
  298. ECHO_C = @ECHO_C@
  299. ECHO_N = @ECHO_N@
  300. ECHO_T = @ECHO_T@
  301. EGREP = @EGREP@
  302. EXEEXT = @EXEEXT@
  303. FGREP = @FGREP@
  304. GREP = @GREP@
  305. HAVE_DOT = @HAVE_DOT@
  306. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  307. INSTALL = @INSTALL@
  308. INSTALL_DATA = @INSTALL_DATA@
  309. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  310. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  311. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  312. LD = @LD@
  313. LDFLAGS = @LDFLAGS@
  314. LIBOBJS = @LIBOBJS@
  315. LIBS = @LIBS@
  316. LIBTOOL = @LIBTOOL@
  317. LIPO = @LIPO@
  318. LN_S = @LN_S@
  319. LTLIBOBJS = @LTLIBOBJS@
  320. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  321. MAINT = @MAINT@
  322. MAKEINFO = @MAKEINFO@
  323. MANIFEST_TOOL = @MANIFEST_TOOL@
  324. MKDIR_P = @MKDIR_P@
  325. NM = @NM@
  326. NMEDIT = @NMEDIT@
  327. OBJDUMP = @OBJDUMP@
  328. OBJEXT = @OBJEXT@
  329. OP_LT_AGE = @OP_LT_AGE@
  330. OP_LT_CURRENT = @OP_LT_CURRENT@
  331. OP_LT_REVISION = @OP_LT_REVISION@
  332. OTOOL = @OTOOL@
  333. OTOOL64 = @OTOOL64@
  334. PACKAGE = @PACKAGE@
  335. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  336. PACKAGE_NAME = @PACKAGE_NAME@
  337. PACKAGE_STRING = @PACKAGE_STRING@
  338. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  339. PACKAGE_URL = @PACKAGE_URL@
  340. PACKAGE_VERSION = @PACKAGE_VERSION@
  341. PATH_SEPARATOR = @PATH_SEPARATOR@
  342. PKG_CONFIG = @PKG_CONFIG@
  343. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  344. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  345. RANLIB = @RANLIB@
  346. SED = @SED@
  347. SET_MAKE = @SET_MAKE@
  348. SHELL = @SHELL@
  349. STRIP = @STRIP@
  350. URL_DEPS_CFLAGS = @URL_DEPS_CFLAGS@
  351. URL_DEPS_LIBS = @URL_DEPS_LIBS@
  352. VERSION = @VERSION@
  353. abs_builddir = @abs_builddir@
  354. abs_srcdir = @abs_srcdir@
  355. abs_top_builddir = @abs_top_builddir@
  356. abs_top_srcdir = @abs_top_srcdir@
  357. ac_ct_AR = @ac_ct_AR@
  358. ac_ct_CC = @ac_ct_CC@
  359. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  360. am__include = @am__include@
  361. am__leading_dot = @am__leading_dot@
  362. am__quote = @am__quote@
  363. am__tar = @am__tar@
  364. am__untar = @am__untar@
  365. bindir = @bindir@
  366. build = @build@
  367. build_alias = @build_alias@
  368. build_cpu = @build_cpu@
  369. build_os = @build_os@
  370. build_vendor = @build_vendor@
  371. builddir = @builddir@
  372. datadir = @datadir@
  373. datarootdir = @datarootdir@
  374. docdir = @docdir@
  375. dvidir = @dvidir@
  376. exec_prefix = @exec_prefix@
  377. host = @host@
  378. host_alias = @host_alias@
  379. host_cpu = @host_cpu@
  380. host_os = @host_os@
  381. host_vendor = @host_vendor@
  382. htmldir = @htmldir@
  383. includedir = @includedir@
  384. infodir = @infodir@
  385. install_sh = @install_sh@
  386. libdir = @libdir@
  387. libexecdir = @libexecdir@
  388. localedir = @localedir@
  389. localstatedir = @localstatedir@
  390. lrintf_lib = @lrintf_lib@
  391. mandir = @mandir@
  392. mkdir_p = @mkdir_p@
  393. oldincludedir = @oldincludedir@
  394. openssl = @openssl@
  395. pdfdir = @pdfdir@
  396. prefix = @prefix@
  397. program_transform_name = @program_transform_name@
  398. psdir = @psdir@
  399. sbindir = @sbindir@
  400. sharedstatedir = @sharedstatedir@
  401. srcdir = @srcdir@
  402. sysconfdir = @sysconfdir@
  403. target_alias = @target_alias@
  404. top_build_prefix = @top_build_prefix@
  405. top_builddir = @top_builddir@
  406. top_srcdir = @top_srcdir@
  407. ACLOCAL_AMFLAGS = -I m4
  408. AM_CFLAGS = -I$(top_srcdir)/include $(DEPS_CFLAGS)
  409. dist_doc_DATA = COPYING AUTHORS README.md
  410. opusincludedir = ${includedir}/opus
  411. opusinclude_HEADERS = include/opusfile.h
  412. lib_LTLIBRARIES = libopusfile.la libopusurl.la
  413. libopusfile_la_SOURCES = \
  414. src/info.c \
  415. src/internal.c src/internal.h \
  416. src/opusfile.c src/stream.c
  417. libopusfile_la_LIBADD = $(DEPS_LIBS) $(lrintf_lib)
  418. libopusfile_la_LDFLAGS = -no-undefined \
  419. -version-info @OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@
  420. libopusurl_la_SOURCES = src/http.c src/internal.c src/internal.h \
  421. $(am__append_1)
  422. libopusurl_la_CFLAGS = $(AM_CFLAGS) $(URL_DEPS_CFLAGS)
  423. libopusurl_la_LIBADD = libopusfile.la $(URL_DEPS_LIBS) $(am__append_2)
  424. libopusurl_la_LDFLAGS = -no-undefined \
  425. -version-info @OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@
  426. examples_opusfile_example_SOURCES = examples/opusfile_example.c \
  427. $(am__append_3)
  428. examples_seeking_example_SOURCES = examples/seeking_example.c \
  429. $(am__append_4)
  430. examples_opusfile_example_LDADD = libopusurl.la libopusfile.la
  431. examples_seeking_example_LDADD = libopusurl.la libopusfile.la
  432. pkgconfigdir = $(libdir)/pkgconfig
  433. pkgconfig_DATA = opusfile.pc opusurl.pc
  434. EXTRA_DIST = \
  435. opusfile.pc.in \
  436. opusurl.pc.in \
  437. opusfile-uninstalled.pc.in \
  438. opusurl-uninstalled.pc.in \
  439. doc/Doxyfile.in \
  440. doc/opus_logo.svg \
  441. doc/Makefile \
  442. unix/Makefile \
  443. win32/VS2015/opusfile.sln \
  444. win32/VS2015/opusfile.vcxproj \
  445. win32/VS2015/opusfile.vcxproj.filters \
  446. win32/VS2015/opusfile_example.vcxproj \
  447. win32/VS2015/opusfile_example.vcxproj.filters \
  448. win32/VS2015/seeking_example.vcxproj \
  449. win32/VS2015/seeking_example.vcxproj.filters
  450. all: config.h
  451. $(MAKE) $(AM_MAKEFLAGS) all-am
  452. .SUFFIXES:
  453. .SUFFIXES: .c .lo .o .obj
  454. am--refresh: Makefile
  455. @:
  456. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  457. @for dep in $?; do \
  458. case '$(am__configure_deps)' in \
  459. *$$dep*) \
  460. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  461. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  462. && exit 0; \
  463. exit 1;; \
  464. esac; \
  465. done; \
  466. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  467. $(am__cd) $(top_srcdir) && \
  468. $(AUTOMAKE) --foreign Makefile
  469. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  470. @case '$?' in \
  471. *config.status*) \
  472. echo ' $(SHELL) ./config.status'; \
  473. $(SHELL) ./config.status;; \
  474. *) \
  475. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  476. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  477. esac;
  478. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  479. $(SHELL) ./config.status --recheck
  480. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  481. $(am__cd) $(srcdir) && $(AUTOCONF)
  482. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  483. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  484. $(am__aclocal_m4_deps):
  485. config.h: stamp-h1
  486. @test -f $@ || rm -f stamp-h1
  487. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  488. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  489. @rm -f stamp-h1
  490. cd $(top_builddir) && $(SHELL) ./config.status config.h
  491. $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  492. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  493. rm -f stamp-h1
  494. touch $@
  495. distclean-hdr:
  496. -rm -f config.h stamp-h1
  497. opusfile.pc: $(top_builddir)/config.status $(srcdir)/opusfile.pc.in
  498. cd $(top_builddir) && $(SHELL) ./config.status $@
  499. opusurl.pc: $(top_builddir)/config.status $(srcdir)/opusurl.pc.in
  500. cd $(top_builddir) && $(SHELL) ./config.status $@
  501. opusfile-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opusfile-uninstalled.pc.in
  502. cd $(top_builddir) && $(SHELL) ./config.status $@
  503. opusurl-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opusurl-uninstalled.pc.in
  504. cd $(top_builddir) && $(SHELL) ./config.status $@
  505. doc/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/Doxyfile.in
  506. cd $(top_builddir) && $(SHELL) ./config.status $@
  507. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  508. @$(NORMAL_INSTALL)
  509. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  510. list2=; for p in $$list; do \
  511. if test -f $$p; then \
  512. list2="$$list2 $$p"; \
  513. else :; fi; \
  514. done; \
  515. test -z "$$list2" || { \
  516. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  517. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  518. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  519. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  520. }
  521. uninstall-libLTLIBRARIES:
  522. @$(NORMAL_UNINSTALL)
  523. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  524. for p in $$list; do \
  525. $(am__strip_dir) \
  526. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  527. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  528. done
  529. clean-libLTLIBRARIES:
  530. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  531. @list='$(lib_LTLIBRARIES)'; \
  532. locs=`for p in $$list; do echo $$p; done | \
  533. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  534. sort -u`; \
  535. test -z "$$locs" || { \
  536. echo rm -f $${locs}; \
  537. rm -f $${locs}; \
  538. }
  539. src/$(am__dirstamp):
  540. @$(MKDIR_P) src
  541. @: > src/$(am__dirstamp)
  542. src/$(DEPDIR)/$(am__dirstamp):
  543. @$(MKDIR_P) src/$(DEPDIR)
  544. @: > src/$(DEPDIR)/$(am__dirstamp)
  545. src/info.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  546. src/internal.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  547. src/opusfile.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  548. src/stream.lo: src/$(am__dirstamp) src/$(DEPDIR)/$(am__dirstamp)
  549. libopusfile.la: $(libopusfile_la_OBJECTS) $(libopusfile_la_DEPENDENCIES) $(EXTRA_libopusfile_la_DEPENDENCIES)
  550. $(AM_V_CCLD)$(libopusfile_la_LINK) -rpath $(libdir) $(libopusfile_la_OBJECTS) $(libopusfile_la_LIBADD) $(LIBS)
  551. src/libopusurl_la-http.lo: src/$(am__dirstamp) \
  552. src/$(DEPDIR)/$(am__dirstamp)
  553. src/libopusurl_la-internal.lo: src/$(am__dirstamp) \
  554. src/$(DEPDIR)/$(am__dirstamp)
  555. src/libopusurl_la-wincerts.lo: src/$(am__dirstamp) \
  556. src/$(DEPDIR)/$(am__dirstamp)
  557. libopusurl.la: $(libopusurl_la_OBJECTS) $(libopusurl_la_DEPENDENCIES) $(EXTRA_libopusurl_la_DEPENDENCIES)
  558. $(AM_V_CCLD)$(libopusurl_la_LINK) -rpath $(libdir) $(libopusurl_la_OBJECTS) $(libopusurl_la_LIBADD) $(LIBS)
  559. clean-noinstPROGRAMS:
  560. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  561. echo " rm -f" $$list; \
  562. rm -f $$list || exit $$?; \
  563. test -n "$(EXEEXT)" || exit 0; \
  564. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  565. echo " rm -f" $$list; \
  566. rm -f $$list
  567. examples/$(am__dirstamp):
  568. @$(MKDIR_P) examples
  569. @: > examples/$(am__dirstamp)
  570. examples/$(DEPDIR)/$(am__dirstamp):
  571. @$(MKDIR_P) examples/$(DEPDIR)
  572. @: > examples/$(DEPDIR)/$(am__dirstamp)
  573. examples/opusfile_example.$(OBJEXT): examples/$(am__dirstamp) \
  574. examples/$(DEPDIR)/$(am__dirstamp)
  575. examples/win32utf8.$(OBJEXT): examples/$(am__dirstamp) \
  576. examples/$(DEPDIR)/$(am__dirstamp)
  577. examples/opusfile_example$(EXEEXT): $(examples_opusfile_example_OBJECTS) $(examples_opusfile_example_DEPENDENCIES) $(EXTRA_examples_opusfile_example_DEPENDENCIES) examples/$(am__dirstamp)
  578. @rm -f examples/opusfile_example$(EXEEXT)
  579. $(AM_V_CCLD)$(LINK) $(examples_opusfile_example_OBJECTS) $(examples_opusfile_example_LDADD) $(LIBS)
  580. examples/seeking_example.$(OBJEXT): examples/$(am__dirstamp) \
  581. examples/$(DEPDIR)/$(am__dirstamp)
  582. examples/seeking_example$(EXEEXT): $(examples_seeking_example_OBJECTS) $(examples_seeking_example_DEPENDENCIES) $(EXTRA_examples_seeking_example_DEPENDENCIES) examples/$(am__dirstamp)
  583. @rm -f examples/seeking_example$(EXEEXT)
  584. $(AM_V_CCLD)$(LINK) $(examples_seeking_example_OBJECTS) $(examples_seeking_example_LDADD) $(LIBS)
  585. mostlyclean-compile:
  586. -rm -f *.$(OBJEXT)
  587. -rm -f examples/*.$(OBJEXT)
  588. -rm -f src/*.$(OBJEXT)
  589. -rm -f src/*.lo
  590. distclean-compile:
  591. -rm -f *.tab.c
  592. @AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/opusfile_example.Po@am__quote@
  593. @AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/seeking_example.Po@am__quote@
  594. @AMDEP_TRUE@@am__include@ @am__quote@examples/$(DEPDIR)/win32utf8.Po@am__quote@
  595. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/info.Plo@am__quote@
  596. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/internal.Plo@am__quote@
  597. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-http.Plo@am__quote@
  598. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-internal.Plo@am__quote@
  599. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/libopusurl_la-wincerts.Plo@am__quote@
  600. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/opusfile.Plo@am__quote@
  601. @AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/stream.Plo@am__quote@
  602. .c.o:
  603. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  604. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  605. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  606. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  607. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  608. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  609. .c.obj:
  610. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  611. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  612. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  613. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  614. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  615. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  616. .c.lo:
  617. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  618. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  619. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  620. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  621. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  622. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  623. src/libopusurl_la-http.lo: src/http.c
  624. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopusurl_la_CFLAGS) $(CFLAGS) -MT src/libopusurl_la-http.lo -MD -MP -MF src/$(DEPDIR)/libopusurl_la-http.Tpo -c -o src/libopusurl_la-http.lo `test -f 'src/http.c' || echo '$(srcdir)/'`src/http.c
  625. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libopusurl_la-http.Tpo src/$(DEPDIR)/libopusurl_la-http.Plo
  626. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/http.c' object='src/libopusurl_la-http.lo' libtool=yes @AMDEPBACKSLASH@
  627. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  628. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopusurl_la_CFLAGS) $(CFLAGS) -c -o src/libopusurl_la-http.lo `test -f 'src/http.c' || echo '$(srcdir)/'`src/http.c
  629. src/libopusurl_la-internal.lo: src/internal.c
  630. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopusurl_la_CFLAGS) $(CFLAGS) -MT src/libopusurl_la-internal.lo -MD -MP -MF src/$(DEPDIR)/libopusurl_la-internal.Tpo -c -o src/libopusurl_la-internal.lo `test -f 'src/internal.c' || echo '$(srcdir)/'`src/internal.c
  631. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libopusurl_la-internal.Tpo src/$(DEPDIR)/libopusurl_la-internal.Plo
  632. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/internal.c' object='src/libopusurl_la-internal.lo' libtool=yes @AMDEPBACKSLASH@
  633. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  634. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopusurl_la_CFLAGS) $(CFLAGS) -c -o src/libopusurl_la-internal.lo `test -f 'src/internal.c' || echo '$(srcdir)/'`src/internal.c
  635. src/libopusurl_la-wincerts.lo: src/wincerts.c
  636. @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopusurl_la_CFLAGS) $(CFLAGS) -MT src/libopusurl_la-wincerts.lo -MD -MP -MF src/$(DEPDIR)/libopusurl_la-wincerts.Tpo -c -o src/libopusurl_la-wincerts.lo `test -f 'src/wincerts.c' || echo '$(srcdir)/'`src/wincerts.c
  637. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) src/$(DEPDIR)/libopusurl_la-wincerts.Tpo src/$(DEPDIR)/libopusurl_la-wincerts.Plo
  638. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='src/wincerts.c' object='src/libopusurl_la-wincerts.lo' libtool=yes @AMDEPBACKSLASH@
  639. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  640. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libopusurl_la_CFLAGS) $(CFLAGS) -c -o src/libopusurl_la-wincerts.lo `test -f 'src/wincerts.c' || echo '$(srcdir)/'`src/wincerts.c
  641. mostlyclean-libtool:
  642. -rm -f *.lo
  643. clean-libtool:
  644. -rm -rf .libs _libs
  645. -rm -rf examples/.libs examples/_libs
  646. -rm -rf src/.libs src/_libs
  647. distclean-libtool:
  648. -rm -f libtool config.lt
  649. install-dist_docDATA: $(dist_doc_DATA)
  650. @$(NORMAL_INSTALL)
  651. @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
  652. if test -n "$$list"; then \
  653. echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
  654. $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
  655. fi; \
  656. for p in $$list; do \
  657. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  658. echo "$$d$$p"; \
  659. done | $(am__base_list) | \
  660. while read files; do \
  661. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
  662. $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
  663. done
  664. uninstall-dist_docDATA:
  665. @$(NORMAL_UNINSTALL)
  666. @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
  667. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  668. dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
  669. install-pkgconfigDATA: $(pkgconfig_DATA)
  670. @$(NORMAL_INSTALL)
  671. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  672. if test -n "$$list"; then \
  673. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  674. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  675. fi; \
  676. for p in $$list; do \
  677. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  678. echo "$$d$$p"; \
  679. done | $(am__base_list) | \
  680. while read files; do \
  681. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  682. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  683. done
  684. uninstall-pkgconfigDATA:
  685. @$(NORMAL_UNINSTALL)
  686. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  687. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  688. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  689. install-opusincludeHEADERS: $(opusinclude_HEADERS)
  690. @$(NORMAL_INSTALL)
  691. @list='$(opusinclude_HEADERS)'; test -n "$(opusincludedir)" || list=; \
  692. if test -n "$$list"; then \
  693. echo " $(MKDIR_P) '$(DESTDIR)$(opusincludedir)'"; \
  694. $(MKDIR_P) "$(DESTDIR)$(opusincludedir)" || exit 1; \
  695. fi; \
  696. for p in $$list; do \
  697. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  698. echo "$$d$$p"; \
  699. done | $(am__base_list) | \
  700. while read files; do \
  701. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(opusincludedir)'"; \
  702. $(INSTALL_HEADER) $$files "$(DESTDIR)$(opusincludedir)" || exit $$?; \
  703. done
  704. uninstall-opusincludeHEADERS:
  705. @$(NORMAL_UNINSTALL)
  706. @list='$(opusinclude_HEADERS)'; test -n "$(opusincludedir)" || list=; \
  707. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  708. dir='$(DESTDIR)$(opusincludedir)'; $(am__uninstall_files_from_dir)
  709. ID: $(am__tagged_files)
  710. $(am__define_uniq_tagged_files); mkid -fID $$unique
  711. tags: tags-am
  712. TAGS: tags
  713. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  714. set x; \
  715. here=`pwd`; \
  716. $(am__define_uniq_tagged_files); \
  717. shift; \
  718. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  719. test -n "$$unique" || unique=$$empty_fix; \
  720. if test $$# -gt 0; then \
  721. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  722. "$$@" $$unique; \
  723. else \
  724. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  725. $$unique; \
  726. fi; \
  727. fi
  728. ctags: ctags-am
  729. CTAGS: ctags
  730. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  731. $(am__define_uniq_tagged_files); \
  732. test -z "$(CTAGS_ARGS)$$unique" \
  733. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  734. $$unique
  735. GTAGS:
  736. here=`$(am__cd) $(top_builddir) && pwd` \
  737. && $(am__cd) $(top_srcdir) \
  738. && gtags -i $(GTAGS_ARGS) "$$here"
  739. cscope: cscope.files
  740. test ! -s cscope.files \
  741. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  742. clean-cscope:
  743. -rm -f cscope.files
  744. cscope.files: clean-cscope cscopelist
  745. cscopelist: cscopelist-am
  746. cscopelist-am: $(am__tagged_files)
  747. list='$(am__tagged_files)'; \
  748. case "$(srcdir)" in \
  749. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  750. *) sdir=$(subdir)/$(srcdir) ;; \
  751. esac; \
  752. for i in $$list; do \
  753. if test -f "$$i"; then \
  754. echo "$(subdir)/$$i"; \
  755. else \
  756. echo "$$sdir/$$i"; \
  757. fi; \
  758. done >> $(top_builddir)/cscope.files
  759. distclean-tags:
  760. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  761. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  762. distdir: $(DISTFILES)
  763. $(am__remove_distdir)
  764. test -d "$(distdir)" || mkdir "$(distdir)"
  765. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  766. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  767. list='$(DISTFILES)'; \
  768. dist_files=`for file in $$list; do echo $$file; done | \
  769. sed -e "s|^$$srcdirstrip/||;t" \
  770. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  771. case $$dist_files in \
  772. */*) $(MKDIR_P) `echo "$$dist_files" | \
  773. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  774. sort -u` ;; \
  775. esac; \
  776. for file in $$dist_files; do \
  777. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  778. if test -d $$d/$$file; then \
  779. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  780. if test -d "$(distdir)/$$file"; then \
  781. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  782. fi; \
  783. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  784. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  785. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  786. fi; \
  787. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  788. else \
  789. test -f "$(distdir)/$$file" \
  790. || cp -p $$d/$$file "$(distdir)/$$file" \
  791. || exit 1; \
  792. fi; \
  793. done
  794. $(MAKE) $(AM_MAKEFLAGS) \
  795. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  796. dist-hook
  797. -test -n "$(am__skip_mode_fix)" \
  798. || find "$(distdir)" -type d ! -perm -755 \
  799. -exec chmod u+rwx,go+rx {} \; -o \
  800. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  801. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  802. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  803. || chmod -R a+r "$(distdir)"
  804. dist-gzip: distdir
  805. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  806. $(am__post_remove_distdir)
  807. dist-bzip2: distdir
  808. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  809. $(am__post_remove_distdir)
  810. dist-lzip: distdir
  811. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  812. $(am__post_remove_distdir)
  813. dist-xz: distdir
  814. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  815. $(am__post_remove_distdir)
  816. dist-tarZ: distdir
  817. @echo WARNING: "Support for distribution archives compressed with" \
  818. "legacy program 'compress' is deprecated." >&2
  819. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  820. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  821. $(am__post_remove_distdir)
  822. dist-shar: distdir
  823. @echo WARNING: "Support for shar distribution archives is" \
  824. "deprecated." >&2
  825. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  826. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  827. $(am__post_remove_distdir)
  828. dist-zip: distdir
  829. -rm -f $(distdir).zip
  830. zip -rq $(distdir).zip $(distdir)
  831. $(am__post_remove_distdir)
  832. dist dist-all:
  833. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  834. $(am__post_remove_distdir)
  835. # This target untars the dist file and tries a VPATH configuration. Then
  836. # it guarantees that the distribution is self-contained by making another
  837. # tarfile.
  838. distcheck: dist
  839. case '$(DIST_ARCHIVES)' in \
  840. *.tar.gz*) \
  841. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  842. *.tar.bz2*) \
  843. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  844. *.tar.lz*) \
  845. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  846. *.tar.xz*) \
  847. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  848. *.tar.Z*) \
  849. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  850. *.shar.gz*) \
  851. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  852. *.zip*) \
  853. unzip $(distdir).zip ;;\
  854. esac
  855. chmod -R a-w $(distdir)
  856. chmod u+w $(distdir)
  857. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  858. chmod a-w $(distdir)
  859. test -d $(distdir)/_build || exit 0; \
  860. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  861. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  862. && am__cwd=`pwd` \
  863. && $(am__cd) $(distdir)/_build/sub \
  864. && ../../configure \
  865. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  866. $(DISTCHECK_CONFIGURE_FLAGS) \
  867. --srcdir=../.. --prefix="$$dc_install_base" \
  868. && $(MAKE) $(AM_MAKEFLAGS) \
  869. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  870. && $(MAKE) $(AM_MAKEFLAGS) check \
  871. && $(MAKE) $(AM_MAKEFLAGS) install \
  872. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  873. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  874. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  875. distuninstallcheck \
  876. && chmod -R a-w "$$dc_install_base" \
  877. && ({ \
  878. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  879. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  880. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  881. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  882. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  883. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  884. && rm -rf "$$dc_destdir" \
  885. && $(MAKE) $(AM_MAKEFLAGS) dist \
  886. && rm -rf $(DIST_ARCHIVES) \
  887. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  888. && cd "$$am__cwd" \
  889. || exit 1
  890. $(am__post_remove_distdir)
  891. @(echo "$(distdir) archives ready for distribution: "; \
  892. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  893. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  894. distuninstallcheck:
  895. @test -n '$(distuninstallcheck_dir)' || { \
  896. echo 'ERROR: trying to run $@ with an empty' \
  897. '$$(distuninstallcheck_dir)' >&2; \
  898. exit 1; \
  899. }; \
  900. $(am__cd) '$(distuninstallcheck_dir)' || { \
  901. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  902. exit 1; \
  903. }; \
  904. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  905. || { echo "ERROR: files left after uninstall:" ; \
  906. if test -n "$(DESTDIR)"; then \
  907. echo " (check DESTDIR support)"; \
  908. fi ; \
  909. $(distuninstallcheck_listfiles) ; \
  910. exit 1; } >&2
  911. distcleancheck: distclean
  912. @if test '$(srcdir)' = . ; then \
  913. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  914. exit 1 ; \
  915. fi
  916. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  917. || { echo "ERROR: files left in build directory after distclean:" ; \
  918. $(distcleancheck_listfiles) ; \
  919. exit 1; } >&2
  920. check-am: all-am
  921. check: check-am
  922. @HAVE_DOXYGEN_FALSE@all-local:
  923. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS) \
  924. config.h all-local
  925. installdirs:
  926. for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(opusincludedir)"; do \
  927. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  928. done
  929. install: install-am
  930. install-exec: install-exec-am
  931. install-data: install-data-am
  932. uninstall: uninstall-am
  933. install-am: all-am
  934. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  935. installcheck: installcheck-am
  936. install-strip:
  937. if test -z '$(STRIP)'; then \
  938. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  939. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  940. install; \
  941. else \
  942. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  943. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  944. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  945. fi
  946. mostlyclean-generic:
  947. clean-generic:
  948. distclean-generic:
  949. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  950. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  951. -rm -f examples/$(DEPDIR)/$(am__dirstamp)
  952. -rm -f examples/$(am__dirstamp)
  953. -rm -f src/$(DEPDIR)/$(am__dirstamp)
  954. -rm -f src/$(am__dirstamp)
  955. maintainer-clean-generic:
  956. @echo "This command is intended for maintainers to use"
  957. @echo "it deletes files that may require special tools to rebuild."
  958. @HAVE_DOXYGEN_FALSE@install-data-local:
  959. @HAVE_DOXYGEN_FALSE@uninstall-local:
  960. @HAVE_DOXYGEN_FALSE@clean-local:
  961. clean: clean-am
  962. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
  963. clean-noinstPROGRAMS mostlyclean-am
  964. distclean: distclean-am
  965. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  966. -rm -rf examples/$(DEPDIR) src/$(DEPDIR)
  967. -rm -f Makefile
  968. distclean-am: clean-am distclean-compile distclean-generic \
  969. distclean-hdr distclean-libtool distclean-tags
  970. dvi: dvi-am
  971. dvi-am:
  972. html: html-am
  973. html-am:
  974. info: info-am
  975. info-am:
  976. install-data-am: install-data-local install-dist_docDATA \
  977. install-opusincludeHEADERS install-pkgconfigDATA
  978. install-dvi: install-dvi-am
  979. install-dvi-am:
  980. install-exec-am: install-libLTLIBRARIES
  981. install-html: install-html-am
  982. install-html-am:
  983. install-info: install-info-am
  984. install-info-am:
  985. install-man:
  986. install-pdf: install-pdf-am
  987. install-pdf-am:
  988. install-ps: install-ps-am
  989. install-ps-am:
  990. installcheck-am:
  991. maintainer-clean: maintainer-clean-am
  992. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  993. -rm -rf $(top_srcdir)/autom4te.cache
  994. -rm -rf examples/$(DEPDIR) src/$(DEPDIR)
  995. -rm -f Makefile
  996. maintainer-clean-am: distclean-am maintainer-clean-generic
  997. mostlyclean: mostlyclean-am
  998. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  999. mostlyclean-libtool
  1000. pdf: pdf-am
  1001. pdf-am:
  1002. ps: ps-am
  1003. ps-am:
  1004. uninstall-am: uninstall-dist_docDATA uninstall-libLTLIBRARIES \
  1005. uninstall-local uninstall-opusincludeHEADERS \
  1006. uninstall-pkgconfigDATA
  1007. .MAKE: all install-am install-strip
  1008. .PHONY: CTAGS GTAGS TAGS all all-am all-local am--refresh check \
  1009. check-am clean clean-cscope clean-generic clean-libLTLIBRARIES \
  1010. clean-libtool clean-local clean-noinstPROGRAMS cscope \
  1011. cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
  1012. dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
  1013. dist-zip distcheck distclean distclean-compile \
  1014. distclean-generic distclean-hdr distclean-libtool \
  1015. distclean-tags distcleancheck distdir distuninstallcheck dvi \
  1016. dvi-am html html-am info info-am install install-am \
  1017. install-data install-data-am install-data-local \
  1018. install-dist_docDATA install-dvi install-dvi-am install-exec \
  1019. install-exec-am install-html install-html-am install-info \
  1020. install-info-am install-libLTLIBRARIES install-man \
  1021. install-opusincludeHEADERS install-pdf install-pdf-am \
  1022. install-pkgconfigDATA install-ps install-ps-am install-strip \
  1023. installcheck installcheck-am installdirs maintainer-clean \
  1024. maintainer-clean-generic mostlyclean mostlyclean-compile \
  1025. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1026. tags tags-am uninstall uninstall-am uninstall-dist_docDATA \
  1027. uninstall-libLTLIBRARIES uninstall-local \
  1028. uninstall-opusincludeHEADERS uninstall-pkgconfigDATA
  1029. .PRECIOUS: Makefile
  1030. debug:
  1031. $(MAKE) CFLAGS="${CFLAGS} -O0 -ggdb -DOP_ENABLE_ASSERTIONS" all
  1032. # Targets to build and install just the library without the docs
  1033. opusfile install-opusfile: NO_DOXYGEN = 1
  1034. opusfile: all
  1035. install-opusfile: install
  1036. # Or just the docs
  1037. docs: doc/doxygen-build.stamp
  1038. install-docs:
  1039. @if [ -z "$(NO_DOXYGEN)" ]; then \
  1040. ( cd doc && \
  1041. echo "Installing documentation in $(DESTDIR)$(docdir)"; \
  1042. $(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
  1043. for f in `find html -type f \! -name "installdox"` ; do \
  1044. $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f; \
  1045. done ) \
  1046. fi
  1047. doc/doxygen-build.stamp: doc/Doxyfile $(top_srcdir)/doc/opus_logo.svg \
  1048. $(top_srcdir)/include/*.h
  1049. @[ -n "$(NO_DOXYGEN)" ] || ( cd doc && doxygen && touch $(@F) )
  1050. # Or everything (by default)
  1051. @HAVE_DOXYGEN_TRUE@all-local: docs
  1052. @HAVE_DOXYGEN_TRUE@install-data-local: install-docs
  1053. @HAVE_DOXYGEN_TRUE@clean-local:
  1054. @HAVE_DOXYGEN_TRUE@ $(RM) -r doc/html
  1055. @HAVE_DOXYGEN_TRUE@ $(RM) -r doc/latex
  1056. @HAVE_DOXYGEN_TRUE@ $(RM) doc/doxygen-build.stamp
  1057. @HAVE_DOXYGEN_TRUE@uninstall-local:
  1058. @HAVE_DOXYGEN_TRUE@ $(RM) -r $(DESTDIR)$(docdir)/html
  1059. # We check this every time make is run, with configure.ac being touched to
  1060. # trigger an update of the build system files if update_version changes the
  1061. # current PACKAGE_VERSION (or if package_version was modified manually by a
  1062. # user with either AUTO_UPDATE=no or no update_version script present - the
  1063. # latter being the normal case for tarball releases).
  1064. #
  1065. # We can't just add the package_version file to CONFIGURE_DEPENDENCIES since
  1066. # simply running autoconf will not actually regenerate configure for us when
  1067. # the content of that file changes (due to autoconf dependency checking not
  1068. # knowing about that without us creating yet another file for it to include).
  1069. #
  1070. # The MAKECMDGOALS check is a gnu-make'ism, but will degrade 'gracefully' for
  1071. # makes that don't support it. The only loss of functionality is not forcing
  1072. # an update of package_version for `make dist` if AUTO_UPDATE=no, but that is
  1073. # unlikely to be a real problem for any real user.
  1074. $(top_srcdir)/configure.ac: force
  1075. @case "$(MAKECMDGOALS)" in \
  1076. dist-hook) exit 0 ;; \
  1077. dist-* | dist | distcheck | distclean) _arg=release ;; \
  1078. esac; \
  1079. if ! $(top_srcdir)/update_version $$_arg 2> /dev/null; then \
  1080. if [ ! -e $(top_srcdir)/package_version ]; then \
  1081. echo 'PACKAGE_VERSION="unknown"' > $(top_srcdir)/package_version; \
  1082. fi; \
  1083. . $(top_srcdir)/package_version || exit 1; \
  1084. [ "$(PACKAGE_VERSION)" != "$$PACKAGE_VERSION" ] || exit 0; \
  1085. fi; \
  1086. touch $@
  1087. force:
  1088. # Create a minimal package_version file when make dist is run.
  1089. dist-hook:
  1090. echo 'PACKAGE_VERSION="$(PACKAGE_VERSION)"' > $(top_distdir)/package_version
  1091. .PHONY: opusfile install-opusfile docs install-docs
  1092. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1093. # Otherwise a system limit (for SysV at least) may be exceeded.
  1094. .NOEXPORT: