/[svn]/linuxsampler/trunk/src/network/Makefile.in
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/Makefile.in

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

revision 79 by schoenebeck, Sun May 2 17:45:43 2004 UTC revision 80 by schoenebeck, Sun May 23 19:16:33 2004 UTC
# Line 98  VERSION = @VERSION@ Line 98  VERSION = @VERSION@
98  am__include = @am__include@  am__include = @am__include@
99  am__quote = @am__quote@  am__quote = @am__quote@
100  install_sh = @install_sh@  install_sh = @install_sh@
101    target = @target@
102    target_cpu = @target_cpu@
103    target_os = @target_os@
104    target_vendor = @target_vendor@
105  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
106  METASOURCES = AUTO  METASOURCES = AUTO
107    
108    AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
109    
110  noinst_LTLIBRARIES = liblinuxsamplernetwork.la  noinst_LTLIBRARIES = liblinuxsamplernetwork.la
111  liblinuxsamplernetwork_la_SOURCES = lscp.h lscpparser.cpp lscpparser.h lscpscanner.cpp lscpserver.cpp lscpserver.h lscpsymbols.h  liblinuxsamplernetwork_la_SOURCES = lscp.h lscpparser.cpp lscpparser.h lscpscanner.cpp lscpserver.cpp lscpserver.h lscpsymbols.h
112  subdir = src/network  subdir = src/network

Legend:
Removed from v.79  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC