]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Makefile
patch::: 1.0.3.jcn1: kleine vix
[lilypond.git] / make / Makefile
index 1f8f6ca8c7c54015bb1b543187012ab5c38f9ab3..dec2c680084e47ba46860a917b50b49efaed946b 100644 (file)
@@ -1,39 +1,13 @@
-#
-# project  LilyPond -- the musical typesetter
-# title           zucht
 # file    make/Makefile 
-#
-# Copyright (c) 1997 by    
-#      Jan Nieuwenhuizen <jan@digicash.com>
-#      Han-Wen Nienhuys <hanwen@stack.nl>
-#              ...your sort order here, or how to comment-out a comment
-
-# subdir level:
-#
+
 depth = ..
-#
+BLURBS=BLURB COPERTINA FLAPTEKST
+MAKEFILES=Makedir
+
 
-# identify module:
-#
-NAME = make
+include $(depth)/make/Stepmake.make 
 
 
-# list of distribution files:
-#
-EXTRA_DISTFILES = Configure_variables.make.in lilypond.spec.in
-#
 
-# generic variables:
-#
-include ./$(depth)/make/Variables.make
-include ./$(depth)/make/Files.make 
-#
 
-# generic targets and rules:
-#
-include ./$(depth)/make/Targets.make
-include ./$(depth)/make/Rules.make
-#
 
-lilypond.spec: lilypond.spec.in $(depth)/.version
-       sed 's/@TOPLEVEL_VERSION@/${TOPLEVEL_VERSION}/g'< $< > $@