/[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 1717 - (show annotations) (download)
Sun Mar 16 17:43:20 2008 UTC (16 years, 1 month ago) by iliev
File size: 1038 byte(s)
* moved all OS dependent file operation to File class

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
16 noinst_LTLIBRARIES = liblinuxsamplercommon.la
17 liblinuxsamplercommon_la_SOURCES = \
18 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)

  ViewVC Help
Powered by ViewVC