We should use .ogg for the test files since there's no skeleton, I think.
[platform/upstream/libvorbis.git] / test / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
6
7 TESTS = test
8
9 noinst_PROGRAMS = test
10
11 test_SOURCES = util.c util.h write_read.c write_read.h test.c
12 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
13
14 debug:
15         $(MAKE) all CFLAGS="@DEBUG@"
16
17 profile:
18         $(MAKE) all CFLAGS="@PROFILE@"