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

Diff of /linuxsampler/trunk/src/testcases/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1648 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC revision 1649 by nagata, Fri Jan 25 15:06:02 2008 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  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  EXTRA_PROGRAMS = linuxsamplertest
11  linuxsamplertest_SOURCES = \  linuxsamplertest_SOURCES = \
12          linuxsamplertest.cpp \          linuxsamplertest.cpp \
# Line 9  linuxsamplertest_SOURCES = \ Line 15  linuxsamplertest_SOURCES = \
15          MutexTest.cpp MutexTest.h \          MutexTest.cpp MutexTest.h \
16          ConditionTest.cpp ConditionTest.h \          ConditionTest.cpp ConditionTest.h \
17          LSCPTest.cpp LSCPTest.h          LSCPTest.cpp LSCPTest.h
18    linuxsamplertest_LDFLAGS = $(coremidi_ldflags)
19  linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit  linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

Legend:
Removed from v.1648  
changed lines
  Added in v.1649

  ViewVC Help
Powered by ViewVC