/[svn]/linuxsampler/branches/release1_0_0/src/testcases/Makefile.am
ViewVC logotype

Contents of /linuxsampler/branches/release1_0_0/src/testcases/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1958 - (show annotations) (download)
Fri Jul 31 08:09:09 2009 UTC (14 years, 9 months ago) by (unknown author)
File size: 517 byte(s)
This commit was manufactured by cvs2svn to create branch 'release1_0_0'.
1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 if HAVE_COREMIDI
5 coremidi_ldflags = -framework CoreFoundation -framework CoreMIDI
6 else
7 coremidi_ldflags =
8 endif
9
10 EXTRA_PROGRAMS = linuxsamplertest
11 linuxsamplertest_SOURCES = \
12 linuxsamplertest.cpp \
13 PoolTest.cpp PoolTest.h \
14 ThreadTest.cpp ThreadTest.h \
15 MutexTest.cpp MutexTest.h \
16 ConditionTest.cpp ConditionTest.h \
17 LSCPTest.cpp LSCPTest.h
18 linuxsamplertest_LDFLAGS = $(coremidi_ldflags)
19 linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

  ViewVC Help
Powered by ViewVC