From: fred Date: Sun, 24 Mar 2002 19:26:43 +0000 (+0000) Subject: lilypond-0.0.17 X-Git-Tag: release/1.5.59~5676 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2d64ac63b4e3c9a17ba74bb4f127a413919828e7;p=lilypond.git lilypond-0.0.17 --- diff --git a/Variables.make b/Variables.make index 35959bd20c..f386e5546d 100644 --- a/Variables.make +++ b/Variables.make @@ -9,6 +9,14 @@ DEBUGFLAG=-g EXTRACXXFLAGS=-pipe -Wall -W -Wmissing-prototypes # -Woverloaded-virtual +# +# -lefence = ElectricFence. +# +# ElectricFence is memory debugger which uses the +# VM hardware to trap malloc/free errors. +# +#EXTRALIB+=-lefence + #### #### END USER CONFIGURABLE part. #### @@ -29,7 +37,7 @@ endif # version info MAJVER=0 MINVER=0 -PATCHLEVEL=16 +PATCHLEVEL=17 VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL) CXXVER=`$(CXX) --version` @@ -67,7 +75,7 @@ othersrc=lexer.l parser.y SCRIPTS=make_version make_patch genheader IFILES=dimen.tex symbol.ini kortjakje.ly pavane.ly maartje.ly\ lilyponddefs.tex test.tex .dstreamrc -OFILES=Makefile Variables.make Sources.make COPYING README +OFILES=Makefile Variables.make Sources.make COPYING README NEWS DFILES=$(OFILES) $(IFILES) $(SCRIPTS) #compiling