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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC revision 840 by persson, Sun Feb 26 13:00:08 2006 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
3    
4    AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5    
6  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
7  liblinuxsamplercommon_la_SOURCES = atomic.h Condition.cpp Condition.h ConditionServer.cpp ConditionServer.h global.h LinuxSamplerException.h Mutex.cpp Mutex.h ResourceManager.h RingBuffer.h RTELMemoryPool.h RTMath.cpp RTMath.h Thread.cpp Thread.h  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

Legend:
Removed from v.57  
changed lines
  Added in v.840

  ViewVC Help
Powered by ViewVC