vorbisfile has a flaw where a bad link is not initialized [proper
[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 macos macosx \
11         autogen.sh libvorbis.spec vorbis.m4
12
13 dist-hook:
14         rm -rf `find $(distdir)/macos -name CVS`
15         rm -rf `find $(distdir)/macosx -name CVS`
16
17 debug:
18         $(MAKE) all CFLAGS="@DEBUG@"
19
20 profile:
21         $(MAKE) all CFLAGS="@PROFILE@"