added swfshape to sources.
[swftools.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
2
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.
7
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
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43
44
45
46
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CPP = @CPP@
62 CXX = @CXX@
63 EXEEXT = @EXEEXT@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
65 JPEG2SWF = @JPEG2SWF@
66 LN_S = @LN_S@
67 RANLIB = @RANLIB@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
71
72 SUBDIRS = lame
73 noinst_LIBRARIES = librfxswf.a
74
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
77
78
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
80
81
82 COMPILE = $(CC) $(CFLAGS) $(CPPFLAGS)
83 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
84 CONFIG_HEADER = ../config.h
85 CONFIG_CLEAN_FILES = 
86 LIBRARIES =  $(noinst_LIBRARIES)
87
88
89 DEFS = @DEFS@ -I. -I$(srcdir) -I..
90 CPPFLAGS = @CPPFLAGS@
91 LDFLAGS = @LDFLAGS@
92 LIBS = @LIBS@
93 librfxswf_a_OBJECTS =  bitio.o rfxswf.o log.o
94 AR = ar
95 CFLAGS = @CFLAGS@
96 CCLD = $(CC)
97 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
98 DIST_COMMON =  Makefile.in
99
100
101 PACKAGE = @PACKAGE@
102 VERSION = @VERSION@
103
104 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
105
106 TAR = tar
107 GZIP_ENV = --best
108 SOURCES = $(librfxswf_a_SOURCES)
109 OBJECTS = $(librfxswf_a_OBJECTS)
110
111 all: all-redirect
112 .SUFFIXES:
113 .SUFFIXES: .S .c .o .s
114
115
116
117
118
119
120
121
122 mostlyclean-noinstLIBRARIES:
123
124 clean-noinstLIBRARIES:
125         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
126
127 distclean-noinstLIBRARIES:
128
129 maintainer-clean-noinstLIBRARIES:
130
131 .c.o:
132         $(COMPILE) -c $<
133
134 .s.o:
135         $(COMPILE) -c $<
136
137 .S.o:
138         $(COMPILE) -c $<
139
140 mostlyclean-compile:
141         -rm -f *.o core *.core
142
143 clean-compile:
144
145 distclean-compile:
146         -rm -f *.tab.c
147
148 maintainer-clean-compile:
149
150 librfxswf.a: $(librfxswf_a_OBJECTS) $(librfxswf_a_DEPENDENCIES)
151         -rm -f librfxswf.a
152         $(AR) cru librfxswf.a $(librfxswf_a_OBJECTS) $(librfxswf_a_LIBADD)
153         $(RANLIB) librfxswf.a
154
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.
161
162 @SET_MAKE@
163
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; \
168         dot_seen=no; \
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 \
173             dot_seen=yes; \
174             local_target="$$target-am"; \
175           else \
176             local_target="$$target"; \
177           fi; \
178           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
179            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
180         done; \
181         if test "$$dot_seen" = "no"; then \
182           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
183         fi; test -z "$$fail"
184
185 mostlyclean-recursive clean-recursive distclean-recursive \
186 maintainer-clean-recursive:
187         @set fnord $(MAKEFLAGS); amf=$$2; \
188         dot_seen=no; \
189         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
190           rev="$$subdir $$rev"; \
191           test "$$subdir" = "." && dot_seen=yes; \
192         done; \
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"; \
199           else \
200             local_target="$$target"; \
201           fi; \
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"
205 tags-recursive:
206         list='$(SUBDIRS)'; for subdir in $$list; do \
207           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
208         done
209
210 tags: TAGS
211
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)
219
220 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
221         tags=; \
222         here=`pwd`; \
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"; \
226    fi; \
227         done; \
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)
234
235 mostlyclean-tags:
236
237 clean-tags:
238
239 distclean-tags:
240         -rm -f TAGS ID
241
242 maintainer-clean-tags:
243
244 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
245
246 subdir = lib
247
248 distdir: $(DISTFILES)
249         @for file in $(DISTFILES); do \
250           d=$(srcdir); \
251           if test -d $$d/$$file; then \
252             cp -pr $$d/$$file $(distdir)/$$file; \
253           else \
254             test -f $(distdir)/$$file \
255             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
256             || cp -p $$d/$$file $(distdir)/$$file || :; \
257           fi; \
258         done
259         for subdir in $(SUBDIRS); do \
260           if test "$$subdir" = .; then :; else \
261             test -d $(distdir)/$$subdir \
262             || mkdir $(distdir)/$$subdir \
263             || exit 1; \
264             chmod 777 $(distdir)/$$subdir; \
265             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
266               || exit 1; \
267           fi; \
268         done
269 info-am:
270 info: info-recursive
271 dvi-am:
272 dvi: dvi-recursive
273 check-am: all-am
274 check: check-recursive
275 installcheck-am:
276 installcheck: installcheck-recursive
277 install-exec-am:
278 install-exec: install-exec-recursive
279
280 install-data-am:
281 install-data: install-data-recursive
282
283 install-am: all-am
284         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285 install: install-recursive
286 uninstall-am:
287 uninstall: uninstall-recursive
288 all-am: Makefile $(LIBRARIES)
289 all-redirect: all-recursive
290 install-strip:
291         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
292 installdirs: installdirs-recursive
293 installdirs-am:
294
295
296 mostlyclean-generic:
297
298 clean-generic:
299
300 distclean-generic:
301         -rm -f Makefile $(CONFIG_CLEAN_FILES)
302         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303
304 maintainer-clean-generic:
305 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
306                 mostlyclean-tags mostlyclean-generic
307
308 mostlyclean: mostlyclean-recursive
309
310 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
311                 mostlyclean-am
312
313 clean: clean-recursive
314
315 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
316                 distclean-tags distclean-generic clean-am
317
318 distclean: distclean-recursive
319
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."
325
326 maintainer-clean: maintainer-clean-recursive
327
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
343
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
348         $(COMPILE) -c $<
349
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.
352 .NOEXPORT: