]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/Makefile.am
First shot at an OpenAL renderer. Sound effects work, no music.
[lugaru.git] / libvorbis-1.0.1 / 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 pkgconfigdir = $(libdir)/pkgconfig
11 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
12
13 EXTRA_DIST = HACKING todo.txt macos macosx autogen.sh libvorbis.spec \
14         vorbis.m4 vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in
15
16 dist-hook:
17         rm -rf `find $(distdir)/macos -name CVS`
18         rm -rf `find $(distdir)/macosx -name CVS`
19
20 debug:
21         $(MAKE) all CFLAGS="@DEBUG@"
22
23 profile:
24         $(MAKE) all CFLAGS="@PROFILE@"