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

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 iliev 1200 Thread.cpp Thread.h \
30     WorkerThread.cpp WorkerThread.h

  ViewVC Help
Powered by ViewVC