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

Annotation of /linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 504 - (hide annotations) (download)
Tue May 3 00:37:35 2005 UTC (19 years ago) by schoenebeck
File size: 205 byte(s)
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future

1 schoenebeck 53 # set the include path found by configure
2     INCLUDES = $(all_includes)
3    
4 schoenebeck 57 METASOURCES = AUTO
5    
6 schoenebeck 53 # to prevent compile errors on some systems
7 schoenebeck 504 AM_CXXFLAGS = -pedantic -Wreturn-type -ffast-math -march=$(target_cpu)

  ViewVC Help
Powered by ViewVC