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@
72 noinst_LIBRARIES = libbladeenc.a
73 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
74 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75 CONFIG_HEADER = ../../config.h
77 LIBRARIES = $(noinst_LIBRARIES)
80 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
84 libbladeenc_a_LIBADD =
85 libbladeenc_a_OBJECTS = codec.o common.o encode.o formatbitstream2.o \
86 l3bitstream.o l3psy.o loop.o mdct.o reservoir.o subs.o tables.o
89 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
91 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
92 DIST_COMMON = Makefile.in
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102 SOURCES = $(libbladeenc_a_SOURCES)
103 OBJECTS = $(libbladeenc_a_OBJECTS)
107 .SUFFIXES: .S .c .o .s
116 mostlyclean-noinstLIBRARIES:
118 clean-noinstLIBRARIES:
119 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
121 distclean-noinstLIBRARIES:
123 maintainer-clean-noinstLIBRARIES:
135 -rm -f *.o core *.core
142 maintainer-clean-compile:
144 libbladeenc.a: $(libbladeenc_a_OBJECTS) $(libbladeenc_a_DEPENDENCIES)
146 $(AR) cru libbladeenc.a $(libbladeenc_a_OBJECTS) $(libbladeenc_a_LIBADD)
147 $(RANLIB) libbladeenc.a
151 ID: $(HEADERS) $(SOURCES) $(LISP)
152 list='$(SOURCES) $(HEADERS)'; \
153 unique=`for i in $$list; do echo $$i; done | \
154 awk ' { files[$$0] = 1; } \
155 END { for (i in files) print i; }'`; \
156 here=`pwd` && cd $(srcdir) \
157 && mkid -f$$here/ID $$unique $(LISP)
159 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
162 list='$(SOURCES) $(HEADERS)'; \
163 unique=`for i in $$list; do echo $$i; done | \
164 awk ' { files[$$0] = 1; } \
165 END { for (i in files) print i; }'`; \
166 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
167 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
176 maintainer-clean-tags:
178 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
180 subdir = lib/bladeenc
182 distdir: $(DISTFILES)
183 @for file in $(DISTFILES); do \
185 if test -d $$d/$$file; then \
186 cp -pr $$d/$$file $(distdir)/$$file; \
188 test -f $(distdir)/$$file \
189 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
190 || cp -p $$d/$$file $(distdir)/$$file || :; \
200 installcheck: installcheck-am
202 install-exec: install-exec-am
205 install-data: install-data-am
208 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
211 uninstall: uninstall-am
212 all-am: Makefile $(LIBRARIES)
215 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
224 -rm -f Makefile $(CONFIG_CLEAN_FILES)
225 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
227 maintainer-clean-generic:
228 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
229 mostlyclean-tags mostlyclean-generic
231 mostlyclean: mostlyclean-am
233 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
238 distclean-am: distclean-noinstLIBRARIES distclean-compile \
239 distclean-tags distclean-generic clean-am
241 distclean: distclean-am
243 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
244 maintainer-clean-compile maintainer-clean-tags \
245 maintainer-clean-generic distclean-am
246 @echo "This command is intended for maintainers to use;"
247 @echo "it deletes files that may require special tools to rebuild."
249 maintainer-clean: maintainer-clean-am
251 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
252 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
253 mostlyclean-compile distclean-compile clean-compile \
254 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
255 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
256 check-am installcheck-am installcheck install-exec-am install-exec \
257 install-data-am install-data install-am install uninstall-am uninstall \
258 all-redirect all-am all installdirs mostlyclean-generic \
259 distclean-generic clean-generic maintainer-clean-generic clean \
260 mostlyclean distclean maintainer-clean
263 # Tell versions [3.59,3.63) of GNU make to not export all variables.
264 # Otherwise a system limit (for SysV at least) may be exceeded.