/[svn]/linuxsampler/trunk/src/engines/common/Makefile.am
ViewVC logotype

Diff of /linuxsampler/trunk/src/engines/common/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2055 by persson, Sat Jan 30 10:30:02 2010 UTC revision 2420 by persson, Sun Feb 24 08:59:25 2013 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_CFLAGS)  AM_CPPFLAGS = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_CFLAGS)
2  METASOURCES = AUTO  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
# Line 11  liblinuxsamplercommonengine_la_SOURCES = Line 11  liblinuxsamplercommonengine_la_SOURCES =
11          Stream.h StreamBase.cpp StreamBase.h \          Stream.h StreamBase.cpp StreamBase.h \
12          DiskThreadBase.cpp DiskThreadBase.h \          DiskThreadBase.cpp DiskThreadBase.h \
13          Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \          Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
14            SignalUnit.h SignalUnit.cpp SignalUnitRack.h ModulatorGraph.cpp \
15          MidiKeyboardManager.h \          MidiKeyboardManager.h \
16          LFOBase.h \          LFOBase.h \
17          LFOTriangleDiHarmonic.h \          LFOTriangleDiHarmonic.h \
18          LFOTriangleIntAbsMath.h \          LFOTriangleIntAbsMath.h \
19          LFOTriangleIntMath.h \          LFOTriangleIntMath.h \
20            SineLFO.h PulseLFO.h SawLFO.h \
21          Resampler.h \          Resampler.h \
22          EG.h EG.cpp          EG.h EG.cpp
23  liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)  liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)

Legend:
Removed from v.2055  
changed lines
  Added in v.2420

  ViewVC Help
Powered by ViewVC