/[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 4085 - (show annotations) (download)
Fri Jan 26 18:34:32 2024 UTC (3 months, 3 weeks ago) by schoenebeck
File size: 1257 byte(s)
more 'make dist' rule updates

1 AM_CPPFLAGS = $(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 ConstCapacityArray.h \
16 lsatomic.h
17
18 noinst_LTLIBRARIES = liblinuxsamplercommon.la
19 liblinuxsamplercommon_la_SOURCES = \
20 global_private.cpp global_private.h \
21 atomic.h \
22 ArrayList.h \
23 DynamicLibraries.cpp DynamicLibraries.h \
24 IDGenerator.cpp IDGenerator.h \
25 Condition.cpp Condition.h \
26 ConditionServer.cpp ConditionServer.h \
27 Features.cpp Features.h \
28 Mutex.cpp \
29 optional.cpp \
30 Pool.h \
31 ResourceManager.h \
32 RingBuffer.h \
33 RTAVLTree.h \
34 RTMath.cpp RTMath.h \
35 stacktrace.c stacktrace.h \
36 Thread.cpp Thread.h \
37 WorkerThread.cpp WorkerThread.h \
38 Path.cpp Path.h \
39 File.cpp File.h \
40 ladspa.h \
41 Ref.h Ref.cpp \
42 ChangeFlagRelaxed.h
43
44 EXTRA_DIST = \
45 RTAVLTreeTest.cpp
46
47 # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
48 install-exec-hook:
49 mkdir -p $(DESTDIR)$(config_plugin_dir)
50
51 # remove the plugins directory (if empty)
52 uninstall-hook:
53 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

  ViewVC Help
Powered by ViewVC