/[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 840 by persson, Sun Feb 26 13:00:08 2006 UTC revision 1005 by schoenebeck, Fri Dec 29 20:06:14 2006 UTC
# Line 3  METASOURCES = AUTO Line 3  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5    
6    liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common
7    liblinuxsamplercommoninclude_HEADERS = \
8            atomic.h \
9            Exception.h \
10            global.h \
11            optional.h \
12            Mutex.h \
13            SynchronizedConfig.h
14    
15  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
16  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
17          ArrayList.h \          ArrayList.h \
         atomic.h \  
18          Condition.cpp Condition.h \          Condition.cpp Condition.h \
19          ConditionServer.cpp ConditionServer.h \          ConditionServer.cpp ConditionServer.h \
20          Features.cpp Features.h \          Features.cpp Features.h \
21          global.h \          global.cpp \
22          LinuxSamplerException.h \          Mutex.cpp \
23          Mutex.cpp Mutex.h \          optional.cpp \
         optional.cpp optional.h \  
24          Pool.h \          Pool.h \
25          ResourceManager.h \          ResourceManager.h \
26          RingBuffer.h \          RingBuffer.h \
27          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
28          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
         SynchronizedConfig.h \  
29          Thread.cpp Thread.h          Thread.cpp Thread.h

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

  ViewVC Help
Powered by ViewVC