Remove Apple ProjectBuilder build files from distribution:
[platform/upstream/libvorbis.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign dist-zip
4
5 SUBDIRS = lib include doc examples win32 debian vq
6
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = vorbis.m4
9
10 EXTRA_DIST = HACKING todo.txt mac \
11         autogen.sh libvorbis.spec vorbis.m4
12
13 dist-hook:
14         rm -rf `find $(distdir)/mac -name CVS`
15
16 debug:
17         $(MAKE) all CFLAGS="@DEBUG@"
18
19 profile:
20         $(MAKE) all CFLAGS="@PROFILE@"