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

Diff of /linuxsampler/trunk/src/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    
106  # set the include path found by configure  # set the include path found by configure
107  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
108    
109  # to prevent compile errors on some systems  AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
 AM_CXXFLAGS = -pedantic  
110    
111  SUBDIRS = network engines common audiodriver mididriver lib testcases  SUBDIRS = network engines common audiodriver mididriver lib testcases
112    

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

  ViewVC Help
Powered by ViewVC