/[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 1790 by persson, Sun Nov 2 12:05:00 2008 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          Condition.cpp Condition.h \          Condition.cpp Condition.h \
23          ConditionServer.cpp ConditionServer.h \          ConditionServer.cpp ConditionServer.h \
24          Features.cpp Features.h \          Features.cpp Features.h \
25          global.h \          Mutex.cpp \
26          LinuxSamplerException.h \          optional.cpp \
         Mutex.cpp Mutex.h \  
         optional.cpp optional.h \  
27          Pool.h \          Pool.h \
28          ResourceManager.h \          ResourceManager.h \
29          RingBuffer.h \          RingBuffer.h \
30          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
31          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
32          SynchronizedConfig.h \          Thread.cpp Thread.h \
33          Thread.cpp Thread.h          WorkerThread.cpp WorkerThread.h \
34            Path.cpp Path.h \
35            File.cpp File.h
36    
37    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
38    install-exec-hook:
39            mkdir -p $(DESTDIR)$(config_plugin_dir)
40    
41    # remove the plugins directory (if empty)
42    uninstall-hook:
43            rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC