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