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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 497 - (hide annotations) (download)
Sun Apr 10 11:55:44 2005 UTC (19 years ago) by persson
File size: 411 byte(s)
* removed some build warnings
* fixed a bug with hanging notes when using sustain pedal
* release samples are not triggered anymore when sustain pedal is down

1 schoenebeck 123 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4 persson 497 AM_CXXFLAGS = -ffast-math -march=$(target_cpu)
5 schoenebeck 123
6     noinst_LTLIBRARIES = liblinuxsamplerdrivers.la
7 schoenebeck 207 liblinuxsamplerdrivers_la_SOURCES = DeviceParameter.cpp DeviceParameter.h Device.h DeviceParameterFactory.cpp DeviceParameterFactory.h
8 schoenebeck 123 liblinuxsamplerdrivers_la_LDFLAGS =
9     #liblinuxsamplerdrivers_la_DEPENDENCIES =
10     liblinuxsamplerdrivers_la_LIBADD =
11 schoenebeck 207 SUBDIRS = audio midi

  ViewVC Help
Powered by ViewVC