/[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 1200 by iliev, Thu May 24 14:04:18 2007 UTC revision 1424 by schoenebeck, Sun Oct 14 22:00:17 2007 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 \
10          global.h \          global.h \
11          optional.h \          optional.h \
12          Mutex.h \          Mutex.h \
13          SynchronizedConfig.h          SynchronizedConfig.h \
14            Condition.h
15    
16  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
17  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
18            global_private.cpp global_private.h \
19          ArrayList.h \          ArrayList.h \
20          Condition.cpp Condition.h \          Condition.cpp Condition.h \
21          ConditionServer.cpp ConditionServer.h \          ConditionServer.cpp ConditionServer.h \
22          Features.cpp Features.h \          Features.cpp Features.h \
         global.cpp \  
23          Mutex.cpp \          Mutex.cpp \
24          optional.cpp \          optional.cpp \
25          Pool.h \          Pool.h \
# Line 27  liblinuxsamplercommon_la_SOURCES = \ Line 28  liblinuxsamplercommon_la_SOURCES = \
28          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
29          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
30          Thread.cpp Thread.h \          Thread.cpp Thread.h \
31          WorkerThread.cpp WorkerThread.h          WorkerThread.cpp WorkerThread.h \
32            Path.cpp Path.h
33    
34    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
35    install-exec-hook:
36            mkdir -p $(DESTDIR)$(config_plugin_dir)
37    
38    # remove the plugins directory (if empty)
39    uninstall-hook:
40            rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

Legend:
Removed from v.1200  
changed lines
  Added in v.1424

  ViewVC Help
Powered by ViewVC