/[svn]/linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (hide annotations) (download)
Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 282 byte(s)
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation

1 schoenebeck 53 # set the include path found by configure
2     INCLUDES = $(all_includes)
3    
4 schoenebeck 57 METASOURCES = AUTO
5    
6 schoenebeck 53 # to prevent compile errors on some systems
7     AM_CXXFLAGS = -pedantic
8    
9 schoenebeck 57 pkglib_LTLIBRARIES = libgig.la
10     libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h
11 schoenebeck 53 libgig_la_LDFLAGS = -module

  ViewVC Help
Powered by ViewVC