OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / audio / Makefile.am
1 ## Process this with automake to create Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4 ACLOCAL_AMFLAGS = -I ../../config
5
6 pkglib_LTLIBRARIES = libaudio.la
7
8 INCLUDES = -I. -I../../include -I$(srcdir)/../../include
9 AM_CXXFLAGS = -DSID_EXEC_PREFIX=\"$(exec_prefix)\"
10
11 pkgdata_DATA = 
12 noinst_DATA = 
13
14 libaudio_la_SOURCES = components.cxx compCodec.cxx compAudio.cxx
15 libaudio_la_LDFLAGS = -module -no-undefined
16
17
18 DEJAGNUTESTS = linusraw.exp linuscodec.exp aumonkey.exp
19 checkme: all
20         (cd ../testsuite ; $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS) $(DEJAGNUTESTS)" )