OSDN Git Service

[DTXV] #26010 #PAN EL (WAV番号=ELの#PAN)を#PANELと誤認識しないよう修正。
[dtxmania/dtxmania.git] / @OggVorbisソリューション / libvorbis-1.3.2 / 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 check_PROGRAMS = test
8
9 check: $(check_PROGRAMS)
10         ./test$(EXEEXT)
11
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@
14
15 debug:
16         $(MAKE) all CFLAGS="@DEBUG@"
17
18 profile:
19         $(MAKE) all CFLAGS="@PROFILE@"