/[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 654 - (show annotations) (download)
Wed Jun 15 20:25:25 2005 UTC (18 years, 10 months ago) by schoenebeck
File size: 520 byte(s)
* fixed 'make dist' build rule to include all necessary files

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 LinuxSamplerException.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 Thread.cpp Thread.h

  ViewVC Help
Powered by ViewVC