From: fred Date: Sun, 24 Mar 2002 19:29:51 +0000 (+0000) Subject: lilypond-0.0.24 X-Git-Tag: release/1.5.59~5497 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=37748dbe1bdaa1e816cb7689eaed4fd1f7b9e25b;p=lilypond.git lilypond-0.0.24 --- diff --git a/Variables.make b/Variables.make index 768dcc5adb..8d7ce55b66 100644 --- a/Variables.make +++ b/Variables.make @@ -7,7 +7,7 @@ OPTIFLAG=-DNDEBUG -DNPRINT -O2 DEBUGFLAG=-g # turn off -pipe if linker doesn't support it -#EXTRACXXFLAGS=-pipe -Wall -W -Wmissing-prototypes +EXTRACXXFLAGS=-pipe -Wall -W -Wmissing-prototypes # # -lefence = ElectricFence. @@ -37,7 +37,7 @@ endif # version info MAJVER=0 MINVER=0 -PATCHLEVEL=23 +PATCHLEVEL=24 VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL) CXXVER=`$(CXX) --version` @@ -80,7 +80,7 @@ DNAME=$(PACKAGENAME)-$(VERSION) # distribution files. othersrc=lexer.l parser.y -SCRIPTS=make_version make_patch genheader clean +SCRIPTS=make_version make_patch genheader clearlily MAKFILES=Makefile Variables.make Sources.make Initial.make Generate.make \ configure OFILES=COPYING README NEWS TODO diff --git a/deps/Makefile b/deps/Makefile index 0d303b3d38..00140e7826 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -1,4 +1,6 @@ DISTFILES=Makefile dist: ln $(DISTFILES) $(DDIR)/$(SUBDIR) - \ No newline at end of file + +clean: + rm *.dep diff --git a/objects/Makefile b/objects/Makefile index 228fde37ed..479dbfe1c2 100644 --- a/objects/Makefile +++ b/objects/Makefile @@ -1,3 +1,6 @@ DISTFILES=Makefile dist: - ln $(DISTFILES) $(DDIR)/$(SUBDIR) \ No newline at end of file + ln $(DISTFILES) $(DDIR)/$(SUBDIR) + +clean: + rm *.o \ No newline at end of file