(file) Return to Makefile.am CVS log (file) (dir) Up to [ls] / linuxsampler / src / common

File: [ls] / linuxsampler / src / common / Makefile.am (download)
Revision: 1.18, Thu May 24 13:04:18 2007 UTC (3 years, 3 months ago) by iliev
Branch: MAIN
Changes since 1.17: +2 -1 lines
* Implemented instrument scanning in background
  and commands for monitoring the scan progress

This file is part of LinuxSampler, which is licensed under the GNU GPL with the exception that USAGE of the source code, libraries and applications FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without prior written permission by the LinuxSampler authors. If you have questions on the subject, that are not yet covered by the FAQ, please contact us.


INCLUDES = $(all_includes)
METASOURCES = AUTO

AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)

liblinuxsamplercommonincludedir = $(includedir)/linuxsampler/common
liblinuxsamplercommoninclude_HEADERS = \
	atomic.h \
	Exception.h \
	global.h \
	optional.h \
	Mutex.h \
	SynchronizedConfig.h

noinst_LTLIBRARIES = liblinuxsamplercommon.la
liblinuxsamplercommon_la_SOURCES = \
	ArrayList.h \
	Condition.cpp Condition.h \
	ConditionServer.cpp ConditionServer.h \
	Features.cpp Features.h \
	global.cpp \
	Mutex.cpp \
	optional.cpp \
	Pool.h \
	ResourceManager.h \
	RingBuffer.h \
	RTMath.cpp RTMath.h \
	stacktrace.c stacktrace.h \
	Thread.cpp Thread.h \
	WorkerThread.cpp WorkerThread.h

LinuxSampler Developers
Powered by
ViewCVS