/[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 53 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 1332 by schoenebeck, Sun Sep 9 12:22:34 2007 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
3  noinst_LIBRARIES = liblinuxsamplercommon.a  
4  liblinuxsamplercommon_a_SOURCES = atomic.h Condition.cpp Condition.h ConditionServer.cpp ConditionServer.h global.h LinuxSamplerException.h Mutex.cpp Mutex.h ResourceManager.h RingBuffer.h RTELMemoryPool.h RTMath.cpp RTMath.h Thread.cpp Thread.h  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5    
6    liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common
7    liblinuxsamplercommoninclude_HEADERS = \
8            atomic.h \
9            Exception.h \
10            Thread.h \
11            global.h \
12            optional.h \
13            Mutex.h \
14            SynchronizedConfig.h \
15            Condition.h
16    
17    noinst_LTLIBRARIES = liblinuxsamplercommon.la
18    liblinuxsamplercommon_la_SOURCES = \
19            ArrayList.h \
20            Condition.cpp Condition.h \
21            ConditionServer.cpp ConditionServer.h \
22            Features.cpp Features.h \
23            global.cpp \
24            Mutex.cpp \
25            optional.cpp \
26            Pool.h \
27            ResourceManager.h \
28            RingBuffer.h \
29            RTMath.cpp RTMath.h \
30            stacktrace.c stacktrace.h \
31            Thread.cpp Thread.h \
32            WorkerThread.cpp WorkerThread.h \
33            Path.cpp Path.h
34    
35    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
36    install-exec-hook:
37            mkdir -p $(DESTDIR)$(config_plugin_dir)
38    
39    # remove the plugins directory (if empty)
40    uninstall-hook:
41            rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

Legend:
Removed from v.53  
changed lines
  Added in v.1332

  ViewVC Help
Powered by ViewVC