(re)generated with automake --no-deps.
[swftools.git] / lib / bladeenc / Makefile.in
1 # Makefile.in generated automatically by automake 1.4a 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@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_STRIP_FLAG =
53 transform = @program_transform_name@
54
55 NORMAL_INSTALL = :
56 PRE_INSTALL = :
57 POST_INSTALL = :
58 NORMAL_UNINSTALL = :
59 PRE_UNINSTALL = :
60 POST_UNINSTALL = :
61 CC = @CC@
62 CPP = @CPP@
63 CXX = @CXX@
64 EXEEXT = @EXEEXT@
65 HAVE_UNISTD_H = @HAVE_UNISTD_H@
66 JPEG2SWF = @JPEG2SWF@
67 LN_S = @LN_S@
68 RANLIB = @RANLIB@
69 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
70 UNCOMPRESS = @UNCOMPRESS@
71 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
72
73 noinst_LIBRARIES = libbladeenc.a
74 libbladeenc_a_SOURCES = codec.c codec.h common.c common.h encode.c encoder.h formatbitstream2.c formatbitstream2.h huffman.h l3bitstream-pvt.h l3bitstream.c l3bitstream.h l3psy.c l3psy.h l3side.h loop-pvt.h loop.c loop.h mdct.c mdct.h reservoir.c reservoir.h subs.c system.h tables.c tables.h
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76 CONFIG_HEADER = ../../config.h
77 CONFIG_CLEAN_FILES = 
78 LIBRARIES =  $(noinst_LIBRARIES)
79
80
81 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
82 CPPFLAGS = @CPPFLAGS@
83 LDFLAGS = @LDFLAGS@
84 LIBS = @LIBS@
85 libbladeenc_a_LIBADD = 
86 libbladeenc_a_OBJECTS =  codec.o common.o encode.o formatbitstream2.o \
87 l3bitstream.o l3psy.o loop.o mdct.o reservoir.o subs.o tables.o
88 AR = ar
89 CFLAGS = @CFLAGS@
90 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 CCLD = $(CC)
92 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
93 DIST_COMMON =  Makefile.in
94
95
96 PACKAGE = @PACKAGE@
97 VERSION = @VERSION@
98
99 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
100
101 TAR = gtar
102 GZIP_ENV = --best
103 SOURCES = $(libbladeenc_a_SOURCES)
104 OBJECTS = $(libbladeenc_a_OBJECTS)
105
106 all: all-redirect
107 .SUFFIXES:
108 .SUFFIXES: .S .c .o .s
109
110
111
112
113
114
115
116
117 mostlyclean-noinstLIBRARIES:
118
119 clean-noinstLIBRARIES:
120         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
121
122 distclean-noinstLIBRARIES:
123
124 maintainer-clean-noinstLIBRARIES:
125
126 .c.o:
127         $(COMPILE) -c $<
128
129 .s.o:
130         $(COMPILE) -c $<
131
132 .S.o:
133         $(COMPILE) -c $<
134
135 mostlyclean-compile:
136         -rm -f *.o core *.core
137
138 clean-compile:
139
140 distclean-compile:
141         -rm -f *.tab.c
142
143 maintainer-clean-compile:
144
145 libbladeenc.a: $(libbladeenc_a_OBJECTS) $(libbladeenc_a_DEPENDENCIES)
146         -rm -f libbladeenc.a
147         $(AR) cru libbladeenc.a $(libbladeenc_a_OBJECTS) $(libbladeenc_a_LIBADD)
148         $(RANLIB) libbladeenc.a
149
150 tags: TAGS
151
152 ID: $(HEADERS) $(SOURCES) $(LISP)
153         list='$(SOURCES) $(HEADERS)'; \
154         unique=`for i in $$list; do echo $$i; done | \
155           awk '    { files[$$0] = 1; } \
156                END { for (i in files) print i; }'`; \
157         here=`pwd` && cd $(srcdir) \
158           && mkid -f$$here/ID $$unique $(LISP)
159
160 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
161         tags=; \
162         here=`pwd`; \
163         list='$(SOURCES) $(HEADERS)'; \
164         unique=`for i in $$list; do echo $$i; done | \
165           awk '    { files[$$0] = 1; } \
166                END { for (i in files) print i; }'`; \
167         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
168           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
169
170 mostlyclean-tags:
171
172 clean-tags:
173
174 distclean-tags:
175         -rm -f TAGS ID
176
177 maintainer-clean-tags:
178
179 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
180
181 subdir = lib/bladeenc
182
183 distdir: $(DISTFILES)
184         @for file in $(DISTFILES); do \
185           d=$(srcdir); \
186           if test -d $$d/$$file; then \
187             cp -pr $$d/$$file $(distdir)/$$file; \
188           else \
189             test -f $(distdir)/$$file \
190             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
191             || cp -p $$d/$$file $(distdir)/$$file || :; \
192           fi; \
193         done
194 info-am:
195 info: info-am
196 dvi-am:
197 dvi: dvi-am
198 check-am: all-am
199 check: check-am
200 installcheck-am:
201 installcheck: installcheck-am
202 install-exec-am:
203 install-exec: install-exec-am
204
205 install-data-am:
206 install-data: install-data-am
207
208 install-am: all-am
209         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
210 install: install-am
211 uninstall-am:
212 uninstall: uninstall-am
213 all-am: Makefile $(LIBRARIES)
214 all-redirect: all-am
215 install-strip:
216         $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
217 installdirs:
218
219
220 mostlyclean-generic:
221
222 clean-generic:
223
224 distclean-generic:
225         -rm -f Makefile $(CONFIG_CLEAN_FILES)
226         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
227
228 maintainer-clean-generic:
229 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
230                 mostlyclean-tags mostlyclean-generic
231
232 mostlyclean: mostlyclean-am
233
234 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
235                 mostlyclean-am
236
237 clean: clean-am
238
239 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
240                 distclean-tags distclean-generic clean-am
241
242 distclean: distclean-am
243
244 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
245                 maintainer-clean-compile maintainer-clean-tags \
246                 maintainer-clean-generic distclean-am
247         @echo "This command is intended for maintainers to use;"
248         @echo "it deletes files that may require special tools to rebuild."
249
250 maintainer-clean: maintainer-clean-am
251
252 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
253 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
254 mostlyclean-compile distclean-compile clean-compile \
255 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
256 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
257 check-am installcheck-am installcheck install-exec-am install-exec \
258 install-data-am install-data install-am install uninstall-am uninstall \
259 all-redirect all-am all installdirs mostlyclean-generic \
260 distclean-generic clean-generic maintainer-clean-generic clean \
261 mostlyclean distclean maintainer-clean
262
263
264 # Tell versions [3.59,3.63) of GNU make to not export all variables.
265 # Otherwise a system limit (for SysV at least) may be exceeded.
266 .NOEXPORT: