/[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 2124 by schoenebeck, Sat Sep 18 09:24:41 2010 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            Exception.h \
9            Thread.h \
10            global.h \
11            optional.h \
12            Mutex.h \
13            SynchronizedConfig.h \
14            Condition.h \
15            lsatomic.h
16    
17  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
18  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
19          ArrayList.h \          global_private.cpp global_private.h \
20          atomic.h \          atomic.h \
21            ArrayList.h \
22            DynamicLibraries.cpp DynamicLibraries.h \
23          Condition.cpp Condition.h \          Condition.cpp Condition.h \
24          ConditionServer.cpp ConditionServer.h \          ConditionServer.cpp ConditionServer.h \
25          Features.cpp Features.h \          Features.cpp Features.h \
26          global.h \          Mutex.cpp \
27          LinuxSamplerException.h \          optional.cpp \
         Mutex.cpp Mutex.h \  
         optional.cpp optional.h \  
28          Pool.h \          Pool.h \
29          ResourceManager.h \          ResourceManager.h \
30          RingBuffer.h \          RingBuffer.h \
31          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
32          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
33          SynchronizedConfig.h \          Thread.cpp Thread.h \
34          Thread.cpp Thread.h          WorkerThread.cpp WorkerThread.h \
35            Path.cpp Path.h \
36            File.cpp File.h
37    
38    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
39    install-exec-hook:
40            mkdir -p $(DESTDIR)$(config_plugin_dir)
41    
42    # remove the plugins directory (if empty)
43    uninstall-hook:
44            rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC