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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3557 - (show annotations) (download)
Sun Aug 18 00:06:04 2019 UTC (4 years, 7 months ago) by schoenebeck
File size: 590 byte(s)
* NKSP: Introducing 64 bit support for NKSP integer scripts
  variables (declare $foo).
* Require C++11 compiler support.
* Autoconf: Added m4/ax_cxx_compile_stdcxx.m4 macro which is used
  for checking in configure for C++11 support (as mandatory
  requirement) and automatically adds compiler argument if required
  (e.g. -std=C++11).
* Bumped version (2.1.1.svn3).

1 AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS) $(SNDFILE_CFLAGS) $(LIB_SF2)
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 NKSPTest.cpp NKSPTest.h \
14 PoolTest.cpp PoolTest.h \
15 ThreadTest.cpp ThreadTest.h \
16 MutexTest.cpp MutexTest.h \
17 ConditionTest.cpp ConditionTest.h \
18 LSCPTest.cpp LSCPTest.h
19 linuxsamplertest_LDFLAGS = $(coremidi_ldflags)
20 linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

  ViewVC Help
Powered by ViewVC