]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/Makefile
release: 1.0.1
[lilypond.git] / mi2mu / Makefile
1 # title    makefile for mi2mu
2 # file     mi2mu/Makefile 
3
4 depth = ..
5
6 NAME = mi2mu
7 MODULE_NAME = mi2mu
8
9 SUBDIRS = include
10 EXTRA_DIST_FILES += TODO
11 MODULE_LIBS=$(depth)/lib $(depth)/flower
12
13 include $(depth)/make/Stepmake.make 
14 include $(stepdir)/C++.make
15 include $(stepdir)/Executable.make
16
17 # explicit dependencies: (how to do auto?)
18 #
19 midi-lexer.l:   $(outdir)/midi-parser.hh
20
21
22 $(outdir)/mi2mu-version.o: $(outdir)/version.hh
23
24 VERSION: $(depth)/VERSION
25         cp $< $@