1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip
5 SUBDIRS = src include doc
7 m4datadir = $(datadir)/aclocal
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = ogg.pc
13 EXTRA_DIST = README AUTHORS CHANGES COPYING \
14 libogg.spec libogg.spec.in \
15 ogg.m4 ogg.pc.in ogg-uninstalled.pc.in \
19 for item in $(EXTRA_DIST); do \
20 if test -d $$item; then \
21 echo -n "cleaning dir $$item for distribution..."; \
22 rm -rf `find $(distdir)/$$item -name .svn`; \
27 $(MAKE) all CFLAGS="@DEBUG@"
30 $(MAKE) all CFLAGS="@PROFILE@"