/[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 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC revision 80 by schoenebeck, Sun May 23 19:16:33 2004 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  # to prevent compile errors on some systems  AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
 AM_CXXFLAGS = -pedantic  
5    
6  SUBDIRS = network engines common audiodriver mididriver lib testcases  SUBDIRS = network engines common audiodriver mididriver lib testcases
7    

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

  ViewVC Help
Powered by ViewVC