lilypond-1.1.33
[lilypond.git] / mi2mu / Makefile
blob6b6d9552bdd3209e08a53d5274688a281fb73fc8
1 # title makefile for mi2mu
2 # file mi2mu/Makefile
4 depth = ..
6 NAME = mi2mu
7 MODULE_NAME = mi2mu
9 SUBDIRS = include
10 EXTRA_DIST_FILES += TODO
11 MODULE_LIBS=$(depth)/lib $(depth)/flower
13 MAKEFILES=C++ Executable
15 include $(depth)/make/Stepmake.make
17 # explicit dependencies: (how to do auto?)
19 midi-lexer.l: $(outdir)/midi-parser.hh
22 $(outdir)/mi2mu-version.o: $(outdir)/version.hh
24 VERSION: $(depth)/VERSION
25 cp $< $@