dnscrypto-proxy: Support files updated.
[tomato.git] / release / src / router / libvorbis / test / Makefile.am
blob128bf21270fb4c3356d8e7a6e5b6392a04d47491
1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
7 noinst_PROGRAMS = test
9 check: $(noinst_PROGRAMS)
10         ./test$(EXEEXT)
12 test_SOURCES = util.c util.h write_read.c write_read.h test.c
13 test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@
15 debug:
16         $(MAKE) all CFLAGS="@DEBUG@"
18 profile:
19         $(MAKE) all CFLAGS="@PROFILE@"