1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
5 SUBDIRS = lib include doc examples debian
7 EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
8 theora-uninstalled.pc.in
10 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = theora.pc
14 rm -rf `find $(distdir)/macos -name CVS`
15 rm -rf `find $(distdir)/win32 -name CVS`
16 rm -rf `find $(distdir)/macos -name .svn`
17 rm -rf `find $(distdir)/win32 -name .svn`
18 rm -rf `find $(distdir)/doc -name .svn`
21 $(MAKE) all CFLAGS="@DEBUG@"
24 $(MAKE) all CFLAGS="@PROFILE@"