]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.2
authorfred <fred>
Wed, 9 Oct 1996 13:50:11 +0000 (13:50 +0000)
committerfred <fred>
Wed, 9 Oct 1996 13:50:11 +0000 (13:50 +0000)
Makefile

index eae32f81a778ee5135e4a179c97fb625ecfec167..71217f39b1a7372959c5a139282987d99e5fc991 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 MAJVER=0
 MINVER=0
-PATCHLEVEL=1
+PATCHLEVEL=2
 
 # 
 #
@@ -19,8 +19,10 @@ VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL)
 PACKAGENAME=lilypond
 DNAME=$(PACKAGENAME)-$(VERSION)
 othersrc=lexer.l parser.y
-OFILES=Makefile Sources.make symbol.ini suzan.ly depend lilyponddefs.tex test.tex make_version
-DFILES=$(hdr) $(mycc) $(othersrc) $(OFILES)
+SCRIPTS=make_version make_patch
+IFILES= symbol.ini suzan.ly  lilyponddefs.tex test.tex .dstreamrc
+OFILES=Makefile Sources.make depend 
+DFILES=$(hdr) $(mycc) $(othersrc) $(OFILES) $(IFILES) $(SCRIPTS)
 
 #compiling
 LOADLIBES=-L$(FLOWERDIR) -lflower
@@ -34,8 +36,11 @@ exe=$(PACKAGENAME)
 $(exe): $(obs)
        $(CXX) -o $(exe) $(obs) $(LOADLIBES)
 clean:
-       rm -f $(exe) *.o $(DOCDIR)/* TAGS
+       rm -f $(exe) *.o $(DOCDIR)/* core
 
+realclean: clean
+       rm -f TAGS depend
+       
 all: kompijl doc
 
 # doc++ documentation of classes