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