/[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 271 by schoenebeck, Fri Oct 8 20:51:39 2004 UTC revision 1424 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)  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 RTELMemoryPool.h RTMath.cpp RTMath.h Thread.cpp Thread.h optional.h optional.cpp stacktrace.c stacktrace.h  liblinuxsamplercommon_la_SOURCES = \
18            global_private.cpp global_private.h \
19            ArrayList.h \
20            Condition.cpp Condition.h \
21            ConditionServer.cpp ConditionServer.h \
22            Features.cpp Features.h \
23            Mutex.cpp \
24            optional.cpp \
25            Pool.h \
26            ResourceManager.h \
27            RingBuffer.h \
28            RTMath.cpp RTMath.h \
29            stacktrace.c stacktrace.h \
30            Thread.cpp Thread.h \
31            WorkerThread.cpp WorkerThread.h \
32            Path.cpp Path.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 (if empty)
39    uninstall-hook:
40            rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

Legend:
Removed from v.271  
changed lines
  Added in v.1424

  ViewVC Help
Powered by ViewVC