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