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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (show annotations) (download)
Sun May 2 17:45:43 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 219 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 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3 noinst_LTLIBRARIES = liblinuxsamplermididriver.la
4 liblinuxsamplermididriver_la_SOURCES = MidiInputDevice.cpp MidiInputDevice.h MidiInputDeviceAlsa.cpp MidiInputDeviceAlsa.h

  ViewVC Help
Powered by ViewVC