]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/Makefile
release: 1.0.1
[lilypond.git] / lily / Makefile
index d94ae0d93ac0c56f52a1afa8d4df294d085a265b..7da45565b8ccabb3b3f7aecbd96c0bd19b58e62e 100644 (file)
@@ -1,48 +1,30 @@
-# project  LilyPond -- the musical typesetter
 # title           makefile for lilypond
 # file    lily/Makefile 
-#
-# Copyright (c) 1997 by
-#      Jan Nieuwenhuizen <jan@digicash.com>
-#      Han-Wen Nienhuys <hanwen@stack.nl>
-#
-
-# subdir level:
-#
+
 depth = ..
-#
 
-# identify module:
-#
 NAME = lilypond
 SUBDIRS = include
 
+EXTRA_DIST_FILES = VERSION 
+MODULE_LIBS=$(depth)/lib $(depth)/flower
+
+include $(depth)/make/Stepmake.make 
+include $(stepdir)/C++.make
+include $(stepdir)/Executable.make
 
-# generic variables:
 include Stable.make
-include ./$(depth)/make/Variables.make
 include VERSION
-# list of distribution files:
-#
-EXTRA_DISTFILES = VERSION 
-MODULE_LIBDEPS= check-flower-deps check-lib-deps 
-MODULE_LIBES= -llily -lflower
-
-# main target of this module:
-#
-default: $(EXECUTABLE)
-include ./$(depth)/make/Files.make 
-include ./$(depth)/make/Targets.make
-include ./$(depth)/make/Rules.make
-
 
 # force these: Make can't know these have to be generated in advance
 my-lily-lexer.cc: $(outdir)/parser.hh
-$(outdir)/lexer.cc: $(outdir)/parser.hh
+$(outdir)/lexer.o: $(outdir)/parser.hh
 
 
-EXECUTABLES=lilypond
-include $(depth)/make/Executable.make
-
 $(outdir)/lily-version.o: $(outdir)/version.hh
 
+$(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
+
+
+VERSION: $(depth)/VERSION
+       cp $< $@