/[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 510 by schoenebeck, Wed May 4 12:02:35 2005 UTC revision 2135 by schoenebeck, Thu Sep 30 20:00:43 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 = atomic.h Condition.cpp Condition.h ConditionServer.cpp ConditionServer.h global.h LinuxSamplerException.h Mutex.cpp Mutex.h ResourceManager.h RingBuffer.h RTMath.cpp RTMath.h Thread.cpp Thread.h optional.h optional.cpp stacktrace.c stacktrace.h Features.cpp  liblinuxsamplercommon_la_SOURCES = \
19  noinst_HEADERS = Features.h ArrayList.h          global_private.cpp global_private.h \
20            atomic.h \
21            ArrayList.h \
22            DynamicLibraries.cpp DynamicLibraries.h \
23            IDGenerator.cpp IDGenerator.h \
24            Condition.cpp Condition.h \
25            ConditionServer.cpp ConditionServer.h \
26            Features.cpp Features.h \
27            Mutex.cpp \
28            optional.cpp \
29            Pool.h \
30            ResourceManager.h \
31            RingBuffer.h \
32            RTMath.cpp RTMath.h \
33            stacktrace.c stacktrace.h \
34            Thread.cpp Thread.h \
35            WorkerThread.cpp WorkerThread.h \
36            Path.cpp Path.h \
37            File.cpp File.h
38    
39    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
40    install-exec-hook:
41            mkdir -p $(DESTDIR)$(config_plugin_dir)
42    
43    # remove the plugins directory (if empty)
44    uninstall-hook:
45            rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

Legend:
Removed from v.510  
changed lines
  Added in v.2135

  ViewVC Help
Powered by ViewVC