~ubuntu-branches/ubuntu/trusty/opusfile/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ron Lee
  • Date: 2013-05-13 21:43:40 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130513214340-9p3jj0irk8afk7kd
Tags: 0.2+20130513-1
* Snapshot release for unstable.
* Fixes the pkg-config file to avoid overlinking.  Closes: #707969
* Split the URL handling into a separate library, so that linking with
  openssl is only an issue for people who do need that functionality.
  The main opusfile library can now be linked with anything again.
  Closes:  #708008

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
19
19
 
20
20
 
21
21
VPATH = @srcdir@
 
22
am__make_dryrun = \
 
23
  { \
 
24
    am__dry=no; \
 
25
    case $$MAKEFLAGS in \
 
26
      *\\[\ \   ]*) \
 
27
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
28
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
29
      *) \
 
30
        for am__flg in $$MAKEFLAGS; do \
 
31
          case $$am__flg in \
 
32
            *=*|--*) ;; \
 
33
            *n*) am__dry=yes; break;; \
 
34
          esac; \
 
35
        done;; \
 
36
    esac; \
 
37
    test $$am__dry = yes; \
 
38
  }
22
39
pkgdatadir = $(datadir)/@PACKAGE@
23
40
pkgincludedir = $(includedir)/@PACKAGE@
24
41
pkglibdir = $(libdir)/@PACKAGE@
37
54
POST_UNINSTALL = :
38
55
build_triplet = @build@
39
56
host_triplet = @host@
 
57
@OP_ENABLE_HTTP_TRUE@@OP_WIN32_TRUE@am__append_1 = src/wincerts.c
 
58
@OP_ENABLE_HTTP_TRUE@@OP_WIN32_TRUE@am__append_2 = -lws2_32 -lcrypt32
40
59
noinst_PROGRAMS = examples/opusfile_example$(EXEEXT) \
41
60
        examples/seeking_example$(EXEEXT)
42
61
subdir = .
43
62
DIST_COMMON = $(am__configure_deps) $(dist_doc_DATA) \
44
63
        $(opusinclude_HEADERS) $(srcdir)/Makefile.am \
45
64
        $(srcdir)/Makefile.in $(srcdir)/opusfile-uninstalled.pc.in \
46
 
        $(srcdir)/opusfile.pc.in $(top_srcdir)/configure \
 
65
        $(srcdir)/opusfile.pc.in $(srcdir)/opusurl-uninstalled.pc.in \
 
66
        $(srcdir)/opusurl.pc.in $(top_srcdir)/configure \
47
67
        $(top_srcdir)/doc/Doxyfile.in AUTHORS COPYING config.guess \
48
68
        config.sub depcomp install-sh ltmain.sh missing
49
69
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
76
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57
77
 configure.lineno config.status.lineno
58
78
mkinstalldirs = $(install_sh) -d
59
 
CONFIG_CLEAN_FILES = opusfile.pc opusfile-uninstalled.pc doc/Doxyfile
 
79
CONFIG_CLEAN_FILES = opusfile.pc opusurl.pc opusfile-uninstalled.pc \
 
80
        opusurl-uninstalled.pc doc/Doxyfile
60
81
CONFIG_CLEAN_VPATH_FILES =
61
82
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
83
am__vpath_adj = case $$p in \
79
100
am__base_list = \
80
101
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
81
102
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
103
am__uninstall_files_from_dir = { \
 
104
  test -z "$$files" \
 
105
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
106
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
107
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
108
  }
82
109
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
83
110
        "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(opusincludedir)"
84
111
LTLIBRARIES = $(lib_LTLIBRARIES)
85
112
am__DEPENDENCIES_1 =
86
113
libopusfile_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
87
 
am_libopusfile_la_OBJECTS = http.lo info.lo internal.lo opusfile.lo \
88
 
        stream.lo
 
114
am_libopusfile_la_OBJECTS = info.lo internal.lo opusfile.lo stream.lo
89
115
libopusfile_la_OBJECTS = $(am_libopusfile_la_OBJECTS)
90
 
AM_V_lt = $(am__v_lt_$(V))
91
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
116
AM_V_lt = $(am__v_lt_@AM_V@)
 
117
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
92
118
am__v_lt_0 = --silent
93
119
libopusfile_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
94
120
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
95
121
        $(AM_CFLAGS) $(CFLAGS) $(libopusfile_la_LDFLAGS) $(LDFLAGS) -o \
96
122
        $@
 
123
libopusurl_la_DEPENDENCIES = libopusfile.la $(am__DEPENDENCIES_1) \
 
124
        $(am__DEPENDENCIES_1)
 
125
am__libopusurl_la_SOURCES_DIST = src/http.c src/internal.c \
 
126
        src/internal.h src/wincerts.c
 
127
@OP_ENABLE_HTTP_TRUE@@OP_WIN32_TRUE@am__objects_1 = wincerts.lo
 
128
am_libopusurl_la_OBJECTS = http.lo internal.lo $(am__objects_1)
 
129
libopusurl_la_OBJECTS = $(am_libopusurl_la_OBJECTS)
 
130
libopusurl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
131
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
132
        $(libopusurl_la_LDFLAGS) $(LDFLAGS) -o $@
97
133
PROGRAMS = $(noinst_PROGRAMS)
98
134
examples_opusfile_example_SOURCES = examples/opusfile_example.c
99
135
examples_opusfile_example_OBJECTS = opusfile_example.$(OBJEXT)
100
 
examples_opusfile_example_DEPENDENCIES = libopusfile.la
 
136
examples_opusfile_example_DEPENDENCIES = libopusurl.la libopusfile.la
101
137
am__dirstamp = $(am__leading_dot)dirstamp
102
138
examples_seeking_example_SOURCES = examples/seeking_example.c
103
139
examples_seeking_example_OBJECTS = seeking_example.$(OBJEXT)
104
 
examples_seeking_example_DEPENDENCIES = libopusfile.la
 
140
examples_seeking_example_DEPENDENCIES = libopusurl.la libopusfile.la
105
141
DEFAULT_INCLUDES = -I.@am__isrc@
106
142
depcomp = $(SHELL) $(top_srcdir)/depcomp
107
143
am__depfiles_maybe = depfiles
112
148
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
113
149
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
114
150
        $(AM_CFLAGS) $(CFLAGS)
115
 
AM_V_CC = $(am__v_CC_$(V))
116
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
151
AM_V_CC = $(am__v_CC_@AM_V@)
 
152
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
117
153
am__v_CC_0 = @echo "  CC    " $@;
118
 
AM_V_at = $(am__v_at_$(V))
119
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
154
AM_V_at = $(am__v_at_@AM_V@)
 
155
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120
156
am__v_at_0 = @
121
157
CCLD = $(CC)
122
158
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
123
159
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
124
160
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
125
 
AM_V_CCLD = $(am__v_CCLD_$(V))
126
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
161
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
162
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
127
163
am__v_CCLD_0 = @echo "  CCLD  " $@;
128
 
AM_V_GEN = $(am__v_GEN_$(V))
129
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
164
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
165
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130
166
am__v_GEN_0 = @echo "  GEN   " $@;
131
 
SOURCES = $(libopusfile_la_SOURCES) examples/opusfile_example.c \
132
 
        examples/seeking_example.c
133
 
DIST_SOURCES = $(libopusfile_la_SOURCES) examples/opusfile_example.c \
134
 
        examples/seeking_example.c
 
167
SOURCES = $(libopusfile_la_SOURCES) $(libopusurl_la_SOURCES) \
 
168
        examples/opusfile_example.c examples/seeking_example.c
 
169
DIST_SOURCES = $(libopusfile_la_SOURCES) \
 
170
        $(am__libopusurl_la_SOURCES_DIST) examples/opusfile_example.c \
 
171
        examples/seeking_example.c
 
172
am__can_run_installinfo = \
 
173
  case $$AM_UPDATE_INFO_DIR in \
 
174
    n|no|NO) false;; \
 
175
    *) (install-info --version) >/dev/null 2>&1;; \
 
176
  esac
135
177
DATA = $(dist_doc_DATA) $(pkgconfig_DATA)
136
178
HEADERS = $(opusinclude_HEADERS)
137
179
ETAGS = etags
140
182
distdir = $(PACKAGE)-$(VERSION)
141
183
top_distdir = $(distdir)
142
184
am__remove_distdir = \
143
 
  { test ! -d "$(distdir)" \
144
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
145
 
         && rm -fr "$(distdir)"; }; }
 
185
  if test -d "$(distdir)"; then \
 
186
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
187
      && rm -rf "$(distdir)" \
 
188
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
189
  else :; fi
146
190
DIST_ARCHIVES = $(distdir).tar.gz
147
191
GZIP_ENV = --best
148
192
distuninstallcheck_listfiles = find . -type f -print
 
193
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
194
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
149
195
distcleancheck_listfiles = find . -type f -print
150
196
ACLOCAL = @ACLOCAL@
151
197
AMTAR = @AMTAR@
165
211
DEPDIR = @DEPDIR@
166
212
DEPS_CFLAGS = @DEPS_CFLAGS@
167
213
DEPS_LIBS = @DEPS_LIBS@
 
214
DLLTOOL = @DLLTOOL@
168
215
DSYMUTIL = @DSYMUTIL@
169
216
DUMPBIN = @DUMPBIN@
170
217
ECHO_C = @ECHO_C@
190
237
LTLIBOBJS = @LTLIBOBJS@
191
238
MAINT = @MAINT@
192
239
MAKEINFO = @MAKEINFO@
 
