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

Diff of /linuxsampler/trunk/src/lib/fileloader/libgig/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)
# Line 105  INCLUDES = $(all_includes) Line 109  INCLUDES = $(all_includes)
109  METASOURCES = AUTO  METASOURCES = AUTO
110    
111  # to prevent compile errors on some systems  # to prevent compile errors on some systems
112  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic -march=$(target_cpu) -mcpu=$(target_cpu)
113    
114  pkglib_LTLIBRARIES = libgig.la  pkglib_LTLIBRARIES = libgig.la
115  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.79  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC