## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = foreign dist-zip SUBDIRS = debian theora123 theora_splayer theoraenc theora_transcoder theora_dumpvideo EXTRA_DIST = COPYING autogen.sh win32 dist-hook: rm -rf `find $(distdir)/macos -name CVS` rm -rf `find $(distdir)/win32 -name CVS` debug: $(MAKE) all CFLAGS="@DEBUG@" profile: $(MAKE) all CFLAGS="@PROFILE@"