240
MANIFEST_TOOL = @MANIFEST_TOOL@
193
241
MKDIR_P = @MKDIR_P@
194
242
NM = @NM@
195
243
NMEDIT = @NMEDIT@
216
264
SET_MAKE = @SET_MAKE@
217
265
SHELL = @SHELL@
218
266
STRIP = @STRIP@
 
267
URL_DEPS_CFLAGS = @URL_DEPS_CFLAGS@
 
268
URL_DEPS_LIBS = @URL_DEPS_LIBS@
219
269
VERSION = @VERSION@
220
270
abs_builddir = @abs_builddir@
221
271
abs_srcdir = @abs_srcdir@
222
272
abs_top_builddir = @abs_top_builddir@
223
273
abs_top_srcdir = @abs_top_srcdir@
 
274
ac_ct_AR = @ac_ct_AR@
224
275
ac_ct_CC = @ac_ct_CC@
225
276
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226
 
ac_cv_search_lrintf = @ac_cv_search_lrintf@
227
277
am__include = @am__include@
228
278
am__leading_dot = @am__leading_dot@
229
279
am__quote = @am__quote@
254
304
libexecdir = @libexecdir@
255
305
localedir = @localedir@
256
306
localstatedir = @localstatedir@
257
 
lt_ECHO = @lt_ECHO@
 
307
lrintf_lib = @lrintf_lib@
258
308
mandir = @mandir@
259
309
mkdir_p = @mkdir_p@
260
310
oldincludedir = @oldincludedir@
276
326
dist_doc_DATA = COPYING AUTHORS README.txt
277
327
opusincludedir = ${includedir}/opus
278
328
opusinclude_HEADERS = include/opusfile.h
279
 
lib_LTLIBRARIES = libopusfile.la
 
329
lib_LTLIBRARIES = libopusfile.la libopusurl.la
280
330
libopusfile_la_SOURCES = \
281
 
        src/http.c src/info.c \
 
331
        src/info.c \
282
332
        src/internal.c src/internal.h \
283
333
        src/opusfile.c src/stream.c
284
334
 
286
336
libopusfile_la_LDFLAGS = -no-undefined \
287
337
 -version-info @OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@
288
338
 
289
 
examples_opusfile_example_LDADD = libopusfile.la
290
 
examples_seeking_example_LDADD = libopusfile.la
 
339
libopusurl_la_SOURCES = src/http.c src/internal.c src/internal.h \
 
340
        $(am__append_1)
 
341
libopusurl_la_LIBADD = libopusfile.la $(URL_DEPS_LIBS) $(am__append_2)
 
342
libopusurl_la_LDFLAGS = -no-undefined \
 
343
 -version-info @OP_LT_CURRENT@:@OP_LT_REVISION@:@OP_LT_AGE@
 
344
 
 
345
examples_opusfile_example_LDADD = libopusurl.la libopusfile.la
 
346
examples_seeking_example_LDADD = libopusurl.la libopusfile.la
291
347
pkgconfigdir = $(libdir)/pkgconfig
292
 
pkgconfig_DATA = opusfile.pc
 
348
pkgconfig_DATA = opusfile.pc opusurl.pc
293
349
EXTRA_DIST = \
294
350
 opusfile.pc.in \
 
351
 opusurl.pc.in \
295
352
 opusfile-uninstalled.pc.in \
 
353
 opusurl-uninstalled.pc.in \
296
354
 doc/Doxyfile.in \
297
 
 doc/git-version.sh \
298
 
 doc/opus_logo.svg
 
355
 doc/opus_logo.svg \
 
356
 doc/Makefile \
 
357
 unix/Makefile
299
358
 
300
359
all: all-am
301
360
 
302
361
.SUFFIXES:
303
362
.SUFFIXES: .c .lo .o .obj
304
 
am--refresh:
 
363
am--refresh: Makefile
305
364
        @:
306
365
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
307
366
        @for dep in $?; do \
337
396
$(am__aclocal_m4_deps):
338
397
opusfile.pc: $(top_builddir)/config.status $(srcdir)/opusfile.pc.in
339
398
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
399
opusurl.pc: $(top_builddir)/config.status $(srcdir)/opusurl.pc.in
 
400
        cd $(top_builddir) && $(SHELL) ./config.status $@
340
401
opusfile-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opusfile-uninstalled.pc.in
341
402
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
403
opusurl-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/opusurl-uninstalled.pc.in
 
404
        cd $(top_builddir) && $(SHELL) ./config.status $@
342
405
doc/Doxyfile: $(top_builddir)/config.status $(top_srcdir)/doc/Doxyfile.in
343
406
        cd $(top_builddir) && $(SHELL) ./config.status $@
344
407
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
345
408
        @$(NORMAL_INSTALL)
346
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
347
409
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
348
410
        list2=; for p in $$list; do \
349
411
          if test -f $$p; then \
351
413
          else :; fi; \
352
414
        done; \
353
415
        test -z "$$list2" || { \
 
416
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
 
417
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
354
418
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
355
419
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
356
420
        }
