VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/examples/Makefile.in@ 99553

Last change on this file since 99553 was 96468, checked in by vboxsync, 2 years ago

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 22.2 KB
Line 
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
17VPATH = @srcdir@
18am__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}
29am__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
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91noinst_PROGRAMS = decoder_example$(EXEEXT) encoder_example$(EXEEXT) \
92 chaining_example$(EXEEXT) vorbisfile_example$(EXEEXT) \
93 seeking_example$(EXEEXT)
94subdir = examples
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__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
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102 $(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108PROGRAMS = $(noinst_PROGRAMS)
109am_chaining_example_OBJECTS = chaining_example.$(OBJEXT)
110chaining_example_OBJECTS = $(am_chaining_example_OBJECTS)
111chaining_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
112 $(top_builddir)/lib/libvorbis.la
113AM_V_lt = $(am__v_lt_@AM_V@)
114am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
115am__v_lt_0 = --silent
116am__v_lt_1 =
117am_decoder_example_OBJECTS = decoder_example.$(OBJEXT)
118decoder_example_OBJECTS = $(am_decoder_example_OBJECTS)
119decoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbis.la
120am_encoder_example_OBJECTS = encoder_example.$(OBJEXT)
121encoder_example_OBJECTS = $(am_encoder_example_OBJECTS)
122encoder_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisenc.la \
123 $(top_builddir)/lib/libvorbis.la
124am_seeking_example_OBJECTS = seeking_example.$(OBJEXT)
125seeking_example_OBJECTS = $(am_seeking_example_OBJECTS)
126seeking_example_DEPENDENCIES = $(top_builddir)/lib/libvorbisfile.la \
127 $(top_builddir)/lib/libvorbis.la
128am_vorbisfile_example_OBJECTS = vorbisfile_example.$(OBJEXT)
129vorbisfile_example_OBJECTS = $(am_vorbisfile_example_OBJECTS)
130vorbisfile_example_DEPENDENCIES = \
131 $(top_builddir)/lib/libvorbisfile.la \
132 $(top_builddir)/lib/libvorbis.la
133AM_V_P = $(am__v_P_@AM_V@)
134am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135am__v_P_0 = false
136am__v_P_1 = :
137AM_V_GEN = $(am__v_GEN_@AM_V@)
138am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
139am__v_GEN_0 = @echo " GEN " $@;
140am__v_GEN_1 =
141AM_V_at = $(am__v_at_@AM_V@)
142am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
143am__v_at_0 = @
144am__v_at_1 =
145DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
146depcomp = $(SHELL) $(top_srcdir)/depcomp
147am__maybe_remake_depfiles = depfiles
148am__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
152am__mv = mv -f
153COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155LTCOMPILE = $(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)
159AM_V_CC = $(am__v_CC_@AM_V@)
160am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
161am__v_CC_0 = @echo " CC " $@;
162am__v_CC_1 =
163CCLD = $(CC)
164LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
166 $(AM_LDFLAGS) $(LDFLAGS) -o $@
167AM_V_CCLD = $(am__v_CCLD_@AM_V@)
168am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
169am__v_CCLD_0 = @echo " CCLD " $@;
170am__v_CCLD_1 =
171SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
172 $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
173 $(vorbisfile_example_SOURCES)
174DIST_SOURCES = $(chaining_example_SOURCES) $(decoder_example_SOURCES) \
175 $(encoder_example_SOURCES) $(seeking_example_SOURCES) \
176 $(vorbisfile_example_SOURCES)
177am__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
182am__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.
186am__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.
194am__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)`
199ETAGS = etags
200CTAGS = ctags
201am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
202DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203ACLOCAL = @ACLOCAL@
204ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
205ALLOCA = @ALLOCA@
206AMTAR = @AMTAR@
207AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
208AR = @AR@
209AS = @AS@
210AUTOCONF = @AUTOCONF@
211AUTOHEADER = @AUTOHEADER@
212AUTOMAKE = @AUTOMAKE@
213AWK = @AWK@
214CC = @CC@
215CCDEPMODE = @CCDEPMODE@
216CFLAGS = @CFLAGS@
217CPP = @CPP@
218CPPFLAGS = @CPPFLAGS@
219CYGPATH_W = @CYGPATH_W@
220DEBUG = @DEBUG@
221DEFS = @DEFS@
222DEPDIR = @DEPDIR@
223DLLTOOL = @DLLTOOL@
224DSYMUTIL = @DSYMUTIL@
225DUMPBIN = @DUMPBIN@
226ECHO_C = @ECHO_C@
227ECHO_N = @ECHO_N@
228ECHO_T = @ECHO_T@
229EGREP = @EGREP@
230EXEEXT = @EXEEXT@
231FGREP = @FGREP@
232GREP = @GREP@
233HAVE_DOXYGEN = @HAVE_DOXYGEN@
234HTLATEX = @HTLATEX@
235INSTALL = @INSTALL@
236INSTALL_DATA = @INSTALL_DATA@
237INSTALL_PROGRAM = @INSTALL_PROGRAM@
238INSTALL_SCRIPT = @INSTALL_SCRIPT@
239INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240LD = @LD@
241LDFLAGS = @LDFLAGS@
242LIBOBJS = @LIBOBJS@
243LIBS = @LIBS@
244LIBTOOL = @LIBTOOL@
245LIBTOOL_DEPS = @LIBTOOL_DEPS@
246LIPO = @LIPO@
247LN_S = @LN_S@
248LTLIBOBJS = @LTLIBOBJS@
249LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
250MAINT = @MAINT@
251MAKEINFO = @MAKEINFO@
252MANIFEST_TOOL = @MANIFEST_TOOL@
253MKDIR_P = @MKDIR_P@
254NM = @NM@
255NMEDIT = @NMEDIT@
256OBJDUMP = @OBJDUMP@
257OBJEXT = @OBJEXT@
258OGG_CFLAGS = @OGG_CFLAGS@
259OGG_LIBS = @OGG_LIBS@
260OTOOL = @OTOOL@
261OTOOL64 = @OTOOL64@
262PACKAGE = @PACKAGE@
263PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264PACKAGE_NAME = @PACKAGE_NAME@
265PACKAGE_STRING = @PACKAGE_STRING@
266PACKAGE_TARNAME = @PACKAGE_TARNAME@
267PACKAGE_URL = @PACKAGE_URL@
268PACKAGE_VERSION = @PACKAGE_VERSION@
269PATH_SEPARATOR = @PATH_SEPARATOR@
270PDFLATEX = @PDFLATEX@
271PKG_CONFIG = @PKG_CONFIG@
272PROFILE = @PROFILE@
273RANLIB = @RANLIB@
274SED = @SED@
275SET_MAKE = @SET_MAKE@
276SHELL = @SHELL@
277STRIP = @STRIP@
278VERSION = @VERSION@
279VE_LIB_AGE = @VE_LIB_AGE@
280VE_LIB_CURRENT = @VE_LIB_CURRENT@
281VE_LIB_REVISION = @VE_LIB_REVISION@
282VF_LIB_AGE = @VF_LIB_AGE@
283VF_LIB_CURRENT = @VF_LIB_CURRENT@
284VF_LIB_REVISION = @VF_LIB_REVISION@
285VORBIS_LIBS = @VORBIS_LIBS@
286V_LIB_AGE = @V_LIB_AGE@
287V_LIB_CURRENT = @V_LIB_CURRENT@
288V_LIB_REVISION = @V_LIB_REVISION@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
293ac_ct_AR = @ac_ct_AR@
294ac_ct_CC = @ac_ct_CC@
295ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296am__include = @am__include@
297am__leading_dot = @am__leading_dot@
298am__quote = @am__quote@
299am__tar = @am__tar@
300am__untar = @am__untar@
301bindir = @bindir@
302build = @build@
303build_alias = @build_alias@
304build_cpu = @build_cpu@
305build_os = @build_os@
306build_vendor = @build_vendor@
307builddir = @builddir@
308datadir = @datadir@
309datarootdir = @datarootdir@
310docdir = @docdir@
311dvidir = @dvidir@
312exec_prefix = @exec_prefix@
313host = @host@
314host_alias = @host_alias@
315host_cpu = @host_cpu@
316host_os = @host_os@
317host_vendor = @host_vendor@
318htmldir = @htmldir@
319includedir = @includedir@
320infodir = @infodir@
321install_sh = @install_sh@
322libdir = @libdir@
323libexecdir = @libexecdir@
324localedir = @localedir@
325localstatedir = @localstatedir@
326mandir = @mandir@
327mkdir_p = @mkdir_p@
328oldincludedir = @oldincludedir@
329pdfdir = @pdfdir@
330prefix = @prefix@
331program_transform_name = @program_transform_name@
332psdir = @psdir@
333pthread_lib = @pthread_lib@
334runstatedir = @runstatedir@
335sbindir = @sbindir@
336sharedstatedir = @sharedstatedir@
337srcdir = @srcdir@
338sysconfdir = @sysconfdir@
339target_alias = @target_alias@
340top_build_prefix = @top_build_prefix@
341top_builddir = @top_builddir@
342top_srcdir = @top_srcdir@
343AUTOMAKE_OPTIONS = foreign
344EXTRA_DIST = frameview.pl
345AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
346
347# uncomment to build static executables from the example code
348#LDFLAGS = -all-static
349decoder_example_SOURCES = decoder_example.c
350decoder_example_LDADD = $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
351encoder_example_SOURCES = encoder_example.c
352encoder_example_LDADD = $(top_builddir)/lib/libvorbisenc.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
353chaining_example_SOURCES = chaining_example.c
354chaining_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
355vorbisfile_example_SOURCES = vorbisfile_example.c
356vorbisfile_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
357seeking_example_SOURCES = seeking_example.c
358seeking_example_LDADD = $(top_builddir)/lib/libvorbisfile.la $(top_builddir)/lib/libvorbis.la @VORBIS_LIBS@ @OGG_LIBS@
359all: 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
375Makefile: $(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
393clean-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
402chaining_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
406decoder_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
410encoder_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
414seeking_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
418vorbisfile_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
422mostlyclean-compile:
423 -rm -f *.$(OBJEXT)
424
425distclean-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
438am--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
461mostlyclean-libtool:
462 -rm -f *.lo
463
464clean-libtool:
465 -rm -rf .libs _libs
466
467ID: $(am__tagged_files)
468 $(am__define_uniq_tagged_files); mkid -fID $$unique
469tags: tags-am
470TAGS: tags
471
472tags-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
487ctags: ctags-am
488
489CTAGS: ctags
490ctags-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
496GTAGS:
497 here=`$(am__cd) $(top_builddir) && pwd` \
498 && $(am__cd) $(top_srcdir) \
499 && gtags -i $(GTAGS_ARGS) "$$here"
500cscopelist: cscopelist-am
501
502cscopelist-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
516distclean-tags:
517 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
518
519distdir: $(BUILT_SOURCES)
520 $(MAKE) $(AM_MAKEFLAGS) distdir-am
521
522distdir-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
552check-am: all-am
553check: check-am
554all-am: Makefile $(PROGRAMS)
555installdirs:
556install: install-am
557install-exec: install-exec-am
558install-data: install-data-am
559uninstall: uninstall-am
560
561install-am: all-am
562 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
563
564installcheck: installcheck-am
565install-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
575mostlyclean-generic:
576
577clean-generic:
578
579distclean-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
583maintainer-clean-generic:
584 @echo "This command is intended for maintainers to use"
585 @echo "it deletes files that may require special tools to rebuild."
586clean: clean-am
587
588clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
589 mostlyclean-am
590
591distclean: 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
598distclean-am: clean-am distclean-compile distclean-generic \
599 distclean-tags
600
601dvi: dvi-am
602
603dvi-am:
604
605html: html-am
606
607html-am:
608
609info: info-am
610
611info-am:
612
613install-data-am:
614
615install-dvi: install-dvi-am
616
617install-dvi-am:
618
619install-exec-am:
620
621install-html: install-html-am
622
623install-html-am:
624
625install-info: install-info-am
626
627install-info-am:
628
629install-man:
630
631install-pdf: install-pdf-am
632
633install-pdf-am:
634
635install-ps: install-ps-am
636
637install-ps-am:
638
639installcheck-am:
640
641maintainer-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
648maintainer-clean-am: distclean-am maintainer-clean-generic
649
650mostlyclean: mostlyclean-am
651
652mostlyclean-am: mostlyclean-compile mostlyclean-generic \
653 mostlyclean-libtool
654
655pdf: pdf-am
656
657pdf-am:
658
659ps: ps-am
660
661ps-am:
662
663uninstall-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
684debug:
685 $(MAKE) all CFLAGS="@DEBUG@"
686
687profile:
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:
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette