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

Annotation of /linuxsampler/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (hide annotations) (download)
Sun Mar 21 16:09:43 2004 UTC (20 years ago) by schoenebeck
File size: 866 byte(s)
* implemented all three low frequency oscillators (LFO1 = volume,
  LFO2 = filter cutoff frequency, LFO3 = pitch) for accurate .gig playback

1 schoenebeck 9 bin_PROGRAMS = linuxsampler
2 schoenebeck 39 linuxsampler_SOURCES = linuxsampler.cpp audioio.cpp audioio.h audiothread.cpp audiothread.h diskthread.cpp diskthread.h global.cpp global.h midiin.cpp midiin.h ringbuffer.h stream.cpp stream.h thread.cpp thread.h voice.cpp voice.h rtelmemorypool.h atomic.h modulationsystem.cpp eg_vca.cpp alsaio.cpp alsaio.h jackio.cpp jackio.h lfo.cpp
3 schoenebeck 9
4     # set the include path found by configure
5     INCLUDES= $(all_includes)
6    
7     # to prevent compile errors on some systems
8     AM_CXXFLAGS = -pedantic
9    
10     # the library search path.
11 schoenebeck 31 linuxsampler_LDFLAGS = $(all_libraries) $(JACK_LIBS)
12 schoenebeck 9 lib_LIBRARIES = libgig.a
13     libgig_a_SOURCES = DLS.cpp DLS.h gig.cpp gig.h RIFF.cpp RIFF.h
14 schoenebeck 35 linuxsampler_LDADD = $(top_builddir)/src/network/liblscpserver.a $(top_builddir)/src/libgig.a -lpthread -lasound
15 schoenebeck 39 noinst_HEADERS = modulationsystem.h eg_vca.h filter.h lfo.h
16 schoenebeck 35 SUBDIRS = network

  ViewVC Help
Powered by ViewVC