/[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 1223 by persson, Sun Jun 10 09:25:57 2007 UTC revision 2124 by schoenebeck, Sat Sep 18 09:24:41 2010 UTC
# Line 5  AM_CXXFLAGS = -Wreturn-type -ffast-math Line 5  AM_CXXFLAGS = -Wreturn-type -ffast-math
5    
6  liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common  liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common
7  liblinuxsamplercommoninclude_HEADERS = \  liblinuxsamplercommoninclude_HEADERS = \
         atomic.h \  
8          Exception.h \          Exception.h \
9          Thread.h \          Thread.h \
10          global.h \          global.h \
11          optional.h \          optional.h \
12          Mutex.h \          Mutex.h \
13          SynchronizedConfig.h \          SynchronizedConfig.h \
14          Condition.h          Condition.h \
15            lsatomic.h
16    
17  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
18  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
19            global_private.cpp global_private.h \
20            atomic.h \
21          ArrayList.h \          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 \
         global.cpp \  
26          Mutex.cpp \          Mutex.cpp \
27          optional.cpp \          optional.cpp \
28          Pool.h \          Pool.h \
# Line 29  liblinuxsamplercommon_la_SOURCES = \ Line 31  liblinuxsamplercommon_la_SOURCES = \
31          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
32          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
33          Thread.cpp Thread.h \          Thread.cpp Thread.h \
34          WorkerThread.cpp WorkerThread.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)  # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
39  install-exec-hook:  install-exec-hook:
40          mkdir -p $(DESTDIR)$(config_plugin_dir)          mkdir -p $(DESTDIR)$(config_plugin_dir)
41    
42  # remove the plugins directory  # remove the plugins directory (if empty)
43  uninstall-hook:  uninstall-hook:
44          rmdir $(DESTDIR)$(config_plugin_dir)          rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC