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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 840 - (show annotations) (download)
Sun Feb 26 13:00:08 2006 UTC (18 years, 1 month ago) by persson
File size: 544 byte(s)
* fixed some concurrency problems between the lscp thread and the
  audio/midi threads for these commands: load engine, set channel
  audio output device, set channel midi input device/port/channel and
  remove channel. Thanks to Vincent Bongiorno for bug reports and
  testing.
* removed an autotools warning
* fixed an iterator bug
* minor code clean-ups

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 noinst_LTLIBRARIES = liblinuxsamplercommon.la
7 liblinuxsamplercommon_la_SOURCES = \
8 ArrayList.h \
9 atomic.h \
10 Condition.cpp Condition.h \
11 ConditionServer.cpp ConditionServer.h \
12 Features.cpp Features.h \
13 global.h \
14 LinuxSamplerException.h \
15 Mutex.cpp Mutex.h \
16 optional.cpp optional.h \
17 Pool.h \
18 ResourceManager.h \
19 RingBuffer.h \
20 RTMath.cpp RTMath.h \
21 stacktrace.c stacktrace.h \
22 SynchronizedConfig.h \
23 Thread.cpp Thread.h

  ViewVC Help
Powered by ViewVC