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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 174 - (show 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 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 liblinuxsamplerdrivers_la_SOURCES = DeviceParameter.cpp DeviceParameter.h InputOutputDevice.h DeviceParameterFactory.cpp DeviceParameterFactory.h
8 liblinuxsamplerdrivers_la_LDFLAGS =
9 #liblinuxsamplerdrivers_la_DEPENDENCIES =
10 liblinuxsamplerdrivers_la_LIBADD =

  ViewVC Help
Powered by ViewVC