372
436
          echo "rm -f \"$${dir}/so_locations\""; \
373
437
          rm -f "$${dir}/so_locations"; \
374
438
        done
375
 
libopusfile.la: $(libopusfile_la_OBJECTS) $(libopusfile_la_DEPENDENCIES) 
 
439
libopusfile.la: $(libopusfile_la_OBJECTS) $(libopusfile_la_DEPENDENCIES) $(EXTRA_libopusfile_la_DEPENDENCIES) 
376
440
        $(AM_V_CCLD)$(libopusfile_la_LINK) -rpath $(libdir) $(libopusfile_la_OBJECTS) $(libopusfile_la_LIBADD) $(LIBS)
 
441
libopusurl.la: $(libopusurl_la_OBJECTS) $(libopusurl_la_DEPENDENCIES) $(EXTRA_libopusurl_la_DEPENDENCIES) 
 
442
        $(AM_V_CCLD)$(libopusurl_la_LINK) -rpath $(libdir) $(libopusurl_la_OBJECTS) $(libopusurl_la_LIBADD) $(LIBS)
377
443
 
378
444
clean-noinstPROGRAMS:
379
445
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
386
452
examples/$(am__dirstamp):
387
453
        @$(MKDIR_P) examples
388
454
        @: > examples/$(am__dirstamp)
389
 
examples/opusfile_example$(EXEEXT): $(examples_opusfile_example_OBJECTS) $(examples_opusfile_example_DEPENDENCIES) examples/$(am__dirstamp)
 
455
examples/opusfile_example$(EXEEXT): $(examples_opusfile_example_OBJECTS) $(examples_opusfile_example_DEPENDENCIES) $(EXTRA_examples_opusfile_example_DEPENDENCIES) examples/$(am__dirstamp)
390
456
        @rm -f examples/opusfile_example$(EXEEXT)
391
457
        $(AM_V_CCLD)$(LINK) $(examples_opusfile_example_OBJECTS) $(examples_opusfile_example_LDADD) $(LIBS)
392
 
examples/seeking_example$(EXEEXT): $(examples_seeking_example_OBJECTS) $(examples_seeking_example_DEPENDENCIES) examples/$(am__dirstamp)
 
458
examples/seeking_example$(EXEEXT): $(examples_seeking_example_OBJECTS) $(examples_seeking_example_DEPENDENCIES) $(EXTRA_examples_seeking_example_DEPENDENCIES) examples/$(am__dirstamp)
393
459
        @rm -f examples/seeking_example$(EXEEXT)
394
460
        $(AM_V_CCLD)$(LINK) $(examples_seeking_example_OBJECTS) $(examples_seeking_example_LDADD) $(LIBS)
395
461
 
406
472
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opusfile_example.Po@am__quote@
407
473
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seeking_example.Po@am__quote@
408
474
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@
 
475
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wincerts.Plo@am__quote@
409
476
 
410
477
.c.o:
411
478
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
412
479
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
413
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
414
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
482
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
417
483
 
418
484
.c.obj:
419
485
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
420
486
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
421
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
422
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
489
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
425
490
 
426
491
.c.lo:
427
492
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428
493
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
429
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
430
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
431
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
433
 
 
434
 
http.lo: src/http.c
435
 
@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) $(AM_CFLAGS) $(CFLAGS) -MT http.lo -MD -MP -MF $(DEPDIR)/http.Tpo -c -o http.lo `test -f 'src/http.c' || echo '$(srcdir)/'`src/http.c
436
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/http.Tpo $(DEPDIR)/http.Plo
437
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
438
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='src/http.c' object='http.lo' libtool=yes @AMDEPBACKSLASH@
439
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
440
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o http.lo `test -f 'src/http.c' || echo '$(srcdir)/'`src/http.c
 
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
496
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
441
497
 
442
498
info.lo: src/info.c
443
499
@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) $(AM_CFLAGS) $(CFLAGS) -MT info.lo -MD -MP -MF $(DEPDIR)/info.Tpo -c -o info.lo `test -f 'src/info.c' || echo '$(srcdir)/'`src/info.c
444
500
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/info.Tpo $(DEPDIR)/info.Plo
445
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
446
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='src/info.c' object='info.lo' libtool=yes @AMDEPBACKSLASH@
 
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/info.c' object='info.lo' libtool=yes @AMDEPBACKSLASH@
447
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o info.lo `test -f 'src/info.c' || echo '$(srcdir)/'`src/info.c
 
503
@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) $(AM_CFLAGS) $(CFLAGS) -c -o info.lo `test -f 'src/info.c' || echo '$(srcdir)/'`src/info.c
449
504
 
