5471cfd17caca73ab05b4fe45b0cbed2a39751e8
[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
6
7 m4datadir = $(datadir)/aclocal
8 m4data_DATA = vorbis.m4
9
10 EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4
11
12 debug:
13         $(MAKE) all CFLAGS="@DEBUG@"
14
15 profile:
16         $(MAKE) all CFLAGS="@PROFILE@"