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
79SUBDIRS = autotools include doc liba52 libao src vc++ test
80
81EXTRA_DIST = HISTORY bootstrap
82ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs
84CONFIG_HEADER = ./include/config.h
85CONFIG_CLEAN_FILES =
86DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
87Makefile.in NEWS TODO acinclude.m4 aclocal.m4 configure configure.in \
88include/config.h.in include/stamp-h.in
89
90
91DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
92
93TAR = tar
94GZIP_ENV = --best
95all: all-redirect
96.SUFFIXES:
97$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
98	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
99
100Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
101	cd $(top_builddir) \
102	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
103
104$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
105	cd $(srcdir) && $(ACLOCAL)
106
107config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
108	$(SHELL) ./config.status --recheck
109$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
110	cd $(srcdir) && $(AUTOCONF)
111
112include/config.h: include/stamp-h
113	@if test ! -f $@; then \
114		rm -f include/stamp-h; \
115		$(MAKE) include/stamp-h; \
116	else :; fi
117include/stamp-h: $(srcdir)/include/config.h.in $(top_builddir)/config.status
118	cd $(top_builddir) \
119	  && CONFIG_FILES= CONFIG_HEADERS=include/config.h \
120	     $(SHELL) ./config.status
121	@echo timestamp > include/stamp-h 2> /dev/null
122$(srcdir)/include/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/include/stamp-h.in
123	@if test ! -f $@; then \
124		rm -f $(srcdir)/include/stamp-h.in; \
125		$(MAKE) $(srcdir)/include/stamp-h.in; \
126	else :; fi
127$(srcdir)/include/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
128	cd $(top_srcdir) && $(AUTOHEADER)
129	@echo timestamp > $(srcdir)/include/stamp-h.in 2> /dev/null
130
131mostlyclean-hdr:
132
133clean-hdr:
134
135distclean-hdr:
136	-rm -f include/config.h
137
138maintainer-clean-hdr:
139
140# This directory's subdirectories are mostly independent; you can cd
141# into them and run `make' without going through this Makefile.
142# To change the values of `make' variables: instead of editing Makefiles,
143# (1) if the variable is set in `config.status', edit `config.status'
144#     (which will cause the Makefiles to be regenerated when you run `make');
145# (2) otherwise, pass the desired values on the `make' command line.
146
147@SET_MAKE@
148
149all-recursive install-data-recursive install-exec-recursive \
150installdirs-recursive install-recursive uninstall-recursive  \
151check-recursive installcheck-recursive info-recursive dvi-recursive:
152	@set fnord $(MAKEFLAGS); amf=$$2; \
153	dot_seen=no; \
154	target=`echo $@ | sed s/-recursive//`; \
155	list='$(SUBDIRS)'; for subdir in $$list; do \
156	  echo "Making $$target in $$subdir"; \
157	  if test "$$subdir" = "."; then \
158	    dot_seen=yes; \
159	    local_target="$$target-am"; \
160	  else \
161	    local_target="$$target"; \
162	  fi; \
163	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
164	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
165	done; \
166	if test "$$dot_seen" = "no"; then \
167	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
168	fi; test -z "$$fail"
169
170mostlyclean-recursive clean-recursive distclean-recursive \
171maintainer-clean-recursive:
172	@set fnord $(MAKEFLAGS); amf=$$2; \
173	dot_seen=no; \
174	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
175	  rev="$$subdir $$rev"; \
176	  test "$$subdir" != "." || dot_seen=yes; \
177	done; \
178	test "$$dot_seen" = "no" && rev=". $$rev"; \
179	target=`echo $@ | sed s/-recursive//`; \
180	for subdir in $$rev; do \
181	  echo "Making $$target in $$subdir"; \
182	  if test "$$subdir" = "."; then \
183	    local_target="$$target-am"; \
184	  else \
185	    local_target="$$target"; \
186	  fi; \
187	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
188	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
189	done && test -z "$$fail"
190tags-recursive:
191	list='$(SUBDIRS)'; for subdir in $$list; do \
192	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
193	done
194
195tags: TAGS
196
197ID: $(HEADERS) $(SOURCES) $(LISP)
198	list='$(SOURCES) $(HEADERS)'; \
199	unique=`for i in $$list; do echo $$i; done | \
200	  awk '    { files[$$0] = 1; } \
201	       END { for (i in files) print i; }'`; \
202	here=`pwd` && cd $(srcdir) \
203	  && mkid -f$$here/ID $$unique $(LISP)
204
205TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
206	tags=; \
207	here=`pwd`; \
208	list='$(SUBDIRS)'; for subdir in $$list; do \
209   if test "$$subdir" = .; then :; else \
210	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
211   fi; \
212	done; \
213	list='$(SOURCES) $(HEADERS)'; \
214	unique=`for i in $$list; do echo $$i; done | \
215	  awk '    { files[$$0] = 1; } \
216	       END { for (i in files) print i; }'`; \
217	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
218	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
219
220mostlyclean-tags:
221
222clean-tags:
223
224distclean-tags:
225	-rm -f TAGS ID
226
227maintainer-clean-tags:
228
229distdir = $(PACKAGE)-$(VERSION)
230top_distdir = $(distdir)
231
232# This target untars the dist file and tries a VPATH configuration.  Then
233# it guarantees that the distribution is self-contained by making another
234# tarfile.
235distcheck: dist
236	-rm -rf $(distdir)
237	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
238	mkdir $(distdir)/=build
239	mkdir $(distdir)/=inst
240	dc_install_base=`cd $(distdir)/=inst && pwd`; \
241	cd $(distdir)/=build \
242	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
243	  && $(MAKE) $(AM_MAKEFLAGS) \
244	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
245	  && $(MAKE) $(AM_MAKEFLAGS) check \
246	  && $(MAKE) $(AM_MAKEFLAGS) install \
247	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
248	  && $(MAKE) $(AM_MAKEFLAGS) dist
249	-rm -rf $(distdir)
250	@banner="$(distdir).tar.gz is ready for distribution"; \
251	dashes=`echo "$$banner" | sed s/./=/g`; \
252	echo "$$dashes"; \
253	echo "$$banner"; \
254	echo "$$dashes"
255dist: distdir
256	-chmod -R a+r $(distdir)
257	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
258	-rm -rf $(distdir)
259dist-all: distdir
260	-chmod -R a+r $(distdir)
261	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
262	-rm -rf $(distdir)
263distdir: $(DISTFILES)
264	-rm -rf $(distdir)
265	mkdir $(distdir)
266	-chmod 777 $(distdir)
267	@for file in $(DISTFILES); do \
268	  d=$(srcdir); \
269	  if test -d $$d/$$file; then \
270	    cp -pr $$d/$$file $(distdir)/$$file; \
271	  else \
272	    test -f $(distdir)/$$file \
273	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
274	    || cp -p $$d/$$file $(distdir)/$$file || :; \
275	  fi; \
276	done
277	for subdir in $(SUBDIRS); do \
278	  if test "$$subdir" = .; then :; else \
279	    test -d $(distdir)/$$subdir \
280	    || mkdir $(distdir)/$$subdir \
281	    || exit 1; \
282	    chmod 777 $(distdir)/$$subdir; \
283	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
284	      || exit 1; \
285	  fi; \
286	done
287info-am:
288info: info-recursive
289dvi-am:
290dvi: dvi-recursive
291check-am: all-am
292check: check-recursive
293installcheck-am:
294installcheck: installcheck-recursive
295install-exec-am:
296install-exec: install-exec-recursive
297
298install-data-am:
299install-data: install-data-recursive
300
301install-am: all-am
302	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
303install: install-recursive
304uninstall-am:
305uninstall: uninstall-recursive
306all-am: Makefile
307all-redirect: all-recursive
308install-strip:
309	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
310installdirs: installdirs-recursive
311installdirs-am:
312
313
314mostlyclean-generic:
315
316clean-generic:
317
318distclean-generic:
319	-rm -f Makefile $(CONFIG_CLEAN_FILES)
320	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
321
322maintainer-clean-generic:
323mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
324
325mostlyclean: mostlyclean-recursive
326
327clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
328
329clean: clean-recursive
330
331distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
332	-rm -f libtool
333
334distclean: distclean-recursive
335	-rm -f config.status
336
337maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
338		maintainer-clean-generic distclean-am
339	@echo "This command is intended for maintainers to use;"
340	@echo "it deletes files that may require special tools to rebuild."
341
342maintainer-clean: maintainer-clean-recursive
343	-rm -f config.status
344
345.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
346install-data-recursive uninstall-data-recursive install-exec-recursive \
347uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
348all-recursive check-recursive installcheck-recursive info-recursive \
349dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
350maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
351distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
352dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
353install-exec install-data-am install-data install-am install \
354uninstall-am uninstall all-redirect all-am all installdirs-am \
355installdirs mostlyclean-generic distclean-generic clean-generic \
356maintainer-clean-generic clean mostlyclean distclean maintainer-clean
357
358
359# Tell versions [3.59,3.63) of GNU make to not export all variables.
360# Otherwise a system limit (for SysV at least) may be exceeded.
361.NOEXPORT:
362