added CFLAGS to compiler.
[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 PACKAGE = @PACKAGE@
68 RANLIB = @RANLIB@
69 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
70 UNCOMPRESS = @UNCOMPRESS@
71 USE_GZIP = @USE_GZIP@
72 VERSION = @VERSION@
73 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
74
75 SUBDIRS = bladeenc
76 noinst_LIBRARIES = librfxswf.a
77 librfxswf_a_SOURCES = rfxswf.c rfxswf.h log.c log.h
78 librfxswf_a_LIBADD = bladeenc/codec.o           bladeenc/common.o bladeenc/encode.o bladeenc/formatbitstream2.o                 bladeenc/l3bitstream.o bladeenc/l3psy.o bladeenc/loop.o bladeenc/mdct.o                 bladeenc/reservoir.o bladeenc/subs.o bladeenc/tables.o
79
80 COMPILE = $(CC) $(CFLAGS)
81 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82 CONFIG_HEADER = ../config.h
83 CONFIG_CLEAN_FILES = 
84 LIBRARIES =  $(noinst_LIBRARIES)
85
86
87 DEFS = @DEFS@ -I. -I$(srcdir) -I..
88 CPPFLAGS = @CPPFLAGS@
89 LDFLAGS = @LDFLAGS@
90 LIBS = @LIBS@
91 librfxswf_a_DEPENDENCIES =  bladeenc/codec.o bladeenc/common.o \
92 bladeenc/encode.o bladeenc/formatbitstream2.o bladeenc/l3bitstream.o \
93 bladeenc/l3psy.o bladeenc/loop.o bladeenc/mdct.o bladeenc/reservoir.o \
94 bladeenc/subs.o bladeenc/tables.o
95 librfxswf_a_OBJECTS =  rfxswf.o log.o
96 AR = ar
97 CFLAGS = @CFLAGS@
98 CCLD = $(CC)
99 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
100 DIST_COMMON =  Makefile.in
101
102
103 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105 TAR = tar
106 GZIP_ENV = --best
107 DEP_FILES =  .deps/log.P .deps/rfxswf.P
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 .s.o:
132         $(COMPILE) -c $<
133
134 .S.o:
135         $(COMPILE) -c $<
136
137 mostlyclean-compile:
138         -rm -f *.o core *.core
139
140 clean-compile:
141
142 distclean-compile:
143         -rm -f *.tab.c
144
145 maintainer-clean-compile:
146
147 librfxswf.a: $(librfxswf_a_OBJECTS) $(librfxswf_a_DEPENDENCIES)
148         -rm -f librfxswf.a
149         $(AR) cru librfxswf.a $(librfxswf_a_OBJECTS) $(librfxswf_a_LIBADD)
150         $(RANLIB) librfxswf.a
151
152 # This directory's subdirectories are mostly independent; you can cd
153 # into them and run `make' without going through this Makefile.
154 # To change the values of `make' variables: instead of editing Makefiles,
155 # (1) if the variable is set in `config.status', edit `config.status'
156 #     (which will cause the Makefiles to be regenerated when you run `make');
157 # (2) otherwise, pass the desired values on the `make' command line.
158
159 @SET_MAKE@
160
161 all-recursive install-data-recursive install-exec-recursive \
162 installdirs-recursive install-recursive uninstall-recursive  \
163 check-recursive installcheck-recursive info-recursive dvi-recursive:
164         @set fnord $(MAKEFLAGS); amf=$$2; \
165         dot_seen=no; \
166         target=`echo $@ | sed s/-recursive//`; \
167         list='$(SUBDIRS)'; for subdir in $$list; do \
168           echo "Making $$target in $$subdir"; \
169           if test "$$subdir" = "."; then \
170             dot_seen=yes; \
171             local_target="$$target-am"; \
172           else \
173             local_target="$$target"; \
174           fi; \
175           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
176            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
177         done; \
178         if test "$$dot_seen" = "no"; then \
179           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
180         fi; test -z "$$fail"
181
182 mostlyclean-recursive clean-recursive distclean-recursive \
183 maintainer-clean-recursive:
184         @set fnord $(MAKEFLAGS); amf=$$2; \
185         dot_seen=no; \
186         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
187           rev="$$subdir $$rev"; \
188           test "$$subdir" = "." && dot_seen=yes; \
189         done; \
190         test "$$dot_seen" = "no" && rev=". $$rev"; \
191         target=`echo $@ | sed s/-recursive//`; \
192         for subdir in $$rev; do \
193           echo "Making $$target in $$subdir"; \
194           if test "$$subdir" = "."; then \
195             local_target="$$target-am"; \
196           else \
197             local_target="$$target"; \
198           fi; \
199           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
200            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
201         done && test -z "$$fail"
202 tags-recursive:
203         list='$(SUBDIRS)'; for subdir in $$list; do \
204           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205         done
206
207 tags: TAGS
208
209 ID: $(HEADERS) $(SOURCES) $(LISP)
210         list='$(SOURCES) $(HEADERS)'; \
211         unique=`for i in $$list; do echo $$i; done | \
212           awk '    { files[$$0] = 1; } \
213                END { for (i in files) print i; }'`; \
214         here=`pwd` && cd $(srcdir) \
215           && mkid -f$$here/ID $$unique $(LISP)
216
217 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
218         tags=; \
219         here=`pwd`; \
220         list='$(SUBDIRS)'; for subdir in $$list; do \
221    if test "$$subdir" = .; then :; else \
222             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
223    fi; \
224         done; \
225         list='$(SOURCES) $(HEADERS)'; \
226         unique=`for i in $$list; do echo $$i; done | \
227           awk '    { files[$$0] = 1; } \
228                END { for (i in files) print i; }'`; \
229         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
230           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
231
232 mostlyclean-tags:
233
234 clean-tags:
235
236 distclean-tags:
237         -rm -f TAGS ID
238
239 maintainer-clean-tags:
240
241 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
242
243 subdir = lib
244
245 distdir: $(DISTFILES)
246         here=`cd $(top_builddir) && pwd`; \
247         top_distdir=`cd $(top_distdir) && pwd`; \
248         distdir=`cd $(distdir) && pwd`; \
249         cd $(top_srcdir) \
250         && echo
251         @for file in $(DISTFILES); do \
252           d=$(srcdir); \
253           if test -d $$d/$$file; then \
254             cp -pr $$d/$$file $(distdir)/$$file; \
255           else \
256             test -f $(distdir)/$$file \
257             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
258             || cp -p $$d/$$file $(distdir)/$$file || :; \
259           fi; \
260         done
261         for subdir in $(SUBDIRS); do \
262           if test "$$subdir" = .; then :; else \
263             test -d $(distdir)/$$subdir \
264             || mkdir $(distdir)/$$subdir \
265             || exit 1; \
266             chmod 777 $(distdir)/$$subdir; \
267             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
268               || exit 1; \
269           fi; \
270         done
271
272 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
273
274 -include $(DEP_FILES)
275
276 mostlyclean-depend:
277
278 clean-depend:
279
280 distclean-depend:
281         -rm -rf .deps
282
283 maintainer-clean-depend:
284
285 %.o: %.c
286         @echo '$(COMPILE) -c $<'; \
287         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
288         @-cp .deps/$(*F).pp .deps/$(*F).P; \
289         tr ' ' '\012' < .deps/$(*F).pp \
290           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
291             >> .deps/$(*F).P; \
292         rm .deps/$(*F).pp
293
294 %.lo: %.c
295         @echo '$(LTCOMPILE) -c $<'; \
296         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
297         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
298           < .deps/$(*F).pp > .deps/$(*F).P; \
299         tr ' ' '\012' < .deps/$(*F).pp \
300           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
301             >> .deps/$(*F).P; \
302         rm -f .deps/$(*F).pp
303 info-am:
304 info: info-recursive
305 dvi-am:
306 dvi: dvi-recursive
307 check-am: all-am
308 check: check-recursive
309 installcheck-am:
310 installcheck: installcheck-recursive
311 install-exec-am:
312 install-exec: install-exec-recursive
313
314 install-data-am:
315 install-data: install-data-recursive
316
317 install-am: all-am
318         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
319 install: install-recursive
320 uninstall-am:
321 uninstall: uninstall-recursive
322 all-am: Makefile $(LIBRARIES)
323 all-redirect: all-recursive
324 install-strip:
325         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
326 installdirs: installdirs-recursive
327 installdirs-am:
328
329
330 mostlyclean-generic:
331
332 clean-generic:
333
334 distclean-generic:
335         -rm -f Makefile $(CONFIG_CLEAN_FILES)
336         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
337
338 maintainer-clean-generic:
339 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
340                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
341
342 mostlyclean: mostlyclean-recursive
343
344 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
345                 clean-generic mostlyclean-am
346
347 clean: clean-recursive
348
349 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
350                 distclean-tags distclean-depend distclean-generic \
351                 clean-am
352
353 distclean: distclean-recursive
354
355 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
356                 maintainer-clean-compile maintainer-clean-tags \
357                 maintainer-clean-depend maintainer-clean-generic \
358                 distclean-am
359         @echo "This command is intended for maintainers to use;"
360         @echo "it deletes files that may require special tools to rebuild."
361
362 maintainer-clean: maintainer-clean-recursive
363
364 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
365 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
366 mostlyclean-compile distclean-compile clean-compile \
367 maintainer-clean-compile install-data-recursive \
368 uninstall-data-recursive install-exec-recursive \
369 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
370 all-recursive check-recursive installcheck-recursive info-recursive \
371 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
372 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
373 distclean-tags clean-tags maintainer-clean-tags distdir \
374 mostlyclean-depend distclean-depend clean-depend \
375 maintainer-clean-depend info-am info dvi-am dvi check check-am \
376 installcheck-am installcheck install-exec-am install-exec \
377 install-data-am install-data install-am install uninstall-am uninstall \
378 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
379 distclean-generic clean-generic maintainer-clean-generic clean \
380 mostlyclean distclean maintainer-clean
381
382
383 # Tell versions [3.59,3.63) of GNU make to not export all variables.
384 # Otherwise a system limit (for SysV at least) may be exceeded.
385 .NOEXPORT: