]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 24 Mar 2002 20:10:42 +0000 (20:10 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:10:42 +0000 (20:10 +0000)
mi2mu/Makefile

index 02509c2313e219e12547eeeb8fb4a2fd4cc54815..012024b932ef4eff5cb59d9fa797726d0848d108 100644 (file)
@@ -1,72 +1,25 @@
-#
-# project  LilyPond -- the musical typesetter
 # title           makefile for mi2mu
 # file    mi2mu/Makefile 
-#
-# Copyright (c) 1997 by
-#      Jan Nieuwenhuizen <jan@digicash.com>
-#      Han-Wen Nienhuys <hanwen@stack.nl>
-#
 
-# subdir level:
-#
 depth = ..
-#
 
 NAME = mi2mu
 MODULE_NAME = mi2mu
 
-# generic variables:
-#
-include ./$(depth)/make/Variables.make
-include ./$(depth)/make/Files.make 
-#
-
-# identify module:
-#
-include $(mi2mu-dir)/VERSION
-build = $(mi2mu-dir)/$(outdir)/.build
-#
-
-# descent order into subdirectories:
-#
 SUBDIRS = include
-#
-
-# to be remade each build:
-#
-VERSION_DEPENDENCY = $(mi2mu-version)
-#
+EXTRA_DIST_FILES += TODO
+MODULE_LIBS=$(depth)/lib $(depth)/flower
 
-
-# list of distribution files:
-#
-EXTRA_DISTFILES = VERSION TODO
-#
-
-# list of custom libraries:
-#
-MODULE_LIBDEPS=check-flower-deps check-lib-deps
-MODULE_LIBES=-llily -lflower
-#
-
-
-default: $(EXECUTABLE)
-
-#
-
-# generic targets and rules:
-#
-include ./$(depth)/make/Targets.make
-include ./$(depth)/make/Rules.make
-#
+include $(depth)/make/Stepmake.make 
+include $(stepdir)/C++.make
+include $(stepdir)/Executable.make
 
 # explicit dependencies: (how to do auto?)
 #
 midi-lexer.l:  $(outdir)/midi-parser.hh
 
-$(outdir)/mi2mu-version.o: $(outdir)/version.hh
 
-EXECUTABLES=mi2mu
+$(outdir)/mi2mu-version.o: $(outdir)/version.hh
 
-include $(depth)/make/Executable.make
+VERSION: $(depth)/VERSION
+       cp $< $@