562
|
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
|
|
2 # @configure_input@
|
|
3
|
|
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
|
|
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 srcdir = @srcdir@
|
|
18 top_srcdir = @top_srcdir@
|
|
19 VPATH = @srcdir@
|
|
20 pkgdatadir = $(datadir)/@PACKAGE@
|
|
21 pkglibdir = $(libdir)/@PACKAGE@
|
|
22 pkgincludedir = $(includedir)/@PACKAGE@
|
|
23 top_builddir = ../..
|
|
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
25 INSTALL = @INSTALL@
|
|
26 install_sh_DATA = $(install_sh) -c -m 644
|
|
27 install_sh_PROGRAM = $(install_sh) -c
|
|
28 install_sh_SCRIPT = $(install_sh) -c
|
|
29 INSTALL_HEADER = $(INSTALL_DATA)
|
|
30 transform = $(program_transform_name)
|
|
31 NORMAL_INSTALL = :
|
|
32 PRE_INSTALL = :
|
|
33 POST_INSTALL = :
|
|
34 NORMAL_UNINSTALL = :
|
|
35 PRE_UNINSTALL = :
|
|
36 POST_UNINSTALL = :
|
|
37 build_triplet = @build@
|
|
38 host_triplet = @host@
|
|
39 target_triplet = @target@
|
|
40 subdir = decoders/libmpg123
|
|
41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
43 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
|
44 $(top_srcdir)/configure.in
|
|
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
46 $(ACLOCAL_M4)
|
|
47 mkinstalldirs = $(install_sh) -d
|
|
48 CONFIG_HEADER = $(top_builddir)/config.h
|
|
49 CONFIG_CLEAN_FILES =
|
|
50 LTLIBRARIES = $(noinst_LTLIBRARIES)
|
|
51 libmpg123_la_LIBADD =
|
|
52 am_libmpg123_la_OBJECTS = libmpg123_la-compat.lo libmpg123_la-parse.lo \
|
|
53 libmpg123_la-frame.lo libmpg123_la-format.lo \
|
|
54 libmpg123_la-decode_2to1.lo libmpg123_la-decode_4to1.lo \
|
|
55 libmpg123_la-decode_ntom.lo libmpg123_la-equalizer.lo \
|
|
56 libmpg123_la-icy.lo libmpg123_la-icy2utf8.lo \
|
|
57 libmpg123_la-id3.lo libmpg123_la-layer1.lo \
|
|
58 libmpg123_la-layer2.lo libmpg123_la-layer3.lo \
|
|
59 libmpg123_la-optimize.lo libmpg123_la-readers.lo \
|
|
60 libmpg123_la-tabinit.lo libmpg123_la-stringbuf.lo \
|
|
61 libmpg123_la-libmpg123.lo libmpg123_la-index.lo \
|
|
62 libmpg123_la-dct64.lo libmpg123_la-decode.lo
|
|
63 libmpg123_la_OBJECTS = $(am_libmpg123_la_OBJECTS)
|
|
64 @USE_LIBMPG123_TRUE@am_libmpg123_la_rpath =
|
|
65 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
|
66 depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
67 am__depfiles_maybe = depfiles
|
|
68 CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
|
69 LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
|
|
70 $(CCASFLAGS)
|
|
71 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
72 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
73 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
|
74 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
75 $(AM_CFLAGS) $(CFLAGS)
|
|
76 CCLD = $(CC)
|
|
77 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
|
78 $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
79 SOURCES = $(libmpg123_la_SOURCES) $(EXTRA_libmpg123_la_SOURCES)
|
|
80 DIST_SOURCES = $(libmpg123_la_SOURCES) $(EXTRA_libmpg123_la_SOURCES)
|
|
81 ETAGS = etags
|
|
82 CTAGS = ctags
|
|
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
84 ACLOCAL = @ACLOCAL@
|
|
85 AMDEP_FALSE = @AMDEP_FALSE@
|
|
86 AMDEP_TRUE = @AMDEP_TRUE@
|
|
87 AMTAR = @AMTAR@
|
|
88 AR = @AR@
|
|
89 AUTOCONF = @AUTOCONF@
|
|
90 AUTOHEADER = @AUTOHEADER@
|
|
91 AUTOMAKE = @AUTOMAKE@
|
|
92 AWK = @AWK@
|
|
93 BINARY_AGE = @BINARY_AGE@
|
|
94 CC = @CC@
|
|
95 CCAS = @CCAS@
|
|
96 CCASFLAGS = @CCASFLAGS@
|
|
97 CCDEPMODE = @CCDEPMODE@
|
|
98 CFLAGS = @CFLAGS@
|
|
99 CPP = @CPP@
|
|
100 CPPFLAGS = @CPPFLAGS@
|
|
101 CXX = @CXX@
|
|
102 CXXCPP = @CXXCPP@
|
|
103 CXXDEPMODE = @CXXDEPMODE@
|
|
104 CXXFLAGS = @CXXFLAGS@
|
|
105 CYGPATH_W = @CYGPATH_W@
|
|
106 DEFS = @DEFS@
|
|
107 DEPDIR = @DEPDIR@
|
|
108 DSYMUTIL = @DSYMUTIL@
|
|
109 ECHO = @ECHO@
|
|
110 ECHO_C = @ECHO_C@
|
|
111 ECHO_N = @ECHO_N@
|
|
112 ECHO_T = @ECHO_T@
|
|
113 EGREP = @EGREP@
|
|
114 EXEEXT = @EXEEXT@
|
|
115 F77 = @F77@
|
|
116 FFLAGS = @FFLAGS@
|
|
117 GREP = @GREP@
|
|
118 INSTALL_DATA = @INSTALL_DATA@
|
|
119 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
120 INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
121 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
122 INTERFACE_AGE = @INTERFACE_AGE@
|
|
123 LDFLAGS = @LDFLAGS@
|
|
124 LIBOBJS = @LIBOBJS@
|
|
125 LIBS = @LIBS@
|
|
126 LIBTOOL = @LIBTOOL@
|
|
127 LN_S = @LN_S@
|
|
128 LTLIBOBJS = @LTLIBOBJS@
|
|
129 LT_AGE = @LT_AGE@
|
|
130 LT_CURRENT = @LT_CURRENT@
|
|
131 LT_RELEASE = @LT_RELEASE@
|
|
132 LT_REVISION = @LT_REVISION@
|
|
133 MAJOR_VERSION = @MAJOR_VERSION@
|
|
134 MAKEINFO = @MAKEINFO@
|
|
135 MICRO_VERSION = @MICRO_VERSION@
|
|
136 MINOR_VERSION = @MINOR_VERSION@
|
|
137 NMEDIT = @NMEDIT@
|
|
138 OBJEXT = @OBJEXT@
|
|
139 PACKAGE = @PACKAGE@
|
|
140 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
141 PACKAGE_NAME = @PACKAGE_NAME@
|
|
142 PACKAGE_STRING = @PACKAGE_STRING@
|
|
143 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
144 PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
145 PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
146 RANLIB = @RANLIB@
|
|
147 SDL_CFLAGS = @SDL_CFLAGS@
|
|
148 SDL_CONFIG = @SDL_CONFIG@
|
|
149 SDL_LIBS = @SDL_LIBS@
|
|
150 SED = @SED@
|
|
151 SET_MAKE = @SET_MAKE@
|
|
152 SHELL = @SHELL@
|
|
153 STRIP = @STRIP@
|
|
154 USE_LIBMPG123_FALSE = @USE_LIBMPG123_FALSE@
|
|
155 USE_LIBMPG123_TRUE = @USE_LIBMPG123_TRUE@
|
|
156 USE_PHYSICSFS_FALSE = @USE_PHYSICSFS_FALSE@
|
|
157 USE_PHYSICSFS_TRUE = @USE_PHYSICSFS_TRUE@
|
|
158 USE_TIMIDITY_FALSE = @USE_TIMIDITY_FALSE@
|
|
159 USE_TIMIDITY_TRUE = @USE_TIMIDITY_TRUE@
|
|
160 VERSION = @VERSION@
|
|
161 ac_ct_CC = @ac_ct_CC@
|
|
162 ac_ct_CXX = @ac_ct_CXX@
|
|
163 ac_ct_F77 = @ac_ct_F77@
|
|
164 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
165 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
166 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
167 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
|
168 am__include = @am__include@
|
|
169 am__leading_dot = @am__leading_dot@
|
|
170 am__quote = @am__quote@
|
|
171 am__tar = @am__tar@
|
|
172 am__untar = @am__untar@
|
|
173 bindir = @bindir@
|
|
174 build = @build@
|
|
175 build_alias = @build_alias@
|
|
176 build_cpu = @build_cpu@
|
|
177 build_os = @build_os@
|
|
178 build_vendor = @build_vendor@
|
|
179 datadir = @datadir@
|
|
180 datarootdir = @datarootdir@
|
|
181 docdir = @docdir@
|
|
182 dvidir = @dvidir@
|
|
183 exec_prefix = @exec_prefix@
|
|
184 host = @host@
|
|
185 host_alias = @host_alias@
|
|
186 host_cpu = @host_cpu@
|
|
187 host_os = @host_os@
|
|
188 host_vendor = @host_vendor@
|
|
189 htmldir = @htmldir@
|
|
190 includedir = @includedir@
|
|
191 infodir = @infodir@
|
|
192 install_sh = @install_sh@
|
|
193 libdir = @libdir@
|
|
194 libexecdir = @libexecdir@
|
|
195 localedir = @localedir@
|
|
196 localstatedir = @localstatedir@
|
|
197 mandir = @mandir@
|
|
198 mkdir_p = @mkdir_p@
|
|
199 oldincludedir = @oldincludedir@
|
|
200 pdfdir = @pdfdir@
|
|
201 prefix = @prefix@
|
|
202 program_transform_name = @program_transform_name@
|
|
203 psdir = @psdir@
|
|
204 sbindir = @sbindir@
|
|
205 sharedstatedir = @sharedstatedir@
|
|
206 sysconfdir = @sysconfdir@
|
|
207 target = @target@
|
|
208 target_alias = @target_alias@
|
|
209 target_cpu = @target_cpu@
|
|
210 target_os = @target_os@
|
|
211 target_vendor = @target_vendor@
|
|
212 @USE_LIBMPG123_TRUE@noinst_LTLIBRARIES = libmpg123.la
|
|
213
|
|
214 # !!! FIXME: get MMX/SSE/Altivec/etc stuff in here.
|
|
215 INCLUDES = -I$(top_srcdir)/decodes/libmpg123
|
|
216 libmpg123_la_CFLAGS = -DOPT_GENERIC -DREAL_IS_FLOAT -DMPG123_NO_CONFIGURE
|
|
217 libmpg123_la_SOURCES = \
|
|
218 compat.c \
|
|
219 compat.h \
|
|
220 parse.c \
|
|
221 parse.h \
|
|
222 frame.c \
|
|
223 format.c \
|
|
224 frame.h \
|
|
225 reader.h \
|
|
226 debug.h \
|
|
227 decode.h \
|
|
228 decode_2to1.c \
|
|
229 decode_4to1.c \
|
|
230 decode_ntom.c \
|
|
231 equalizer.c \
|
|
232 huffman.h \
|
|
233 icy.c \
|
|
234 icy.h \
|
|
235 icy2utf8.c \
|
|
236 icy2utf8.h \
|
|
237 id3.c \
|
|
238 id3.h \
|
|
239 true.h \
|
|
240 l2tables.h \
|
|
241 layer1.c \
|
|
242 layer2.c \
|
|
243 layer3.c \
|
|
244 getbits.h \
|
|
245 optimize.h \
|
|
246 optimize.c \
|
|
247 readers.c \
|
|
248 tabinit.c \
|
|
249 stringbuf.c \
|
|
250 libmpg123.c \
|
|
251 mpg123lib_intern.h \
|
|
252 mangle.h \
|
|
253 getcpuflags.h \
|
|
254 index.h \
|
|
255 index.c \
|
|
256 mpg123.h \
|
|
257 config.h \
|
|
258 dct64.c \
|
|
259 decode.c \
|
|
260 libmpg123.sym
|
|
261
|
|
262 EXTRA_libmpg123_la_SOURCES = \
|
|
263 dct36_3dnowext.S \
|
|
264 dct36_3dnow.S \
|
|
265 dct64_3dnowext.S \
|
|
266 dct64_3dnow.S \
|
|
267 dct64_altivec.c \
|
|
268 dct64_i386.c \
|
|
269 dct64_i486.c \
|
|
270 dct64_mmx.S \
|
|
271 dct64_sse.S \
|
|
272 decode_3dnowext.S \
|
|
273 decode_3dnow.S \
|
|
274 decode_altivec.c \
|
|
275 decode_i386.c \
|
|
276 decode_i486.c \
|
|
277 decode_i586_dither.S \
|
|
278 decode_i586.S \
|
|
279 decode_mmx.S \
|
|
280 decode_sse3d.h \
|
|
281 decode_sse.S \
|
|
282 equalizer_3dnow.S \
|
|
283 tabinit_mmx.S \
|
|
284 getcpuflags.S
|
|
285
|
|
286 EXTRA_DIST = mpg123.h.in dnoise.sh dnoise.dat testcpu.c README-sdlsound.txt
|
|
287 all: all-am
|
|
288
|
|
289 .SUFFIXES:
|
|
290 .SUFFIXES: .S .c .lo .o .obj
|
|
291 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
292 @for dep in $?; do \
|
|
293 case '$(am__configure_deps)' in \
|
|
294 *$$dep*) \
|
|
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
296 && exit 0; \
|
|
297 exit 1;; \
|
|
298 esac; \
|
|
299 done; \
|
|
300 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign decoders/libmpg123/Makefile'; \
|
|
301 cd $(top_srcdir) && \
|
|
302 $(AUTOMAKE) --foreign decoders/libmpg123/Makefile
|
|
303 .PRECIOUS: Makefile
|
|
304 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
305 @case '$?' in \
|
|
306 *config.status*) \
|
|
307 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
308 *) \
|
|
309 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
310 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
311 esac;
|
|
312
|
|
313 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
314 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
315
|
|
316 $(top_srcdir)/configure: $(am__configure_deps)
|
|
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
318 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
319 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
320
|
|
321 clean-noinstLTLIBRARIES:
|
|
322 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
|
|
323 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
|
|
324 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
|
325 test "$$dir" != "$$p" || dir=.; \
|
|
326 echo "rm -f \"$${dir}/so_locations\""; \
|
|
327 rm -f "$${dir}/so_locations"; \
|
|
328 done
|
|
329 libmpg123.la: $(libmpg123_la_OBJECTS) $(libmpg123_la_DEPENDENCIES)
|
|
330 $(LINK) $(am_libmpg123_la_rpath) $(libmpg123_la_LDFLAGS) $(libmpg123_la_OBJECTS) $(libmpg123_la_LIBADD) $(LIBS)
|
|
331
|
|
332 mostlyclean-compile:
|
|
333 -rm -f *.$(OBJEXT)
|
|
334
|
|
335 distclean-compile:
|
|
336 -rm -f *.tab.c
|
|
337
|
|
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-compat.Plo@am__quote@
|
|
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-dct64.Plo@am__quote@
|
|
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-dct64_altivec.Plo@am__quote@
|
|
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-dct64_i386.Plo@am__quote@
|
|
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-dct64_i486.Plo@am__quote@
|
|
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-decode.Plo@am__quote@
|
|
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-decode_2to1.Plo@am__quote@
|
|
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-decode_4to1.Plo@am__quote@
|
|
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-decode_altivec.Plo@am__quote@
|
|
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-decode_i386.Plo@am__quote@
|
|
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-decode_i486.Plo@am__quote@
|
|
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-decode_ntom.Plo@am__quote@
|
|
350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-equalizer.Plo@am__quote@
|
|
351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-format.Plo@am__quote@
|
|
352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-frame.Plo@am__quote@
|
|
353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-icy.Plo@am__quote@
|
|
354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-icy2utf8.Plo@am__quote@
|
|
355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-id3.Plo@am__quote@
|
|
356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-index.Plo@am__quote@
|
|
357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-layer1.Plo@am__quote@
|
|
358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-layer2.Plo@am__quote@
|
|
359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-layer3.Plo@am__quote@
|
|
360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-libmpg123.Plo@am__quote@
|
|
361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-optimize.Plo@am__quote@
|
|
362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-parse.Plo@am__quote@
|
|
363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-readers.Plo@am__quote@
|
|
364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-stringbuf.Plo@am__quote@
|
|
365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmpg123_la-tabinit.Plo@am__quote@
|
|
366
|
|
367 .S.o:
|
|
368 $(CCASCOMPILE) -c $<
|
|
369
|
|
370 .S.obj:
|
|
371 $(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
|
|
372
|
|
373 .S.lo:
|
|
374 $(LTCCASCOMPILE) -c -o $@ $<
|
|
375
|
|
376 .c.o:
|
|
377 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
378 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
379 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
380 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
381 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
|
382
|
|
383 .c.obj:
|
|
384 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
385 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
386 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
387 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
388 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
389
|
|
390 .c.lo:
|
|
391 @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
|
392 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
|
393 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
394 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
395 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
|
396
|
|
397 libmpg123_la-compat.lo: compat.c
|
|
398 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-compat.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-compat.Tpo" -c -o libmpg123_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c; \
|
|
399 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-compat.Tpo" "$(DEPDIR)/libmpg123_la-compat.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-compat.Tpo"; exit 1; fi
|
|
400 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='compat.c' object='libmpg123_la-compat.lo' libtool=yes @AMDEPBACKSLASH@
|
|
401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
402 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-compat.lo `test -f 'compat.c' || echo '$(srcdir)/'`compat.c
|
|
403
|
|
404 libmpg123_la-parse.lo: parse.c
|
|
405 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-parse.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-parse.Tpo" -c -o libmpg123_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c; \
|
|
406 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-parse.Tpo" "$(DEPDIR)/libmpg123_la-parse.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-parse.Tpo"; exit 1; fi
|
|
407 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='parse.c' object='libmpg123_la-parse.lo' libtool=yes @AMDEPBACKSLASH@
|
|
408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
409 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-parse.lo `test -f 'parse.c' || echo '$(srcdir)/'`parse.c
|
|
410
|
|
411 libmpg123_la-frame.lo: frame.c
|
|
412 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-frame.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-frame.Tpo" -c -o libmpg123_la-frame.lo `test -f 'frame.c' || echo '$(srcdir)/'`frame.c; \
|
|
413 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-frame.Tpo" "$(DEPDIR)/libmpg123_la-frame.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-frame.Tpo"; exit 1; fi
|
|
414 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='frame.c' object='libmpg123_la-frame.lo' libtool=yes @AMDEPBACKSLASH@
|
|
415 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
416 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-frame.lo `test -f 'frame.c' || echo '$(srcdir)/'`frame.c
|
|
417
|
|
418 libmpg123_la-format.lo: format.c
|
|
419 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-format.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-format.Tpo" -c -o libmpg123_la-format.lo `test -f 'format.c' || echo '$(srcdir)/'`format.c; \
|
|
420 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-format.Tpo" "$(DEPDIR)/libmpg123_la-format.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-format.Tpo"; exit 1; fi
|
|
421 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='format.c' object='libmpg123_la-format.lo' libtool=yes @AMDEPBACKSLASH@
|
|
422 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
423 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-format.lo `test -f 'format.c' || echo '$(srcdir)/'`format.c
|
|
424
|
|
425 libmpg123_la-decode_2to1.lo: decode_2to1.c
|
|
426 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-decode_2to1.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-decode_2to1.Tpo" -c -o libmpg123_la-decode_2to1.lo `test -f 'decode_2to1.c' || echo '$(srcdir)/'`decode_2to1.c; \
|
|
427 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-decode_2to1.Tpo" "$(DEPDIR)/libmpg123_la-decode_2to1.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-decode_2to1.Tpo"; exit 1; fi
|
|
428 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode_2to1.c' object='libmpg123_la-decode_2to1.lo' libtool=yes @AMDEPBACKSLASH@
|
|
429 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
430 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-decode_2to1.lo `test -f 'decode_2to1.c' || echo '$(srcdir)/'`decode_2to1.c
|
|
431
|
|
432 libmpg123_la-decode_4to1.lo: decode_4to1.c
|
|
433 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-decode_4to1.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-decode_4to1.Tpo" -c -o libmpg123_la-decode_4to1.lo `test -f 'decode_4to1.c' || echo '$(srcdir)/'`decode_4to1.c; \
|
|
434 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-decode_4to1.Tpo" "$(DEPDIR)/libmpg123_la-decode_4to1.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-decode_4to1.Tpo"; exit 1; fi
|
|
435 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode_4to1.c' object='libmpg123_la-decode_4to1.lo' libtool=yes @AMDEPBACKSLASH@
|
|
436 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
437 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-decode_4to1.lo `test -f 'decode_4to1.c' || echo '$(srcdir)/'`decode_4to1.c
|
|
438
|
|
439 libmpg123_la-decode_ntom.lo: decode_ntom.c
|
|
440 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-decode_ntom.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-decode_ntom.Tpo" -c -o libmpg123_la-decode_ntom.lo `test -f 'decode_ntom.c' || echo '$(srcdir)/'`decode_ntom.c; \
|
|
441 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-decode_ntom.Tpo" "$(DEPDIR)/libmpg123_la-decode_ntom.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-decode_ntom.Tpo"; exit 1; fi
|
|
442 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode_ntom.c' object='libmpg123_la-decode_ntom.lo' libtool=yes @AMDEPBACKSLASH@
|
|
443 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
444 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-decode_ntom.lo `test -f 'decode_ntom.c' || echo '$(srcdir)/'`decode_ntom.c
|
|
445
|
|
446 libmpg123_la-equalizer.lo: equalizer.c
|
|
447 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-equalizer.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-equalizer.Tpo" -c -o libmpg123_la-equalizer.lo `test -f 'equalizer.c' || echo '$(srcdir)/'`equalizer.c; \
|
|
448 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-equalizer.Tpo" "$(DEPDIR)/libmpg123_la-equalizer.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-equalizer.Tpo"; exit 1; fi
|
|
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='equalizer.c' object='libmpg123_la-equalizer.lo' libtool=yes @AMDEPBACKSLASH@
|
|
450 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
451 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-equalizer.lo `test -f 'equalizer.c' || echo '$(srcdir)/'`equalizer.c
|
|
452
|
|
453 libmpg123_la-icy.lo: icy.c
|
|
454 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-icy.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-icy.Tpo" -c -o libmpg123_la-icy.lo `test -f 'icy.c' || echo '$(srcdir)/'`icy.c; \
|
|
455 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-icy.Tpo" "$(DEPDIR)/libmpg123_la-icy.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-icy.Tpo"; exit 1; fi
|
|
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='icy.c' object='libmpg123_la-icy.lo' libtool=yes @AMDEPBACKSLASH@
|
|
457 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
458 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-icy.lo `test -f 'icy.c' || echo '$(srcdir)/'`icy.c
|
|
459
|
|
460 libmpg123_la-icy2utf8.lo: icy2utf8.c
|
|
461 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-icy2utf8.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-icy2utf8.Tpo" -c -o libmpg123_la-icy2utf8.lo `test -f 'icy2utf8.c' || echo '$(srcdir)/'`icy2utf8.c; \
|
|
462 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-icy2utf8.Tpo" "$(DEPDIR)/libmpg123_la-icy2utf8.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-icy2utf8.Tpo"; exit 1; fi
|
|
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='icy2utf8.c' object='libmpg123_la-icy2utf8.lo' libtool=yes @AMDEPBACKSLASH@
|
|
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
465 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-icy2utf8.lo `test -f 'icy2utf8.c' || echo '$(srcdir)/'`icy2utf8.c
|
|
466
|
|
467 libmpg123_la-id3.lo: id3.c
|
|
468 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-id3.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-id3.Tpo" -c -o libmpg123_la-id3.lo `test -f 'id3.c' || echo '$(srcdir)/'`id3.c; \
|
|
469 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-id3.Tpo" "$(DEPDIR)/libmpg123_la-id3.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-id3.Tpo"; exit 1; fi
|
|
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='id3.c' object='libmpg123_la-id3.lo' libtool=yes @AMDEPBACKSLASH@
|
|
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
472 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-id3.lo `test -f 'id3.c' || echo '$(srcdir)/'`id3.c
|
|
473
|
|
474 libmpg123_la-layer1.lo: layer1.c
|
|
475 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-layer1.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-layer1.Tpo" -c -o libmpg123_la-layer1.lo `test -f 'layer1.c' || echo '$(srcdir)/'`layer1.c; \
|
|
476 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-layer1.Tpo" "$(DEPDIR)/libmpg123_la-layer1.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-layer1.Tpo"; exit 1; fi
|
|
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='layer1.c' object='libmpg123_la-layer1.lo' libtool=yes @AMDEPBACKSLASH@
|
|
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
479 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-layer1.lo `test -f 'layer1.c' || echo '$(srcdir)/'`layer1.c
|
|
480
|
|
481 libmpg123_la-layer2.lo: layer2.c
|
|
482 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-layer2.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-layer2.Tpo" -c -o libmpg123_la-layer2.lo `test -f 'layer2.c' || echo '$(srcdir)/'`layer2.c; \
|
|
483 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-layer2.Tpo" "$(DEPDIR)/libmpg123_la-layer2.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-layer2.Tpo"; exit 1; fi
|
|
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='layer2.c' object='libmpg123_la-layer2.lo' libtool=yes @AMDEPBACKSLASH@
|
|
485 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
486 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-layer2.lo `test -f 'layer2.c' || echo '$(srcdir)/'`layer2.c
|
|
487
|
|
488 libmpg123_la-layer3.lo: layer3.c
|
|
489 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-layer3.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-layer3.Tpo" -c -o libmpg123_la-layer3.lo `test -f 'layer3.c' || echo '$(srcdir)/'`layer3.c; \
|
|
490 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-layer3.Tpo" "$(DEPDIR)/libmpg123_la-layer3.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-layer3.Tpo"; exit 1; fi
|
|
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='layer3.c' object='libmpg123_la-layer3.lo' libtool=yes @AMDEPBACKSLASH@
|
|
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
493 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-layer3.lo `test -f 'layer3.c' || echo '$(srcdir)/'`layer3.c
|
|
494
|
|
495 libmpg123_la-optimize.lo: optimize.c
|
|
496 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-optimize.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-optimize.Tpo" -c -o libmpg123_la-optimize.lo `test -f 'optimize.c' || echo '$(srcdir)/'`optimize.c; \
|
|
497 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-optimize.Tpo" "$(DEPDIR)/libmpg123_la-optimize.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-optimize.Tpo"; exit 1; fi
|
|
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='optimize.c' object='libmpg123_la-optimize.lo' libtool=yes @AMDEPBACKSLASH@
|
|
499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
500 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-optimize.lo `test -f 'optimize.c' || echo '$(srcdir)/'`optimize.c
|
|
501
|
|
502 libmpg123_la-readers.lo: readers.c
|
|
503 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-readers.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-readers.Tpo" -c -o libmpg123_la-readers.lo `test -f 'readers.c' || echo '$(srcdir)/'`readers.c; \
|
|
504 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-readers.Tpo" "$(DEPDIR)/libmpg123_la-readers.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-readers.Tpo"; exit 1; fi
|
|
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='readers.c' object='libmpg123_la-readers.lo' libtool=yes @AMDEPBACKSLASH@
|
|
506 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
507 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-readers.lo `test -f 'readers.c' || echo '$(srcdir)/'`readers.c
|
|
508
|
|
509 libmpg123_la-tabinit.lo: tabinit.c
|
|
510 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-tabinit.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-tabinit.Tpo" -c -o libmpg123_la-tabinit.lo `test -f 'tabinit.c' || echo '$(srcdir)/'`tabinit.c; \
|
|
511 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-tabinit.Tpo" "$(DEPDIR)/libmpg123_la-tabinit.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-tabinit.Tpo"; exit 1; fi
|
|
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tabinit.c' object='libmpg123_la-tabinit.lo' libtool=yes @AMDEPBACKSLASH@
|
|
513 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
514 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-tabinit.lo `test -f 'tabinit.c' || echo '$(srcdir)/'`tabinit.c
|
|
515
|
|
516 libmpg123_la-stringbuf.lo: stringbuf.c
|
|
517 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-stringbuf.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-stringbuf.Tpo" -c -o libmpg123_la-stringbuf.lo `test -f 'stringbuf.c' || echo '$(srcdir)/'`stringbuf.c; \
|
|
518 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-stringbuf.Tpo" "$(DEPDIR)/libmpg123_la-stringbuf.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-stringbuf.Tpo"; exit 1; fi
|
|
519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='stringbuf.c' object='libmpg123_la-stringbuf.lo' libtool=yes @AMDEPBACKSLASH@
|
|
520 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
521 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-stringbuf.lo `test -f 'stringbuf.c' || echo '$(srcdir)/'`stringbuf.c
|
|
522
|
|
523 libmpg123_la-libmpg123.lo: libmpg123.c
|
|
524 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-libmpg123.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-libmpg123.Tpo" -c -o libmpg123_la-libmpg123.lo `test -f 'libmpg123.c' || echo '$(srcdir)/'`libmpg123.c; \
|
|
525 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-libmpg123.Tpo" "$(DEPDIR)/libmpg123_la-libmpg123.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-libmpg123.Tpo"; exit 1; fi
|
|
526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='libmpg123.c' object='libmpg123_la-libmpg123.lo' libtool=yes @AMDEPBACKSLASH@
|
|
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
528 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-libmpg123.lo `test -f 'libmpg123.c' || echo '$(srcdir)/'`libmpg123.c
|
|
529
|
|
530 libmpg123_la-index.lo: index.c
|
|
531 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-index.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-index.Tpo" -c -o libmpg123_la-index.lo `test -f 'index.c' || echo '$(srcdir)/'`index.c; \
|
|
532 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-index.Tpo" "$(DEPDIR)/libmpg123_la-index.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-index.Tpo"; exit 1; fi
|
|
533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='index.c' object='libmpg123_la-index.lo' libtool=yes @AMDEPBACKSLASH@
|
|
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
535 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-index.lo `test -f 'index.c' || echo '$(srcdir)/'`index.c
|
|
536
|
|
537 libmpg123_la-dct64.lo: dct64.c
|
|
538 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-dct64.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-dct64.Tpo" -c -o libmpg123_la-dct64.lo `test -f 'dct64.c' || echo '$(srcdir)/'`dct64.c; \
|
|
539 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-dct64.Tpo" "$(DEPDIR)/libmpg123_la-dct64.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-dct64.Tpo"; exit 1; fi
|
|
540 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dct64.c' object='libmpg123_la-dct64.lo' libtool=yes @AMDEPBACKSLASH@
|
|
541 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
542 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-dct64.lo `test -f 'dct64.c' || echo '$(srcdir)/'`dct64.c
|
|
543
|
|
544 libmpg123_la-decode.lo: decode.c
|
|
545 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-decode.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-decode.Tpo" -c -o libmpg123_la-decode.lo `test -f 'decode.c' || echo '$(srcdir)/'`decode.c; \
|
|
546 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-decode.Tpo" "$(DEPDIR)/libmpg123_la-decode.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-decode.Tpo"; exit 1; fi
|
|
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode.c' object='libmpg123_la-decode.lo' libtool=yes @AMDEPBACKSLASH@
|
|
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
549 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-decode.lo `test -f 'decode.c' || echo '$(srcdir)/'`decode.c
|
|
550
|
|
551 libmpg123_la-dct64_altivec.lo: dct64_altivec.c
|
|
552 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-dct64_altivec.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-dct64_altivec.Tpo" -c -o libmpg123_la-dct64_altivec.lo `test -f 'dct64_altivec.c' || echo '$(srcdir)/'`dct64_altivec.c; \
|
|
553 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-dct64_altivec.Tpo" "$(DEPDIR)/libmpg123_la-dct64_altivec.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-dct64_altivec.Tpo"; exit 1; fi
|
|
554 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dct64_altivec.c' object='libmpg123_la-dct64_altivec.lo' libtool=yes @AMDEPBACKSLASH@
|
|
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
556 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-dct64_altivec.lo `test -f 'dct64_altivec.c' || echo '$(srcdir)/'`dct64_altivec.c
|
|
557
|
|
558 libmpg123_la-dct64_i386.lo: dct64_i386.c
|
|
559 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-dct64_i386.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-dct64_i386.Tpo" -c -o libmpg123_la-dct64_i386.lo `test -f 'dct64_i386.c' || echo '$(srcdir)/'`dct64_i386.c; \
|
|
560 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-dct64_i386.Tpo" "$(DEPDIR)/libmpg123_la-dct64_i386.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-dct64_i386.Tpo"; exit 1; fi
|
|
561 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dct64_i386.c' object='libmpg123_la-dct64_i386.lo' libtool=yes @AMDEPBACKSLASH@
|
|
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
563 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-dct64_i386.lo `test -f 'dct64_i386.c' || echo '$(srcdir)/'`dct64_i386.c
|
|
564
|
|
565 libmpg123_la-dct64_i486.lo: dct64_i486.c
|
|
566 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-dct64_i486.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-dct64_i486.Tpo" -c -o libmpg123_la-dct64_i486.lo `test -f 'dct64_i486.c' || echo '$(srcdir)/'`dct64_i486.c; \
|
|
567 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-dct64_i486.Tpo" "$(DEPDIR)/libmpg123_la-dct64_i486.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-dct64_i486.Tpo"; exit 1; fi
|
|
568 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dct64_i486.c' object='libmpg123_la-dct64_i486.lo' libtool=yes @AMDEPBACKSLASH@
|
|
569 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
570 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-dct64_i486.lo `test -f 'dct64_i486.c' || echo '$(srcdir)/'`dct64_i486.c
|
|
571
|
|
572 libmpg123_la-decode_altivec.lo: decode_altivec.c
|
|
573 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-decode_altivec.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-decode_altivec.Tpo" -c -o libmpg123_la-decode_altivec.lo `test -f 'decode_altivec.c' || echo '$(srcdir)/'`decode_altivec.c; \
|
|
574 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-decode_altivec.Tpo" "$(DEPDIR)/libmpg123_la-decode_altivec.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-decode_altivec.Tpo"; exit 1; fi
|
|
575 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode_altivec.c' object='libmpg123_la-decode_altivec.lo' libtool=yes @AMDEPBACKSLASH@
|
|
576 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
577 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-decode_altivec.lo `test -f 'decode_altivec.c' || echo '$(srcdir)/'`decode_altivec.c
|
|
578
|
|
579 libmpg123_la-decode_i386.lo: decode_i386.c
|
|
580 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-decode_i386.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-decode_i386.Tpo" -c -o libmpg123_la-decode_i386.lo `test -f 'decode_i386.c' || echo '$(srcdir)/'`decode_i386.c; \
|
|
581 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-decode_i386.Tpo" "$(DEPDIR)/libmpg123_la-decode_i386.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-decode_i386.Tpo"; exit 1; fi
|
|
582 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode_i386.c' object='libmpg123_la-decode_i386.lo' libtool=yes @AMDEPBACKSLASH@
|
|
583 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
584 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-decode_i386.lo `test -f 'decode_i386.c' || echo '$(srcdir)/'`decode_i386.c
|
|
585
|
|
586 libmpg123_la-decode_i486.lo: decode_i486.c
|
|
587 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -MT libmpg123_la-decode_i486.lo -MD -MP -MF "$(DEPDIR)/libmpg123_la-decode_i486.Tpo" -c -o libmpg123_la-decode_i486.lo `test -f 'decode_i486.c' || echo '$(srcdir)/'`decode_i486.c; \
|
|
588 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libmpg123_la-decode_i486.Tpo" "$(DEPDIR)/libmpg123_la-decode_i486.Plo"; else rm -f "$(DEPDIR)/libmpg123_la-decode_i486.Tpo"; exit 1; fi
|
|
589 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='decode_i486.c' object='libmpg123_la-decode_i486.lo' libtool=yes @AMDEPBACKSLASH@
|
|
590 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
591 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libmpg123_la_CFLAGS) $(CFLAGS) -c -o libmpg123_la-decode_i486.lo `test -f 'decode_i486.c' || echo '$(srcdir)/'`decode_i486.c
|
|
592
|
|
593 mostlyclean-libtool:
|
|
594 -rm -f *.lo
|
|
595
|
|
596 clean-libtool:
|
|
597 -rm -rf .libs _libs
|
|
598
|
|
599 distclean-libtool:
|
|
600 -rm -f libtool
|
|
601 uninstall-info-am:
|
|
602
|
|
603 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
604 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
605 unique=`for i in $$list; do \
|
|
606 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
607 done | \
|
|
608 $(AWK) ' { files[$$0] = 1; } \
|
|
609 END { for (i in files) print i; }'`; \
|
|
610 mkid -fID $$unique
|
|
611 tags: TAGS
|
|
612
|
|
613 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
614 $(TAGS_FILES) $(LISP)
|
|
615 tags=; \
|
|
616 here=`pwd`; \
|
|
617 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
618 unique=`for i in $$list; do \
|
|
619 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
620 done | \
|
|
621 $(AWK) ' { files[$$0] = 1; } \
|
|
622 END { for (i in files) print i; }'`; \
|
|
623 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
624 test -n "$$unique" || unique=$$empty_fix; \
|
|
625 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
626 $$tags $$unique; \
|
|
627 fi
|
|
628 ctags: CTAGS
|
|
629 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
630 $(TAGS_FILES) $(LISP)
|
|
631 tags=; \
|
|
632 here=`pwd`; \
|
|
633 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
634 unique=`for i in $$list; do \
|
|
635 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
636 done | \
|
|
637 $(AWK) ' { files[$$0] = 1; } \
|
|
638 END { for (i in files) print i; }'`; \
|
|
639 test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
640 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
641 $$tags $$unique
|
|
642
|
|
643 GTAGS:
|
|
644 here=`$(am__cd) $(top_builddir) && pwd` \
|
|
645 && cd $(top_srcdir) \
|
|
646 && gtags -i $(GTAGS_ARGS) $$here
|
|
647
|
|
648 distclean-tags:
|
|
649 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
650
|
|
651 distdir: $(DISTFILES)
|
|
652 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
653 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
654 list='$(DISTFILES)'; for file in $$list; do \
|
|
655 case $$file in \
|
|
656 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
657 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
658 esac; \
|
|
659 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
660 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
661 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
|
662 dir="/$$dir"; \
|
|
663 $(mkdir_p) "$(distdir)$$dir"; \
|
|
664 else \
|
|
665 dir=''; \
|
|
666 fi; \
|
|
667 if test -d $$d/$$file; then \
|
|
668 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
669 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
670 fi; \
|
|
671 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
672 else \
|
|
673 test -f $(distdir)/$$file \
|
|
674 || cp -p $$d/$$file $(distdir)/$$file \
|
|
675 || exit 1; \
|
|
676 fi; \
|
|
677 done
|
|
678 check-am: all-am
|
|
679 check: check-am
|
|
680 all-am: Makefile $(LTLIBRARIES)
|
|
681 installdirs:
|
|
682 install: install-am
|
|
683 install-exec: install-exec-am
|
|
684 install-data: install-data-am
|
|
685 uninstall: uninstall-am
|
|
686
|
|
687 install-am: all-am
|
|
688 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
689
|
|
690 installcheck: installcheck-am
|
|
691 install-strip:
|
|
692 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
693 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
694 `test -z '$(STRIP)' || \
|
|
695 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
696 mostlyclean-generic:
|
|
697
|
|
698 clean-generic:
|
|
699
|
|
700 distclean-generic:
|
|
701 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
702
|
|
703 maintainer-clean-generic:
|
|
704 @echo "This command is intended for maintainers to use"
|
|
705 @echo "it deletes files that may require special tools to rebuild."
|
|
706 clean: clean-am
|
|
707
|
|
708 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
709 mostlyclean-am
|
|
710
|
|
711 distclean: distclean-am
|
|
712 -rm -rf ./$(DEPDIR)
|
|
713 -rm -f Makefile
|
|
714 distclean-am: clean-am distclean-compile distclean-generic \
|
|
715 distclean-libtool distclean-tags
|
|
716
|
|
717 dvi: dvi-am
|
|
718
|
|
719 dvi-am:
|
|
720
|
|
721 html: html-am
|
|
722
|
|
723 info: info-am
|
|
724
|
|
725 info-am:
|
|
726
|
|
727 install-data-am:
|
|
728
|
|
729 install-exec-am:
|
|
730
|
|
731 install-info: install-info-am
|
|
732
|
|
733 install-man:
|
|
734
|
|
735 installcheck-am:
|
|
736
|
|
737 maintainer-clean: maintainer-clean-am
|
|
738 -rm -rf ./$(DEPDIR)
|
|
739 -rm -f Makefile
|
|
740 maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
741
|
|
742 mostlyclean: mostlyclean-am
|
|
743
|
|
744 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
745 mostlyclean-libtool
|
|
746
|
|
747 pdf: pdf-am
|
|
748
|
|
749 pdf-am:
|
|
750
|
|
751 ps: ps-am
|
|
752
|
|
753 ps-am:
|
|
754
|
|
755 uninstall-am: uninstall-info-am
|
|
756
|
|
757 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
|
758 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
|
|
759 distclean-compile distclean-generic distclean-libtool \
|
|
760 distclean-tags distdir dvi dvi-am html html-am info info-am \
|
|
761 install install-am install-data install-data-am install-exec \
|
|
762 install-exec-am install-info install-info-am install-man \
|
|
763 install-strip installcheck installcheck-am installdirs \
|
|
764 maintainer-clean maintainer-clean-generic mostlyclean \
|
|
765 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
|
766 pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
|
767 uninstall-info-am
|
|
768
|
|
769 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
770 # Otherwise a system limit (for SysV at least) may be exceeded.
|
|
771 .NOEXPORT:
|