From c453a69dba2703a4801842fd298e0866f8f56147 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 9 Oct 1996 13:50:11 +0000 Subject: [PATCH] lilypond-0.0.2 --- Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index eae32f81a7..71217f39b1 100644 --- 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 -- 2.39.5