1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 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
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AS = @AS@
63CC = @CC@
64DLLTOOL = @DLLTOOL@
65ECHO = @ECHO@
66EXEEXT = @EXEEXT@
67INCLUDES = @INCLUDES@
68LIBTOOL = @LIBTOOL@
69LN_S = @LN_S@
70MAINT = @MAINT@
71MAKEINFO = @MAKEINFO@
72OBJDUMP = @OBJDUMP@
73OBJEXT = @OBJEXT@
74PACKAGE = @PACKAGE@
75RANLIB = @RANLIB@
76STRIP = @STRIP@
77VERSION = @VERSION@
78
79CFLAGS = @CFLAGS@ @LIBA52_CFLAGS@
80
81lib_LTLIBRARIES = liba52.la
82
83liba52_la_SOURCES = bitstream.c imdct.c bit_allocate.c parse.c downmix.c
84liba52_la_LIBADD = @LIBA52_LIBS@ -lm
85liba52_la_LDFLAGS = -no-undefined
86
87EXTRA_DIST = configure.incl a52_internal.h bitstream.h tables.h
88mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
89CONFIG_HEADER = ../include/config.h
90CONFIG_CLEAN_FILES =
91LTLIBRARIES =  $(lib_LTLIBRARIES)
92
93
94DEFS = @DEFS@ -I. -I$(srcdir) -I../include
95CPPFLAGS = @CPPFLAGS@
96LDFLAGS = @LDFLAGS@
97LIBS = @LIBS@
98liba52_la_DEPENDENCIES =
99liba52_la_OBJECTS =  bitstream.lo imdct.lo bit_allocate.lo parse.lo \
100downmix.lo
101COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103CCLD = $(CC)
104LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
105DIST_COMMON =  Makefile.am Makefile.in
106
107
108DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110TAR = tar
111GZIP_ENV = --best
112SOURCES = $(liba52_la_SOURCES)
113OBJECTS = $(liba52_la_OBJECTS)
114
115all: all-redirect
116.SUFFIXES:
117.SUFFIXES: .S .c .lo .o .obj .s
118$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
119	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps liba52/Makefile
120
121Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
122	cd $(top_builddir) \
123	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
124
125
126mostlyclean-libLTLIBRARIES:
127
128clean-libLTLIBRARIES:
129	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
130
131distclean-libLTLIBRARIES:
132
133maintainer-clean-libLTLIBRARIES:
134
135install-libLTLIBRARIES: $(lib_LTLIBRARIES)
136	@$(NORMAL_INSTALL)
137	$(mkinstalldirs) $(DESTDIR)$(libdir)
138	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
139	  if test -f $$p; then \
140	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
141	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
142	  else :; fi; \
143	done
144
145uninstall-libLTLIBRARIES:
146	@$(NORMAL_UNINSTALL)
147	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
148	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
149	done
150
151.c.o:
152	$(COMPILE) -c $<
153
154# FIXME: We should only use cygpath when building on Windows,
155# and only if it is available.
156.c.obj:
157	$(COMPILE) -c `cygpath -w $<`
158
159.s.o:
160	$(COMPILE) -c $<
161
162.S.o:
163	$(COMPILE) -c $<
164
165mostlyclean-compile:
166	-rm -f *.o core *.core
167	-rm -f *.$(OBJEXT)
168
169clean-compile:
170
171distclean-compile:
172	-rm -f *.tab.c
173
174maintainer-clean-compile:
175
176.c.lo:
177	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
178
179.s.lo:
180	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
181
182.S.lo:
183	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
184
185mostlyclean-libtool:
186	-rm -f *.lo
187
188clean-libtool:
189	-rm -rf .libs _libs
190
191distclean-libtool:
192
193maintainer-clean-libtool:
194
195liba52.la: $(liba52_la_OBJECTS) $(liba52_la_DEPENDENCIES)
196	$(LINK) -rpath $(libdir) $(liba52_la_LDFLAGS) $(liba52_la_OBJECTS) $(liba52_la_LIBADD) $(LIBS)
197
198tags: TAGS
199
200ID: $(HEADERS) $(SOURCES) $(LISP)
201	list='$(SOURCES) $(HEADERS)'; \
202	unique=`for i in $$list; do echo $$i; done | \
203	  awk '    { files[$$0] = 1; } \
204	       END { for (i in files) print i; }'`; \
205	here=`pwd` && cd $(srcdir) \
206	  && mkid -f$$here/ID $$unique $(LISP)
207
208TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
209	tags=; \
210	here=`pwd`; \
211	list='$(SOURCES) $(HEADERS)'; \
212	unique=`for i in $$list; do echo $$i; done | \
213	  awk '    { files[$$0] = 1; } \
214	       END { for (i in files) print i; }'`; \
215	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
216	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
217
218mostlyclean-tags:
219
220clean-tags:
221
222distclean-tags:
223	-rm -f TAGS ID
224
225maintainer-clean-tags:
226
227distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
228
229subdir = liba52
230
231distdir: $(DISTFILES)
232	@for file in $(DISTFILES); do \
233	  d=$(srcdir); \
234	  if test -d $$d/$$file; then \
235	    cp -pr $$d/$$file $(distdir)/$$file; \
236	  else \
237	    test -f $(distdir)/$$file \
238	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
239	    || cp -p $$d/$$file $(distdir)/$$file || :; \
240	  fi; \
241	done
242bit_allocate.lo bit_allocate.o : bit_allocate.c ../include/config.h \
243	../include/a52.h a52_internal.h
244bitstream.lo bitstream.o : bitstream.c ../include/config.h \
245	../include/a52.h a52_internal.h bitstream.h
246downmix.lo downmix.o : downmix.c ../include/config.h ../include/a52.h \
247	a52_internal.h
248imdct.lo imdct.o : imdct.c ../include/config.h ../include/a52.h \
249	a52_internal.h ../include/mm_accel.h
250parse.lo parse.o : parse.c ../include/config.h ../include/a52.h \
251	a52_internal.h bitstream.h tables.h
252
253info-am:
254info: info-am
255dvi-am:
256dvi: dvi-am
257check-am: all-am
258check: check-am
259installcheck-am:
260installcheck: installcheck-am
261install-exec-am: install-libLTLIBRARIES
262install-exec: install-exec-am
263
264install-data-am:
265install-data: install-data-am
266
267install-am: all-am
268	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
269install: install-am
270uninstall-am: uninstall-libLTLIBRARIES
271uninstall: uninstall-am
272all-am: Makefile $(LTLIBRARIES)
273all-redirect: all-am
274install-strip:
275	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
276installdirs:
277	$(mkinstalldirs)  $(DESTDIR)$(libdir)
278
279
280mostlyclean-generic:
281
282clean-generic:
283
284distclean-generic:
285	-rm -f Makefile $(CONFIG_CLEAN_FILES)
286	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
287
288maintainer-clean-generic:
289mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
290		mostlyclean-libtool mostlyclean-tags \
291		mostlyclean-generic
292
293mostlyclean: mostlyclean-am
294
295clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
296		clean-generic mostlyclean-am
297
298clean: clean-am
299
300distclean-am:  distclean-libLTLIBRARIES distclean-compile \
301		distclean-libtool distclean-tags distclean-generic \
302		clean-am
303	-rm -f libtool
304
305distclean: distclean-am
306
307maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
308		maintainer-clean-compile maintainer-clean-libtool \
309		maintainer-clean-tags maintainer-clean-generic \
310		distclean-am
311	@echo "This command is intended for maintainers to use;"
312	@echo "it deletes files that may require special tools to rebuild."
313
314maintainer-clean: maintainer-clean-am
315
316.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
317clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
318uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
319distclean-compile clean-compile maintainer-clean-compile \
320mostlyclean-libtool distclean-libtool clean-libtool \
321maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
322clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
323check-am installcheck-am installcheck install-exec-am install-exec \
324install-data-am install-data install-am install uninstall-am uninstall \
325all-redirect all-am all installdirs mostlyclean-generic \
326distclean-generic clean-generic maintainer-clean-generic clean \
327mostlyclean distclean maintainer-clean
328
329
330# Tell versions [3.59,3.63) of GNU make to not export all variables.
331# Otherwise a system limit (for SysV at least) may be exceeded.
332.NOEXPORT:
333