]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.47
authorfred <fred>
Sun, 24 Mar 2002 20:06:08 +0000 (20:06 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:06:08 +0000 (20:06 +0000)
make/Rules.make
make/Variables.make

index a5ea5760d527ad5fe08cb230a03587c6b4062662..6062fbc2d3f5e9295766f049c6be79f056423aa7 100644 (file)
@@ -10,8 +10,6 @@
 # this is supposed to clear all suffixes:
 .SUFFIXES:
 
-# so why does make still consider xx.y : RCS/xx.y,v ?
-# there is no suffix ,v anymore!
 .SUFFIXES: .cc .o .hh .y .l  .dep
 
 
index 884f2ffb2c05df65b8ee88371be3d6a5c8691540..e7564f48a4bc691081827005b58e52ef8dbc95a4 100644 (file)
@@ -153,7 +153,7 @@ CXXFLAGS = $(CFLAGS) $(USER_CXXFLAGS) $(EXTRA_CXXFLAGS) $(MODULE_CXXFLAGS)
 INCLUDES = -Iinclude -I$(outdir) -I$(include-lib) -I$(libout) -I$(include-flower) -I$(flowerout) 
 CXX_OUTPUT_OPTION = $< -o $@
 LDFLAGS = $(ILDFLAGS) $(USER_LDFLAGS) $(EXTRA_LDFLAGS) $(MODULE_LDFLAGS) -L$(depth)/lib/$(OUTDIR_NAME) -L$(depth)/flower/$(OUTDIR_NAME)
-LOADLIBES = $(EXTRA_LIBES) $(MODULE_LIBES) -lg++ # need lg++ for win32, really!
+LOADLIBES = $(EXTRA_LIBES) $(MODULE_LIBES) -lg++ -lstdc++ # need lg++ for win32, really!
 #
 
 # macro compiler:
@@ -181,7 +181,7 @@ LD_COMMAND = $(LD) $(LDFLAGS) -o $@
 
 # dependencies:
 #
-depfile = $(depdir)/$(subst .o,.dep,$(notdir $@)) 
+depfile = $(depdir)/$(subst .o,.dep,$(notdir $@))#
 DODEP=rm -f $(depfile); DEPENDENCIES_OUTPUT="$(depfile) $(outdir)/$(notdir $@)"
 #