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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Wed Nov 5 14:47:10 2003 UTC (20 years, 4 months ago) by schoenebeck
File size: 625 byte(s)
* transition from plain Makefile to autotools, source files moved to src/
* configure.in: added test for x86 architecture
* src/voice.h: x86 specific asm optimization for double to int casts only
  if compiling for x86 architecture

1 bin_PROGRAMS = linuxsampler
2 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
3
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