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

Annotation of /linuxsampler/trunk/src/drivers/midi/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 510 - (hide annotations) (download)
Wed May 4 12:02:35 2005 UTC (18 years, 11 months ago) by schoenebeck
File size: 510 byte(s)
* autotools build fixes for PPC architecture

1 schoenebeck 201 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 201
6 schoenebeck 510 if HAVE_ALSA
7     alsa_src = MidiInputDeviceAlsa.cpp MidiInputDeviceAlsa.h
8     alsa_ladd = -lasound
9     else
10     alsa_src =
11     alsa_ladd =
12     endif
13    
14 schoenebeck 201 noinst_LTLIBRARIES = liblinuxsamplermididriver.la
15 schoenebeck 510 liblinuxsamplermididriver_la_SOURCES = MidiInputDevice.cpp MidiInputDevice.h MidiInputDeviceFactory.h MidiInputDeviceFactory.cpp MidiInputPort.cpp MidiInputPort.h $(alsa_src)
16     liblinuxsamplermididriver_la_LIBADD = $(alsa_ladd)

  ViewVC Help
Powered by ViewVC