etlegacy-libs/vorbis/test/Makefile.am

20 lines
429 B
Text
Raw Normal View History

2013-01-24 15:44:19 +00:00
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
check_PROGRAMS = test
check: $(check_PROGRAMS)
./test$(EXEEXT)
test_SOURCES = util.c util.h write_read.c write_read.h test.c
2015-01-24 18:58:23 +00:00
test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
2013-01-24 15:44:19 +00:00
debug:
2015-01-24 18:58:23 +00:00
$(MAKE) check CFLAGS="@DEBUG@"
2013-01-24 15:44:19 +00:00
profile:
2015-01-24 18:58:23 +00:00
$(MAKE) check CFLAGS="@PROFILE@"