/[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 1005 - (hide annotations) (download)
Fri Dec 29 20:06:14 2006 UTC (17 years, 3 months ago) by schoenebeck
File size: 660 byte(s)
* global volume can now be altered at runtime
  (added two new LSCP commands for this, LSCP specs updated)

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     atomic.h \
9     Exception.h \
10     global.h \
11     optional.h \
12     Mutex.h \
13     SynchronizedConfig.h
14    
15 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplercommon.la
16 schoenebeck 654 liblinuxsamplercommon_la_SOURCES = \
17     ArrayList.h \
18     Condition.cpp Condition.h \
19     ConditionServer.cpp ConditionServer.h \
20     Features.cpp Features.h \
21 schoenebeck 1005 global.cpp \
22 schoenebeck 885 Mutex.cpp \
23     optional.cpp \
24 schoenebeck 654 Pool.h \
25     ResourceManager.h \
26     RingBuffer.h \
27     RTMath.cpp RTMath.h \
28     stacktrace.c stacktrace.h \
29     Thread.cpp Thread.h

  ViewVC Help
Powered by ViewVC