450
505
internal.lo: src/internal.c
451
506
@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) $(AM_CFLAGS) $(CFLAGS) -MT internal.lo -MD -MP -MF $(DEPDIR)/internal.Tpo -c -o internal.lo `test -f 'src/internal.c' || echo '$(srcdir)/'`src/internal.c
452
507
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/internal.Tpo $(DEPDIR)/internal.Plo
453
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
454
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='src/internal.c' object='internal.lo' libtool=yes @AMDEPBACKSLASH@
 
508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/internal.c' object='internal.lo' libtool=yes @AMDEPBACKSLASH@
455
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o internal.lo `test -f 'src/internal.c' || echo '$(srcdir)/'`src/internal.c
 
510
@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) $(AM_CFLAGS) $(CFLAGS) -c -o internal.lo `test -f 'src/internal.c' || echo '$(srcdir)/'`src/internal.c
457
511
 
458
512
opusfile.lo: src/opusfile.c
459
513
@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) $(AM_CFLAGS) $(CFLAGS) -MT opusfile.lo -MD -MP -MF $(DEPDIR)/opusfile.Tpo -c -o opusfile.lo `test -f 'src/opusfile.c' || echo '$(srcdir)/'`src/opusfile.c
460
514
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/opusfile.Tpo $(DEPDIR)/opusfile.Plo
461
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
462
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='src/opusfile.c' object='opusfile.lo' libtool=yes @AMDEPBACKSLASH@
 
515
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/opusfile.c' object='opusfile.lo' libtool=yes @AMDEPBACKSLASH@
463
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o opusfile.lo `test -f 'src/opusfile.c' || echo '$(srcdir)/'`src/opusfile.c
 
517
@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) $(AM_CFLAGS) $(CFLAGS) -c -o opusfile.lo `test -f 'src/opusfile.c' || echo '$(srcdir)/'`src/opusfile.c
465
518
 
466
519
stream.lo: src/stream.c
467
520
@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) $(AM_CFLAGS) $(CFLAGS) -MT stream.lo -MD -MP -MF $(DEPDIR)/stream.Tpo -c -o stream.lo `test -f 'src/stream.c' || echo '$(srcdir)/'`src/stream.c
468
521
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/stream.Tpo $(DEPDIR)/stream.Plo
469
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
470
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='src/stream.c' object='stream.lo' libtool=yes @AMDEPBACKSLASH@
471
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472
 
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o stream.lo `test -f 'src/stream.c' || echo '$(srcdir)/'`src/stream.c
 
522
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/stream.c' object='stream.lo' libtool=yes @AMDEPBACKSLASH@
 
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
524
@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) $(AM_CFLAGS) $(CFLAGS) -c -o stream.lo `test -f 'src/stream.c' || echo '$(srcdir)/'`src/stream.c
 
525
 
 
526
http.lo: src/http.c
 
527
@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) $(AM_CFLAGS) $(CFLAGS) -MT http.lo -MD -MP -MF $(DEPDIR)/http.Tpo -c -o http.lo `test -f 'src/http.c' || echo '$(srcdir)/'`src/http.c
 
528
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/http.Tpo $(DEPDIR)/http.Plo
 
529
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/http.c' object='http.lo' libtool=yes @AMDEPBACKSLASH@
 
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
531
@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) $(AM_CFLAGS) $(CFLAGS) -c -o http.lo `test -f 'src/http.c' || echo '$(srcdir)/'`src/http.c
 
532
 
 
533
wincerts.lo: src/wincerts.c
 
534
@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) $(AM_CFLAGS) $(CFLAGS) -MT wincerts.lo -MD -MP -MF $(DEPDIR)/wincerts.Tpo -c -o wincerts.lo `test -f 'src/wincerts.c' || echo '$(srcdir)/'`src/wincerts.c
 
535
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/wincerts.Tpo $(DEPDIR)/wincerts.Plo
 
536
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='src/wincerts.c' object='wincerts.lo' libtool=yes @AMDEPBACKSLASH@
 
537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
538
@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) $(AM_CFLAGS) $(CFLAGS) -c -o wincerts.lo `test -f 'src/wincerts.c' || echo '$(srcdir)/'`src/wincerts.c
473
539
 
474
540
opusfile_example.o: examples/opusfile_example.c
475
541
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT opusfile_example.o -MD -MP -MF $(DEPDIR)/opusfile_example.Tpo -c -o opusfile_example.o `test -f 'examples/opusfile_example.c' || echo '$(srcdir)/'`examples/opusfile_example.c
476
542
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/opusfile_example.Tpo $(DEPDIR)/opusfile_example.Po
477
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
478
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='examples/opusfile_example.c' object='opusfile_example.o' libtool=no @AMDEPBACKSLASH@
 
543
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/opusfile_example.c' object='opusfile_example.o' libtool=no @AMDEPBACKSLASH@
479
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o opusfile_example.o `test -f 'examples/opusfile_example.c' || echo '$(srcdir)/'`examples/opusfile_example.c
 
545
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o opusfile_example.o `test -f 'examples/opusfile_example.c' || echo '$(srcdir)/'`examples/opusfile_example.c
481
546
 
