/[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 654 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC revision 1424 by schoenebeck, Sun Oct 14 22:00:17 2007 UTC
# Line 3  METASOURCES = AUTO Line 3  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  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 = \  liblinuxsamplercommon_la_SOURCES = \
18            global_private.cpp global_private.h \
19          ArrayList.h \          ArrayList.h \
         atomic.h \  
20          Condition.cpp Condition.h \          Condition.cpp Condition.h \
21          ConditionServer.cpp ConditionServer.h \          ConditionServer.cpp ConditionServer.h \
22          Features.cpp Features.h \          Features.cpp Features.h \
23          global.h \          Mutex.cpp \
24          LinuxSamplerException.h \          optional.cpp \
         Mutex.cpp Mutex.h \  
         optional.cpp optional.h \  
25          Pool.h \          Pool.h \
26          ResourceManager.h \          ResourceManager.h \
27          RingBuffer.h \          RingBuffer.h \
28          RTMath.cpp RTMath.h \          RTMath.cpp RTMath.h \
29          stacktrace.c stacktrace.h \          stacktrace.c stacktrace.h \
30          Thread.cpp Thread.h          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.654  
changed lines
  Added in v.1424

  ViewVC Help
Powered by ViewVC