/[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 880 by schoenebeck, Tue Jun 27 22:57:37 2006 UTC revision 885 by schoenebeck, Wed Jun 28 19:32:21 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 \          Mutex.cpp \
22          Exception.h \          optional.cpp \
         Mutex.cpp Mutex.h \  
         optional.cpp optional.h \  
23          Pool.h \          Pool.h \
24          ResourceManager.h \          ResourceManager.h \
25          RingBuffer.h \          RingBuffer.h \
26          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
27          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
         SynchronizedConfig.h \  
28          Thread.cpp Thread.h          Thread.cpp Thread.h

Legend:
Removed from v.880  
changed lines
  Added in v.885

  ViewVC Help
Powered by ViewVC