482
547
opusfile_example.obj: examples/opusfile_example.c
483
548
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT opusfile_example.obj -MD -MP -MF $(DEPDIR)/opusfile_example.Tpo -c -o opusfile_example.obj `if test -f 'examples/opusfile_example.c'; then $(CYGPATH_W) 'examples/opusfile_example.c'; else $(CYGPATH_W) '$(srcdir)/examples/opusfile_example.c'; fi`
484
549
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/opusfile_example.Tpo $(DEPDIR)/opusfile_example.Po
485
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
486
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='examples/opusfile_example.c' object='opusfile_example.obj' libtool=no @AMDEPBACKSLASH@
 
550
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/opusfile_example.c' object='opusfile_example.obj' libtool=no @AMDEPBACKSLASH@
487
551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o opusfile_example.obj `if test -f 'examples/opusfile_example.c'; then $(CYGPATH_W) 'examples/opusfile_example.c'; else $(CYGPATH_W) '$(srcdir)/examples/opusfile_example.c'; fi`
 
552
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o opusfile_example.obj `if test -f 'examples/opusfile_example.c'; then $(CYGPATH_W) 'examples/opusfile_example.c'; else $(CYGPATH_W) '$(srcdir)/examples/opusfile_example.c'; fi`
489
553
 
490
554
seeking_example.o: examples/seeking_example.c
491
555
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT seeking_example.o -MD -MP -MF $(DEPDIR)/seeking_example.Tpo -c -o seeking_example.o `test -f 'examples/seeking_example.c' || echo '$(srcdir)/'`examples/seeking_example.c
492
556
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/seeking_example.Tpo $(DEPDIR)/seeking_example.Po
493
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
494
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='examples/seeking_example.c' object='seeking_example.o' libtool=no @AMDEPBACKSLASH@
 
557
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/seeking_example.c' object='seeking_example.o' libtool=no @AMDEPBACKSLASH@
495
558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
496
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o seeking_example.o `test -f 'examples/seeking_example.c' || echo '$(srcdir)/'`examples/seeking_example.c
 
559
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o seeking_example.o `test -f 'examples/seeking_example.c' || echo '$(srcdir)/'`examples/seeking_example.c
497
560
 
498
561
seeking_example.obj: examples/seeking_example.c
499
562
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT seeking_example.obj -MD -MP -MF $(DEPDIR)/seeking_example.Tpo -c -o seeking_example.obj `if test -f 'examples/seeking_example.c'; then $(CYGPATH_W) 'examples/seeking_example.c'; else $(CYGPATH_W) '$(srcdir)/examples/seeking_example.c'; fi`
500
563
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/seeking_example.Tpo $(DEPDIR)/seeking_example.Po
501
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
502
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='examples/seeking_example.c' object='seeking_example.obj' libtool=no @AMDEPBACKSLASH@
 
564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='examples/seeking_example.c' object='seeking_example.obj' libtool=no @AMDEPBACKSLASH@
503
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o seeking_example.obj `if test -f 'examples/seeking_example.c'; then $(CYGPATH_W) 'examples/seeking_example.c'; else $(CYGPATH_W) '$(srcdir)/examples/seeking_example.c'; fi`
 
566
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o seeking_example.obj `if test -f 'examples/seeking_example.c'; then $(CYGPATH_W) 'examples/seeking_example.c'; else $(CYGPATH_W) '$(srcdir)/examples/seeking_example.c'; fi`
505
567
 
506
568
mostlyclean-libtool:
507
569
        -rm -f *.lo
514
576
        -rm -f libtool config.lt
515
577
install-dist_docDATA: $(dist_doc_DATA)
516
578
        @$(NORMAL_INSTALL)
517
 
        test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
518
579
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
 
580
        if test -n "$$list"; then \
 
581
          echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
 
582
          $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
 
583
        fi; \
519
584
        for p in $$list; do \
520
585
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
521
586
          echo "$$d$$p"; \
529
594
        @$(NORMAL_UNINSTALL)
530
595
        @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
531
596
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
532
 
        test -n "$$files" || exit 0; \
533
 
        echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
534
 
        cd "$(DESTDIR)$(docdir)" && rm -f $$files
 
597
        dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
535
598
install-pkgconfigDATA: $(pkgconfig_DATA)
536
599
        @$(NORMAL_INSTALL)
537
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
538
600
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
601
        if test -n "$$list"; then \
 
602
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
603
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
604
        fi; \
539
605
        for p in $$list; do \
540
606
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
541
607
          echo "$$d$$p"; \
549
615
        @$(NORMAL_UNINSTALL)
550
616
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
551
617
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
552
 
        test -n "$$files" || exit 0; \
553
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
554
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
618
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
555
619
install-opusincludeHEADERS: $(opusinclude_HEADERS)
556
620
        @$(NORMAL_INSTALL)
