source:
vbox/trunk/src/libs/libvorbis-1.3.7/test/Makefile.am
最後變更 在這個檔案是 96468,由 提交於 2 年 前 | |
---|---|
檔案大小: 432 位元組 |
行 | |
---|---|
1 | ## Process this file with automake to produce Makefile.in |
2 | |
3 | AUTOMAKE_OPTIONS = foreign |
4 | |
5 | check_PROGRAMS = test |
6 | |
7 | check: $(check_PROGRAMS) |
8 | ./test$(EXEEXT) |
9 | |
10 | AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@ |
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@ @VORBIS_LIBS@ |
14 | |
15 | debug: |
16 | $(MAKE) check CFLAGS="@DEBUG@" |
17 | |
18 | profile: |
19 | $(MAKE) check CFLAGS="@PROFILE@" |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器