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

Diff of /linuxsampler/trunk/src/lib/fileloader/libgig/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 4  INCLUDES = $(all_includes) Line 4  INCLUDES = $(all_includes)
4  METASOURCES = AUTO  METASOURCES = AUTO
5    
6  # to prevent compile errors on some systems  # to prevent compile errors on some systems
7  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic -march=$(target_cpu) -mcpu=$(target_cpu)
8    
9  pkglib_LTLIBRARIES = libgig.la  pkglib_LTLIBRARIES = libgig.la
10  libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h  libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h

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

  ViewVC Help
Powered by ViewVC