1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
7 check: $(check_PROGRAMS)
10 AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
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@ @VORBIS_LIBS@
16 $(MAKE) check CFLAGS="@DEBUG@"
19 $(MAKE) check CFLAGS="@PROFILE@"