/[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 174 - (hide annotations) (download)
Tue Jul 6 03:27:38 2004 UTC (19 years, 9 months ago) by senkov
File size: 421 byte(s)
* Reworked the infrastructure to allow for parameter
registration and creation
* Changed alsa audio output and midi drivers
to work with new infrastructure

1 schoenebeck 123 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4     AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
5    
6     noinst_LTLIBRARIES = liblinuxsamplerdrivers.la
7 senkov 174 liblinuxsamplerdrivers_la_SOURCES = DeviceParameter.cpp DeviceParameter.h InputOutputDevice.h DeviceParameterFactory.cpp DeviceParameterFactory.h
8 schoenebeck 123 liblinuxsamplerdrivers_la_LDFLAGS =
9     #liblinuxsamplerdrivers_la_DEPENDENCIES =
10     liblinuxsamplerdrivers_la_LIBADD =

  ViewVC Help
Powered by ViewVC