557
 
        test -z "$(opusincludedir)" || $(MKDIR_P) "$(DESTDIR)$(opusincludedir)"
558
621
        @list='$(opusinclude_HEADERS)'; test -n "$(opusincludedir)" || list=; \
 
622
        if test -n "$$list"; then \
 
623
          echo " $(MKDIR_P) '$(DESTDIR)$(opusincludedir)'"; \
 
624
          $(MKDIR_P) "$(DESTDIR)$(opusincludedir)" || exit 1; \
 
625
        fi; \
559
626
        for p in $$list; do \
560
627
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
561
628
          echo "$$d$$p"; \
569
636
        @$(NORMAL_UNINSTALL)
570
637
        @list='$(opusinclude_HEADERS)'; test -n "$(opusincludedir)" || list=; \
571
638
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
572
 
        test -n "$$files" || exit 0; \
573
 
        echo " ( cd '$(DESTDIR)$(opusincludedir)' && rm -f" $$files ")"; \
574
 
        cd "$(DESTDIR)$(opusincludedir)" && rm -f $$files
 
639
        dir='$(DESTDIR)$(opusincludedir)'; $(am__uninstall_files_from_dir)
575
640
 
576
641
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
577
642
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
657
722
            || exit 1; \
658
723
          fi; \
659
724
        done
 
725
        $(MAKE) $(AM_MAKEFLAGS) \
 
726
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
727
          dist-hook
660
728
        -test -n "$(am__skip_mode_fix)" \
661
729
        || find "$(distdir)" -type d ! -perm -755 \
662
730
                -exec chmod u+rwx,go+rx {} \; -o \
669
737
        $(am__remove_distdir)
670
738
 
671
739
dist-bzip2: distdir
672
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
740
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
741
        $(am__remove_distdir)
 
742
 
 
743
dist-lzip: distdir
 
744
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
673
745
        $(am__remove_distdir)
674
746
 
675
747
dist-lzma: distdir
677
749
        $(am__remove_distdir)
678
750
 
679
751
dist-xz: distdir
680
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
752
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
681
753
        $(am__remove_distdir)
682
754
 
683
755
dist-tarZ: distdir
708
780
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
709
781
        *.tar.lzma*) \
710
782
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
783
        *.tar.lz*) \
 
784
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
711
785
        *.tar.xz*) \
712
786
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
713
787
        *.tar.Z*) \
717
791
        *.zip*) \
718
792
          unzip $(distdir).zip ;;\
719
793
        esac
720
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
794
        chmod -R a-w $(distdir); chmod u+w $(distdir)
721
795
        mkdir $(distdir)/_build
722
796
        mkdir $(distdir)/_inst
723
797
        chmod a-w $(distdir)
727
801
          && am__cwd=`pwd` \
728
802
          && $(am__cd) $(distdir)/_build \
729
803
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
804
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
730
805
            $(DISTCHECK_CONFIGURE_FLAGS) \
731
806
          && $(MAKE) $(AM_MAKEFLAGS) \
732
807
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
755
830
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
756
831
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
757
832
distuninstallcheck:
758
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
759
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
833
        @test -n '$(distuninstallcheck_dir)' || { \
 
834
          echo 'ERROR: trying to run $@ with an empty' \
 
835
               '$$(distuninstallcheck_dir)' >&2; \
 
836
          exit 1; \
 
837
        }; \
 
838
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
839
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
840
          exit 1; \
 
841
        }; \
 
