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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3557 - (hide annotations) (download)
Sun Aug 18 00:06:04 2019 UTC (4 years, 8 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 schoenebeck 3557 AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS) $(SNDFILE_CFLAGS) $(LIB_SF2)
2 schoenebeck 57 METASOURCES = AUTO
3    
4 nagata 1649 if HAVE_COREMIDI
5     coremidi_ldflags = -framework CoreFoundation -framework CoreMIDI
6     else
7     coremidi_ldflags =
8     endif
9    
10 schoenebeck 57 EXTRA_PROGRAMS = linuxsamplertest
11 schoenebeck 654 linuxsamplertest_SOURCES = \
12     linuxsamplertest.cpp \
13 schoenebeck 3551 NKSPTest.cpp NKSPTest.h \
14 schoenebeck 654 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 nagata 1649 linuxsamplertest_LDFLAGS = $(coremidi_ldflags)
20 schoenebeck 57 linuxsamplertest_LDADD = $(top_builddir)/src/liblinuxsampler.la -lcppunit

  ViewVC Help
Powered by ViewVC