/[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 1200 - (show annotations) (download)
Thu May 24 14:04:18 2007 UTC (16 years, 10 months ago) by iliev
File size: 695 byte(s)
* Implemented instrument scanning in background
  and commands for monitoring the scan progress

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

  ViewVC Help
Powered by ViewVC