VS2008 project files.
[xiph/unicode.git] / theora-exp / Makefile.am
blobccdbb219ddc52ff32a0873722a5f8638376e1446
2 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
4 EXTRA_DIST = doc
6 SUBDIRS = lib include examples tests
8 if TH_ENCODER
9 TH_ENCODER_FILES=theoraenc.pc 
10 else
11 TH_ENCODER_FILES=
12 endif
14 pkgconfigdir = $(libdir)/pkgconfig
15 pkgconfig_DATA = $(TH_ENCODER_FILES) theoradec.pc theoracompat.pc
17 dist-hook:
18         rm -rf `find $(distdir)/doc -name .svn`
21 debug:
22         $(MAKE) all CFLAGS="@DEBUG@"
24 profile:
25         $(MAKE) all CFLAGS="@PROFILE@"