1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
73 noinst_LIBRARIES = librfxswf.a
75 librfxswf_a_SOURCES = bitio.c bitio.h rfxswf.c rfxswf.h log.c log.h rfxswf.o
76 librfxswf_a_DEPENDENCIES = bitio.c bitio.h rfxswf.o rfxswf.h log.c log.h modules/swfbits.c modules/swfaction.c modules/swfdump.c modules/swfcgi.c modules/swfbutton.c modules/swftext.c modules/swftools.c modules/swfsound.c modules/swfshape.c lame/psymodel.o lame/fft.o lame/newmdct.o lame/quantize.o lame/takehiro.o lame/reservoir.o lame/quantize_pvt.o lame/vbrquantize.o lame/encoder.o lame/id3tag.o lame/version.o lame/tables.o lame/util.o lame/bitstream.o lame/set_get.o lame/VbrTag.o lame/lame.o
79 librfxswf_a_LIBADD = lame/psymodel.o lame/fft.o lame/newmdct.o lame/quantize.o lame/takehiro.o lame/reservoir.o lame/quantize_pvt.o lame/vbrquantize.o lame/encoder.o lame/id3tag.o lame/version.o lame/tables.o lame/util.o lame/bitstream.o lame/set_get.o lame/VbrTag.o lame/lame.o
82 COMPILE = $(CC) $(CFLAGS) $(CPPFLAGS)
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = ../config.h
86 LIBRARIES = $(noinst_LIBRARIES)
89 DEFS = @DEFS@ -I. -I$(srcdir) -I..
93 librfxswf_a_OBJECTS = bitio.o rfxswf.o log.o
97 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON = Makefile.in
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
108 SOURCES = $(librfxswf_a_SOURCES)
109 OBJECTS = $(librfxswf_a_OBJECTS)
113 .SUFFIXES: .S .c .o .s
122 mostlyclean-noinstLIBRARIES:
124 clean-noinstLIBRARIES:
125 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
127 distclean-noinstLIBRARIES:
129 maintainer-clean-noinstLIBRARIES:
141 -rm -f *.o core *.core
148 maintainer-clean-compile:
150 librfxswf.a: $(librfxswf_a_OBJECTS) $(librfxswf_a_DEPENDENCIES)
152 $(AR) cru librfxswf.a $(librfxswf_a_OBJECTS) $(librfxswf_a_LIBADD)
153 $(RANLIB) librfxswf.a
155 # This directory's subdirectories are mostly independent; you can cd
156 # into them and run `make' without going through this Makefile.
157 # To change the values of `make' variables: instead of editing Makefiles,
158 # (1) if the variable is set in `config.status', edit `config.status'
159 # (which will cause the Makefiles to be regenerated when you run `make');
160 # (2) otherwise, pass the desired values on the `make' command line.
164 all-recursive install-data-recursive install-exec-recursive \
165 installdirs-recursive install-recursive uninstall-recursive \
166 check-recursive installcheck-recursive info-recursive dvi-recursive:
167 @set fnord $(MAKEFLAGS); amf=$$2; \
169 target=`echo $@ | sed s/-recursive//`; \
170 list='$(SUBDIRS)'; for subdir in $$list; do \
171 echo "Making $$target in $$subdir"; \
172 if test "$$subdir" = "."; then \
174 local_target="$$target-am"; \
176 local_target="$$target"; \
178 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
179 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
181 if test "$$dot_seen" = "no"; then \
182 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
185 mostlyclean-recursive clean-recursive distclean-recursive \
186 maintainer-clean-recursive:
187 @set fnord $(MAKEFLAGS); amf=$$2; \
189 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
190 rev="$$subdir $$rev"; \
191 test "$$subdir" = "." && dot_seen=yes; \
193 test "$$dot_seen" = "no" && rev=". $$rev"; \
194 target=`echo $@ | sed s/-recursive//`; \
195 for subdir in $$rev; do \
196 echo "Making $$target in $$subdir"; \
197 if test "$$subdir" = "."; then \
198 local_target="$$target-am"; \
200 local_target="$$target"; \
202 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
203 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
204 done && test -z "$$fail"
206 list='$(SUBDIRS)'; for subdir in $$list; do \
207 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
212 ID: $(HEADERS) $(SOURCES) $(LISP)
213 list='$(SOURCES) $(HEADERS)'; \
214 unique=`for i in $$list; do echo $$i; done | \
215 awk ' { files[$$0] = 1; } \
216 END { for (i in files) print i; }'`; \
217 here=`pwd` && cd $(srcdir) \
218 && mkid -f$$here/ID $$unique $(LISP)
220 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
223 list='$(SUBDIRS)'; for subdir in $$list; do \
224 if test "$$subdir" = .; then :; else \
225 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
228 list='$(SOURCES) $(HEADERS)'; \
229 unique=`for i in $$list; do echo $$i; done | \
230 awk ' { files[$$0] = 1; } \
231 END { for (i in files) print i; }'`; \
232 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
233 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
242 maintainer-clean-tags:
244 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
248 distdir: $(DISTFILES)
249 @for file in $(DISTFILES); do \
251 if test -d $$d/$$file; then \
252 cp -pr $$d/$$file $(distdir)/$$file; \
254 test -f $(distdir)/$$file \
255 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
256 || cp -p $$d/$$file $(distdir)/$$file || :; \
259 for subdir in $(SUBDIRS); do \
260 if test "$$subdir" = .; then :; else \
261 test -d $(distdir)/$$subdir \
262 || mkdir $(distdir)/$$subdir \
264 chmod 777 $(distdir)/$$subdir; \
265 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
274 check: check-recursive
276 installcheck: installcheck-recursive
278 install-exec: install-exec-recursive
281 install-data: install-data-recursive
284 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285 install: install-recursive
287 uninstall: uninstall-recursive
288 all-am: Makefile $(LIBRARIES)
289 all-redirect: all-recursive
291 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
292 installdirs: installdirs-recursive
301 -rm -f Makefile $(CONFIG_CLEAN_FILES)
302 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
304 maintainer-clean-generic:
305 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
306 mostlyclean-tags mostlyclean-generic
308 mostlyclean: mostlyclean-recursive
310 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
313 clean: clean-recursive
315 distclean-am: distclean-noinstLIBRARIES distclean-compile \
316 distclean-tags distclean-generic clean-am
318 distclean: distclean-recursive
320 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
321 maintainer-clean-compile maintainer-clean-tags \
322 maintainer-clean-generic distclean-am
323 @echo "This command is intended for maintainers to use;"
324 @echo "it deletes files that may require special tools to rebuild."
326 maintainer-clean: maintainer-clean-recursive
328 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
329 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
330 mostlyclean-compile distclean-compile clean-compile \
331 maintainer-clean-compile install-data-recursive \
332 uninstall-data-recursive install-exec-recursive \
333 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
334 all-recursive check-recursive installcheck-recursive info-recursive \
335 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
336 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
337 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
338 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
339 install-exec install-data-am install-data install-am install \
340 uninstall-am uninstall all-redirect all-am all installdirs-am \
341 installdirs mostlyclean-generic distclean-generic clean-generic \
342 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
344 rfxswf.o: rfxswf.c rfxswf.h bitio.c bitio.h modules/swfbits.c \
345 modules/swfaction.c modules/swfdump.c modules/swfcgi.c \
346 modules/swfbutton.c modules/swftext.c modules/swftools.c \
347 modules/swfsound.c modules/swfshape.c
350 # Tell versions [3.59,3.63) of GNU make to not export all variables.
351 # Otherwise a system limit (for SysV at least) may be exceeded.