VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/test/Makefile.am

Last change on this file was 96468, checked in by vboxsync, 22 months ago

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

File size: 432 bytes
Line 
1## Process this file with automake to produce Makefile.in
2
3AUTOMAKE_OPTIONS = foreign
4
5check_PROGRAMS = test
6
7check: $(check_PROGRAMS)
8 ./test$(EXEEXT)
9
10AM_CPPFLAGS = -I$(top_srcdir)/include @OGG_CFLAGS@
11
12test_SOURCES = util.c util.h write_read.c write_read.h test.c
13test_LDADD = ../lib/libvorbisenc.la ../lib/libvorbis.la @OGG_LIBS@ @VORBIS_LIBS@
14
15debug:
16 $(MAKE) check CFLAGS="@DEBUG@"
17
18profile:
19 $(MAKE) check CFLAGS="@PROFILE@"
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use