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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2183 - (hide annotations) (download)
Sat Jun 11 17:53:32 2011 UTC (12 years, 10 months ago) by persson
File size: 1140 byte(s)
* Mac OS X fixes: support the new dir for Core Audio SDK, fixed name
  collision of enum in EffectControl, fixed building outside source
  directory, fixed wrong name of destructor in
  AudioOutputDeviceCoreAudio.cpp
* made sure all source files for hostplugins are included when doing
  "make dist"
* removed empty directories left from the cvs to svn migration

1 schoenebeck 53 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 80
6 schoenebeck 885 liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common
7     liblinuxsamplercommoninclude_HEADERS = \
8     Exception.h \
9 schoenebeck 1212 Thread.h \
10 schoenebeck 885 global.h \
11     optional.h \
12     Mutex.h \
13 persson 1223 SynchronizedConfig.h \
14 persson 1790 Condition.h \
15     lsatomic.h
16 schoenebeck 885
17 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplercommon.la
18 schoenebeck 654 liblinuxsamplercommon_la_SOURCES = \
19 schoenebeck 1424 global_private.cpp global_private.h \
20 schoenebeck 1427 atomic.h \
21 schoenebeck 654 ArrayList.h \
22 schoenebeck 2124 DynamicLibraries.cpp DynamicLibraries.h \
23 schoenebeck 2135 IDGenerator.cpp IDGenerator.h \
24 schoenebeck 654 Condition.cpp Condition.h \
25     ConditionServer.cpp ConditionServer.h \
26     Features.cpp Features.h \
27 schoenebeck 885 Mutex.cpp \
28     optional.cpp \
29 schoenebeck 654 Pool.h \
30     ResourceManager.h \
31     RingBuffer.h \
32     RTMath.cpp RTMath.h \
33     stacktrace.c stacktrace.h \
34 iliev 1200 Thread.cpp Thread.h \
35 schoenebeck 1332 WorkerThread.cpp WorkerThread.h \
36 iliev 1717 Path.cpp Path.h \
37 persson 2183 File.cpp File.h \
38     ladspa.h
39 schoenebeck 1212
40     # create the plugins directory (i.e. /usr/lib/linuxsampler/plugins)
41     install-exec-hook:
42     mkdir -p $(DESTDIR)$(config_plugin_dir)
43    
44 schoenebeck 1324 # remove the plugins directory (if empty)
45 schoenebeck 1212 uninstall-hook:
46 schoenebeck 1324 rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir)

  ViewVC Help
Powered by ViewVC