From: fred Date: Sun, 24 Mar 2002 20:10:42 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~3156 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0ff9f5f163c3d1a56c8dfc449793bf2fafdad5e5;p=lilypond.git lilypond-1.0.1 --- diff --git a/mi2mu/Makefile b/mi2mu/Makefile index 02509c2313..012024b932 100644 --- a/mi2mu/Makefile +++ b/mi2mu/Makefile @@ -1,72 +1,25 @@ -# -# project LilyPond -- the musical typesetter # title makefile for mi2mu # file mi2mu/Makefile -# -# Copyright (c) 1997 by -# Jan Nieuwenhuizen -# Han-Wen Nienhuys -# -# 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 $< $@