/[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 885 by schoenebeck, Wed Jun 28 19:32:21 2006 UTC revision 1223 by persson, Sun Jun 10 09:25:57 2007 UTC
# Line 7  liblinuxsamplercommonincludedir = $(incl Line 7  liblinuxsamplercommonincludedir = $(incl
7  liblinuxsamplercommoninclude_HEADERS = \  liblinuxsamplercommoninclude_HEADERS = \
8          atomic.h \          atomic.h \
9          Exception.h \          Exception.h \
10            Thread.h \
11          global.h \          global.h \
12          optional.h \          optional.h \
13          Mutex.h \          Mutex.h \
14          SynchronizedConfig.h          SynchronizedConfig.h \
15            Condition.h
16    
17  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
18  liblinuxsamplercommon_la_SOURCES = \  liblinuxsamplercommon_la_SOURCES = \
# Line 18  liblinuxsamplercommon_la_SOURCES = \ Line 20  liblinuxsamplercommon_la_SOURCES = \
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 \
23            global.cpp \
24          Mutex.cpp \          Mutex.cpp \
25          optional.cpp \          optional.cpp \
26          Pool.h \          Pool.h \
# Line 25  liblinuxsamplercommon_la_SOURCES = \ Line 28  liblinuxsamplercommon_la_SOURCES = \
28          RingBuffer.h \          RingBuffer.h \
29          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
30          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
31          Thread.cpp Thread.h          Thread.cpp Thread.h \
32            WorkerThread.cpp WorkerThread.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
39    uninstall-hook:
40            rmdir $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC