]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.24
authorfred <fred>
Sun, 24 Mar 2002 19:29:51 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:51 +0000 (19:29 +0000)
Variables.make
deps/Makefile
objects/Makefile

index 768dcc5adb9e5e0d79aac375eb7d87ebbd6005b5..8d7ce55b66a9ea35980c63c3640328ccb714cf8f 100644 (file)
@@ -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
index 0d303b3d38451b61b2f74e625dddf8efed8b37e0..00140e7826b79639dc4af1cc1f3d7ac494b6a1d5 100644 (file)
@@ -1,4 +1,6 @@
 DISTFILES=Makefile
 dist:
        ln $(DISTFILES) $(DDIR)/$(SUBDIR)
-       
\ No newline at end of file
+
+clean:
+       rm *.dep
index 228fde37edfb8c0cf76501e0a3d3931bdd5c4813..479dbfe1c220d47a7a7b171c984bd8556b2bc520 100644 (file)
@@ -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