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

1 INCLUDES = $(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 atomic.h \
9 Exception.h \
10 global.h \
11 optional.h \
12 Mutex.h \
13 SynchronizedConfig.h
14
15 noinst_LTLIBRARIES = liblinuxsamplercommon.la
16 liblinuxsamplercommon_la_SOURCES = \
17 ArrayList.h \
18 Condition.cpp Condition.h \
19 ConditionServer.cpp ConditionServer.h \
20 Features.cpp Features.h \
21 Mutex.cpp \
22 optional.cpp \
23 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