1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
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.
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@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 host_alias = @host_alias@
71 LIBTOOL_DEPS = @LIBTOOL_DEPS@
73 LIB_CURRENT = @LIB_CURRENT@
74 LIB_REVISION = @LIB_REVISION@
90 AUTOMAKE_OPTIONS = foreign dist-zip
92 SUBDIRS = src include doc win32 debian
94 m4datadir = $(datadir)/aclocal
97 EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 macos
98 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101 DATA = $(m4data_DATA)
103 DIST_COMMON = README AUTHORS COPYING Makefile.am Makefile.in aclocal.m4 \
104 config.guess config.sub configure configure.in install-sh ltmain.sh \
105 missing mkinstalldirs
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
115 cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
117 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
119 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
121 $(ACLOCAL_M4): configure.in
122 cd $(srcdir) && $(ACLOCAL)
124 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
125 $(SHELL) ./config.status --recheck
126 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
127 cd $(srcdir) && $(AUTOCONF)
129 install-m4dataDATA: $(m4data_DATA)
131 $(mkinstalldirs) $(DESTDIR)$(m4datadir)
132 @list='$(m4data_DATA)'; for p in $$list; do \
133 if test -f $(srcdir)/$$p; then \
134 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p"; \
135 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(m4datadir)/$$p; \
136 else if test -f $$p; then \
137 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p"; \
138 $(INSTALL_DATA) $$p $(DESTDIR)$(m4datadir)/$$p; \
142 uninstall-m4dataDATA:
144 list='$(m4data_DATA)'; for p in $$list; do \
145 rm -f $(DESTDIR)$(m4datadir)/$$p; \
148 # This directory's subdirectories are mostly independent; you can cd
149 # into them and run `make' without going through this Makefile.
150 # To change the values of `make' variables: instead of editing Makefiles,
151 # (1) if the variable is set in `config.status', edit `config.status'
152 # (which will cause the Makefiles to be regenerated when you run `make');
153 # (2) otherwise, pass the desired values on the `make' command line.
157 all-recursive install-data-recursive install-exec-recursive \
158 installdirs-recursive install-recursive uninstall-recursive \
159 check-recursive installcheck-recursive info-recursive dvi-recursive:
160 @set fnord $(MAKEFLAGS); amf=$$2; \
162 target=`echo $@ | sed s/-recursive//`; \
163 list='$(SUBDIRS)'; for subdir in $$list; do \
164 echo "Making $$target in $$subdir"; \
165 if test "$$subdir" = "."; then \
167 local_target="$$target-am"; \
169 local_target="$$target"; \
171 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
172 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
174 if test "$$dot_seen" = "no"; then \
175 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
178 mostlyclean-recursive clean-recursive distclean-recursive \
179 maintainer-clean-recursive:
180 @set fnord $(MAKEFLAGS); amf=$$2; \
182 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
183 rev="$$subdir $$rev"; \
184 test "$$subdir" != "." || dot_seen=yes; \
186 test "$$dot_seen" = "no" && rev=". $$rev"; \
187 target=`echo $@ | sed s/-recursive//`; \
188 for subdir in $$rev; do \
189 echo "Making $$target in $$subdir"; \
190 if test "$$subdir" = "."; then \
191 local_target="$$target-am"; \
193 local_target="$$target"; \
195 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
196 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
197 done && test -z "$$fail"
199 list='$(SUBDIRS)'; for subdir in $$list; do \
200 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
205 ID: $(HEADERS) $(SOURCES) $(LISP)
206 list='$(SOURCES) $(HEADERS)'; \
207 unique=`for i in $$list; do echo $$i; done | \
208 awk ' { files[$$0] = 1; } \
209 END { for (i in files) print i; }'`; \
210 here=`pwd` && cd $(srcdir) \
211 && mkid -f$$here/ID $$unique $(LISP)
213 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
216 list='$(SUBDIRS)'; for subdir in $$list; do \
217 if test "$$subdir" = .; then :; else \
218 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
221 list='$(SOURCES) $(HEADERS)'; \
222 unique=`for i in $$list; do echo $$i; done | \
223 awk ' { files[$$0] = 1; } \
224 END { for (i in files) print i; }'`; \
225 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
226 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
235 maintainer-clean-tags:
237 distdir = $(PACKAGE)-$(VERSION)
238 top_distdir = $(distdir)
240 # This target untars the dist file and tries a VPATH configuration. Then
241 # it guarantees that the distribution is self-contained by making another
245 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
246 mkdir $(distdir)/=build
247 mkdir $(distdir)/=inst
248 dc_install_base=`cd $(distdir)/=inst && pwd`; \
249 cd $(distdir)/=build \
250 && ../configure --srcdir=.. --prefix=$$dc_install_base \
251 && $(MAKE) $(AM_MAKEFLAGS) \
252 && $(MAKE) $(AM_MAKEFLAGS) dvi \
253 && $(MAKE) $(AM_MAKEFLAGS) check \
254 && $(MAKE) $(AM_MAKEFLAGS) install \
255 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
256 && $(MAKE) $(AM_MAKEFLAGS) dist
258 @banner="$(distdir).tar.gz is ready for distribution"; \
259 dashes=`echo "$$banner" | sed s/./=/g`; \
264 -chmod -R a+r $(distdir)
265 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
268 -chmod -R a+r $(distdir)
269 zip -rq $(distdir).zip $(distdir)
272 -chmod -R a+r $(distdir)
273 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
274 zip -rq $(distdir).zip $(distdir)
276 distdir: $(DISTFILES)
279 -chmod 777 $(distdir)
280 @for file in $(DISTFILES); do \
282 if test -d $$d/$$file; then \
283 cp -pr $$d/$$file $(distdir)/$$file; \
285 test -f $(distdir)/$$file \
286 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
287 || cp -p $$d/$$file $(distdir)/$$file || :; \
290 for subdir in $(SUBDIRS); do \
291 if test "$$subdir" = .; then :; else \
292 test -d $(distdir)/$$subdir \
293 || mkdir $(distdir)/$$subdir \
295 chmod 777 $(distdir)/$$subdir; \
296 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
300 $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
306 check: check-recursive
308 installcheck: installcheck-recursive
310 install-exec: install-exec-recursive
312 install-data-am: install-m4dataDATA
313 install-data: install-data-recursive
316 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
317 install: install-recursive
318 uninstall-am: uninstall-m4dataDATA
319 uninstall: uninstall-recursive
320 all-am: Makefile $(DATA)
321 all-redirect: all-recursive
323 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
324 installdirs: installdirs-recursive
326 $(mkinstalldirs) $(DESTDIR)$(m4datadir)
334 -rm -f Makefile $(CONFIG_CLEAN_FILES)
335 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
337 maintainer-clean-generic:
338 mostlyclean-am: mostlyclean-tags mostlyclean-generic
340 mostlyclean: mostlyclean-recursive
342 clean-am: clean-tags clean-generic mostlyclean-am
344 clean: clean-recursive
346 distclean-am: distclean-tags distclean-generic clean-am
349 distclean: distclean-recursive
352 maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \
354 @echo "This command is intended for maintainers to use;"
355 @echo "it deletes files that may require special tools to rebuild."
357 maintainer-clean: maintainer-clean-recursive
360 .PHONY: uninstall-m4dataDATA install-m4dataDATA install-data-recursive \
361 uninstall-data-recursive install-exec-recursive \
362 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
363 all-recursive check-recursive installcheck-recursive info-recursive \
364 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
365 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
366 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
367 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
368 install-exec install-data-am install-data install-am install \
369 uninstall-am uninstall all-redirect all-am all installdirs-am \
370 installdirs mostlyclean-generic distclean-generic clean-generic \
371 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
375 rm -rf `find $(distdir)/macos -name CVS`
378 $(MAKE) all CFLAGS="@DEBUG@"
381 $(MAKE) all CFLAGS="@PROFILE@"
383 # Tell versions [3.59,3.63) of GNU make to not export all variables.
384 # Otherwise a system limit (for SysV at least) may be exceeded.