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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Mon Jun 28 04:21:11 2004 UTC (19 years, 9 months ago) by senkov
File size: 341 byte(s)
* Updated MIDI infrastructure similar to what was previously
done with the AUDIO
* Implemented Alsa driver using new infrastructure
* TODO: MacOS drivers!

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
5
6 noinst_LTLIBRARIES = liblinuxsamplermididriver.la
7 liblinuxsamplermididriver_la_SOURCES = MidiInputDevice.cpp MidiInputDevice.h MidiInputDeviceAlsa.cpp MidiInputDeviceAlsa.h MidiInputDeviceFactory.h MidiInputDeviceFactory.cpp
8

  ViewVC Help
Powered by ViewVC