Replaced a mistaken sizeof(float) with sizeof(long); probable cause of
[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 = README AUTHORS COPYING libvorbis.spec vorbis.m4 acinclude.m4\
11         todo.txt
12
13 debug:
14         $(MAKE) all CFLAGS="@DEBUG@"
15
16 profile:
17         $(MAKE) all CFLAGS="@PROFILE@"