/[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 1212 by schoenebeck, Tue May 29 23:59:36 2007 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            Thread.h \
11            global.h \
12            optional.h \
13            Mutex.h \
14            SynchronizedConfig.h
15    
16  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
17  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
18          ArrayList.h \          ArrayList.h \
         atomic.h \  
19          Condition.cpp Condition.h \          Condition.cpp Condition.h \
20          ConditionServer.cpp ConditionServer.h \          ConditionServer.cpp ConditionServer.h \
21          Features.cpp Features.h \          Features.cpp Features.h \
22          global.h \          global.cpp \
23          LinuxSamplerException.h \          Mutex.cpp \
24          Mutex.cpp Mutex.h \          optional.cpp \
         optional.cpp optional.h \  
25          Pool.h \          Pool.h \
26          ResourceManager.h \          ResourceManager.h \
27          RingBuffer.h \          RingBuffer.h \
28          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
29          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
30          SynchronizedConfig.h \          Thread.cpp Thread.h \
31          Thread.cpp Thread.h          WorkerThread.cpp WorkerThread.h
32    
33    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
34    install-exec-hook:
35            mkdir -p $(DESTDIR)$(config_plugin_dir)
36    
37    # remove the plugins directory
38    uninstall-hook:
39            rmdir $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC