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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations) (download)
Fri Jan 2 00:05:42 2004 UTC (20 years, 2 months ago) by schoenebeck
File size: 651 byte(s)
updated Make files (autoconf 2.58, automake 1.6.3)

1 schoenebeck 9 bin_PROGRAMS = linuxsampler
2 schoenebeck 29 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
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     linuxsampler_LDFLAGS = $(all_libraries)
12     lib_LIBRARIES = libgig.a
13     libgig_a_SOURCES = DLS.cpp DLS.h gig.cpp gig.h RIFF.cpp RIFF.h
14     linuxsampler_LDADD = $(top_builddir)/src/libgig.a -lpthread -lasound

  ViewVC Help
Powered by ViewVC