From: fred Date: Sun, 24 Mar 2002 19:33:55 +0000 (+0000) Subject: lilypond-0.0.38 X-Git-Tag: release/1.5.59~5267 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ad578f4fd9b005199e612c53883a82ae64f4d72a;p=lilypond.git lilypond-0.0.38 --- diff --git a/Variables.make b/Variables.make index 6a9b2cf738..1d8348bb86 100644 --- a/Variables.make +++ b/Variables.make @@ -3,7 +3,7 @@ # version info MAJVER=0 MINVER=0 -PATCHLEVEL=37 +PATCHLEVEL=38 @@ -19,7 +19,7 @@ DEBUGFLAG=-g # CXX=g++ # turn off -pipe if linker doesn't support it -EXTRACXXFLAGS=-pipe -Wall -W -Wmissing-prototypes -DSTRING_UTILS_INLINED -O +EXTRACXXFLAGS=-pipe -Wall -W -Wmissing-prototypes -DSTRING_UTILS_INLINED # # -lefence = ElectricFence. @@ -72,8 +72,10 @@ m2mcc=$(mym2mcc) $(mym2mgencc) $(mym2msharedcc) MY_CCSOURCE=$(addprefix $(CCDIR)/, $(mycc)) CCSOURCE=$(addprefix $(CCDIR)/, $(cc)) + obs=$(addprefix $(OBJECTDIR)/,$(cc:.cc=.o)) m2mobs=$(addprefix $(OBJECTDIR)/,$(m2mcc:.cc=.o)) + allcc=$(mycc) $(mym2mcc) allobs=$(obs) $(m2mobs) allexe=$(exe) $(m2m) @@ -124,4 +126,5 @@ STRIPDEBUG=true #replace to do stripping of certain objects LINKER=$(CXX) include Site.make +TAGSACTION=etags -l c++ --no-defines