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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 510 - (show 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 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 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 noinst_LTLIBRARIES = liblinuxsamplermididriver.la
15 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