/[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 885 - (hide annotations) (download)
Wed Jun 28 19:32:21 2006 UTC (17 years, 10 months ago) by schoenebeck
File size: 646 byte(s)
* various fixes to allow liblinuxsampler to be used
  (as a native C++ library)

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 885 Mutex.cpp \
22     optional.cpp \
23 schoenebeck 654 Pool.h \
24     ResourceManager.h \
25     RingBuffer.h \
26     RTMath.cpp RTMath.h \
27     stacktrace.c stacktrace.h \
28     Thread.cpp Thread.h

  ViewVC Help
Powered by ViewVC