/[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 880 - (show annotations) (download)
Tue Jun 27 22:57:37 2006 UTC (17 years, 9 months ago) by schoenebeck
File size: 532 byte(s)
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 noinst_LTLIBRARIES = liblinuxsamplercommon.la
7 liblinuxsamplercommon_la_SOURCES = \
8 ArrayList.h \
9 atomic.h \
10 Condition.cpp Condition.h \
11 ConditionServer.cpp ConditionServer.h \
12 Features.cpp Features.h \
13 global.h \
14 Exception.h \
15 Mutex.cpp Mutex.h \
16 optional.cpp optional.h \
17 Pool.h \
18 ResourceManager.h \
19 RingBuffer.h \
20 RTMath.cpp RTMath.h \
21 stacktrace.c stacktrace.h \
22 SynchronizedConfig.h \
23 Thread.cpp Thread.h

  ViewVC Help
Powered by ViewVC