/[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 1717 by iliev, Sun Mar 16 17:43:20 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    
16  noinst_LTLIBRARIES = liblinuxsamplercommon.la  noinst_LTLIBRARIES = liblinuxsamplercommon.la
17  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 = \
18  noinst_HEADERS = Features.h ArrayList.h          global_private.cpp global_private.h \
19            atomic.h \
20            ArrayList.h \
21            Condition.cpp Condition.h \
22            ConditionServer.cpp ConditionServer.h \
23            Features.cpp Features.h \
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            File.cpp File.h
35    
36    # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
37    install-exec-hook:
38            mkdir -p $(DESTDIR)$(config_plugin_dir)
39    
40    # remove the plugins directory (if empty)
41    uninstall-hook:
42            rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

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

  ViewVC Help
Powered by ViewVC