/[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 504 - (hide annotations) (download)
Tue May 3 00:37:35 2005 UTC (18 years, 11 months ago) by schoenebeck
File size: 425 byte(s)
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future

1 schoenebeck 123 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4 schoenebeck 504 AM_CXXFLAGS = -Wreturn-type -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