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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Mon Jun 28 04:21:11 2004 UTC (19 years, 10 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 schoenebeck 53 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3 schoenebeck 80
4     AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
5    
6 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplermididriver.la
7 senkov 153 liblinuxsamplermididriver_la_SOURCES = MidiInputDevice.cpp MidiInputDevice.h MidiInputDeviceAlsa.cpp MidiInputDeviceAlsa.h MidiInputDeviceFactory.h MidiInputDeviceFactory.cpp
8 schoenebeck 80

  ViewVC Help
Powered by ViewVC