VS2008 project files.
[xiph/unicode.git] / vorbis-tools / win32 / Makefile.am
blob622d4f89de5dd4fb632eb467e40a6e12168acd2b
1 ## Process this file with automake to produce Makefile.in
3 EXTRA_DIST = oggenc.dsp oggenc_dynamic.dsp ogginfo.dsp tools.dsp tools.dsw\
4         tools.opt vcut.dsp vorbiscomment.dsp
6 debug:
7         $(MAKE) all CFLAGS="@DEBUG@"
9 profile:
10         $(MAKE) all CFLAGS="@PROFILE@"