/[svn]/linuxsampler/trunk/src/common/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/common/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2124 - (show annotations) (download)
Sat Sep 18 09:24:41 2010 UTC (13 years, 7 months ago) by schoenebeck
File size: 1095 byte(s)
* implemented support for internal LADSPA effects (work in progress)

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 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
18 liblinuxsamplercommon_la_SOURCES = \
19 global_private.cpp global_private.h \
20 atomic.h \
21 ArrayList.h \
22 DynamicLibraries.cpp DynamicLibraries.h \
23 Condition.cpp Condition.h \
24 ConditionServer.cpp ConditionServer.h \
25 Features.cpp Features.h \
26 Mutex.cpp \
27 optional.cpp \
28 Pool.h \
29 ResourceManager.h \
30 RingBuffer.h \
31 RTMath.cpp RTMath.h \
32 stacktrace.c stacktrace.h \
33 Thread.cpp Thread.h \
34 WorkerThread.cpp WorkerThread.h \
35 Path.cpp Path.h \
36 File.cpp File.h
37
38 # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
39 install-exec-hook:
40 mkdir -p $(DESTDIR)$(config_plugin_dir)
41
42 # remove the plugins directory (if empty)
43 uninstall-hook:
44 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

  ViewVC Help
Powered by ViewVC