Recognizes if input is ogg or not.
[xiph.git] / vorbose / Makefile.am
blob015143ce274e029b9edda4c57a97e0568a28a3f7
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 SUBDIRS = src
7 EXTRA_DIST = COPYING autogen.sh
9 debug:
10         $(MAKE) all CFLAGS="@DEBUG@"
12 profile:
13         $(MAKE) all CFLAGS="@PROFILE@"