this is the win32 build stuff for vorbis, i think i'm missing a .def file though
[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 EXTRA_DIST = README COPYING todo.txt libvorbis.spec
8
9 debug:
10         $(MAKE) all CFLAGS="@DEBUG@"
11
12 profile:
13         $(MAKE) all CFLAGS="@PROFILE@"