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

Diff of /linuxsampler/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 697 by schoenebeck, Tue Jul 19 15:43:40 2005 UTC revision 820 by wylder, Thu Dec 22 19:38:53 2005 UTC
# Line 1  Line 1 
1  # set the include path found by configure  # set the include path found by configure
2  INCLUDES= $(all_includes)  INCLUDES= $(all_includes)
3    
4    if HAVE_COREMIDI
5    coremidi_ldflags = -framework CoreAudio \
6            -framework CoreMIDI \
7            -framework CoreServices \
8            -framework AudioUnit
9    else
10    coremidi_ldflags =
11    endif
12    
13  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
14    
15  SUBDIRS = network engines common lib testcases drivers  SUBDIRS = network engines common lib testcases drivers
# Line 24  liblinuxsampler_la_LDFLAGS = -version-in Line 33  liblinuxsampler_la_LDFLAGS = -version-in
33  bin_PROGRAMS = linuxsampler  bin_PROGRAMS = linuxsampler
34  linuxsampler_SOURCES = linuxsampler.cpp  linuxsampler_SOURCES = linuxsampler.cpp
35  linuxsampler_LDADD = $(top_builddir)/src/liblinuxsampler.la  linuxsampler_LDADD = $(top_builddir)/src/liblinuxsampler.la
36    linuxsampler_LDFLAGS = $(coremidi_ldflags)

Legend:
Removed from v.697  
changed lines
  Added in v.820

  ViewVC Help
Powered by ViewVC