842
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
760
843
           || { echo "ERROR: files left after uninstall:" ; \
761
844
                if test -n "$(DESTDIR)"; then \
762
845
                  echo "  (check DESTDIR support)"; \
791
874
 
792
875
installcheck: installcheck-am
793
876
install-strip:
794
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
795
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
796
 
          `test -z '$(STRIP)' || \
797
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
877
        if test -z '$(STRIP)'; then \
 
878
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
879
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
880
              install; \
 
881
        else \
 
882
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
883
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
884
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
885
        fi
798
886
mostlyclean-generic:
799
887
 
800
888
clean-generic:
892
980
.PHONY: CTAGS GTAGS all all-am all-local am--refresh check check-am \
893
981
        clean clean-generic clean-libLTLIBRARIES clean-libtool \
894
982
        clean-local clean-noinstPROGRAMS ctags dist dist-all \
895
 
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
896
 
        dist-zip distcheck distclean distclean-compile \
897
 
        distclean-generic distclean-libtool distclean-tags \
898
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
899
 
        html-am info info-am install install-am install-data \
900
 
        install-data-am install-data-local install-dist_docDATA \
901
 
        install-dvi install-dvi-am install-exec install-exec-am \
902
 
        install-html install-html-am install-info install-info-am \
903
 
        install-libLTLIBRARIES install-man install-opusincludeHEADERS \
904
 
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
905
 
        install-ps-am install-strip installcheck installcheck-am \
906
 
        installdirs maintainer-clean maintainer-clean-generic \
907
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
908
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
909
 
        uninstall-am uninstall-dist_docDATA uninstall-libLTLIBRARIES \
910
 
        uninstall-local uninstall-opusincludeHEADERS \
911
 
        uninstall-pkgconfigDATA
 
983
        dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma dist-shar \
 
984
        dist-tarZ dist-xz dist-zip distcheck distclean \
 
985
        distclean-compile distclean-generic distclean-libtool \
 
986
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
987
        dvi-am html html-am info info-am install install-am \
 
988
        install-data install-data-am install-data-local \
 
989
        install-dist_docDATA install-dvi install-dvi-am install-exec \
 
990
        install-exec-am install-html install-html-am install-info \
 
991
        install-info-am install-libLTLIBRARIES install-man \
 
992
        install-opusincludeHEADERS install-pdf install-pdf-am \
 
993
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
994
        installcheck installcheck-am installdirs maintainer-clean \
 
995
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
996
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
997
        tags uninstall uninstall-am uninstall-dist_docDATA \
 
998
        uninstall-libLTLIBRARIES uninstall-local \
 
999
        uninstall-opusincludeHEADERS uninstall-pkgconfigDATA
912
1000
 
913
1001
 
914
1002
debug:
915
1003
        $(MAKE) CFLAGS="${CFLAGS} -O0 -ggdb -DOP_ENABLE_ASSERTIONS" all
916
1004
 
917
1005
# Targets to build and install just the library without the docs
918
 
opusfile install-opusfile: export NO_DOXYGEN = 1
 
1006
opusfile install-opusfile: NO_DOXYGEN = 1
919
1007
 
920
1008
opusfile: all
921
1009
install-opusfile: install
927
1015
        @if [ -z "$(NO_DOXYGEN)" ]; then \
928
1016
          ( cd doc && \
929
1017
            echo "Installing documentation in $(DESTDIR)$(docdir)"; \
 
1018
            $(INSTALL) -d $(DESTDIR)$(docdir)/html/search; \
930
1019
            for f in `find html -type f \! -name "installdox"` ; do \
931
 
              $(INSTALL) -d $(DESTDIR)$(docdir)/html/search;   \
932
1020
              $(INSTALL_DATA) $$f $(DESTDIR)$(docdir)/$$f;     \
933
1021
            done ) \
934
1022
        fi
950
1038
@HAVE_DOXYGEN_TRUE@uninstall-local:
951
1039
@HAVE_DOXYGEN_TRUE@     $(RM) -r $(DESTDIR)$(docdir)/html
952
1040
 
 
1041
# We check this every time make is run, with configure.ac being touched to
 
1042
# trigger an update of the build system files if update_version changes the
 
1043
# current PACKAGE_VERSION (or if package_version was modified manually by a
 
1044
# user with either AUTO_UPDATE=no or no update_version script present - the
 
1045
# latter being the normal case for tarball releases).
 
1046
#
 
1047
# We can't just add the package_version file to CONFIGURE_DEPENDENCIES since
 
1048
# simply running autoconf will not actually regenerate configure for us when
 
1049
# the content of that file changes (due to autoconf dependency checking not
 
1050
# knowing about that without us creating yet another file for it to include).
 
1051
#
 
1052
# The MAKECMDGOALS check is a gnu-make'ism, but will degrade 'gracefully' for
 
1053
# makes that don't support it.  The only loss of functionality is not forcing
 
1054
# an update of package_version for `make dist` if AUTO_UPDATE=no, but that is
 
1055
# unlikely to be a real problem for any real user.
 
1056
$(top_srcdir)/configure.ac: force
 
1057
        @case "$(MAKECMDGOALS)" in \
 
1058
            dist-hook)                             exit 0       ;; \
 
1059
            dist-* | dist | distcheck | distclean) _arg=release ;; \
 
1060
        esac; \
 
1061
        if ! $(top_srcdir)/update_version $$_arg 2> /dev/null; then \
 
1062
            if [ ! -e $(top_srcdir)/package_version ]; then \
 
1063
                echo 'PACKAGE_VERSION="unknown"' > $(top_srcdir)/package_version; \
 
1064
            fi; \
 
1065
            . $(top_srcdir)/package_version || exit 1; \
 
1066
            [ "$(PACKAGE_VERSION)" != "$$PACKAGE_VERSION" ] || exit 0; \
 
1067
        fi; \
 
1068
        touch $@
 
1069
 
 
1070
force:
 
1071
 
 
1072
# Create a minimal package_version file when make dist is run.
 
1073
dist-hook:
 
1074
        echo 'PACKAGE_VERSION="$(PACKAGE_VERSION)"' > $(top_distdir)/package_version
 
1075
 
953
1076
.PHONY: opusfile install-opusfile docs install-docs
954
1077
 
955
1078
# Tell versions [3.59,3.63) of GNU make to not export all variables.