--- linuxsampler/trunk/src/common/Makefile.am 2004/05/23 19:16:33 80 +++ linuxsampler/trunk/src/common/Makefile.am 2006/06/27 22:57:37 880 @@ -1,7 +1,23 @@ INCLUDES = $(all_includes) METASOURCES = AUTO -AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu) +AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) noinst_LTLIBRARIES = liblinuxsamplercommon.la -liblinuxsamplercommon_la_SOURCES = atomic.h Condition.cpp Condition.h ConditionServer.cpp ConditionServer.h global.h LinuxSamplerException.h Mutex.cpp Mutex.h ResourceManager.h RingBuffer.h RTELMemoryPool.h RTMath.cpp RTMath.h Thread.cpp Thread.h +liblinuxsamplercommon_la_SOURCES = \ + ArrayList.h \ + atomic.h \ + Condition.cpp Condition.h \ + ConditionServer.cpp ConditionServer.h \ + Features.cpp Features.h \ + global.h \ + Exception.h \ + Mutex.cpp Mutex.h \ + optional.cpp optional.h \ + Pool.h \ + ResourceManager.h \ + RingBuffer.h \ + RTMath.cpp RTMath.h \ + stacktrace.c stacktrace.h \ + SynchronizedConfig.h \ + Thread.cpp Thread.h