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