]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/GNUmakefile
067b0c5c17bb1debff2b46865e69842a1da49b44
[lilypond.git] / mi2mu / GNUmakefile
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 STEPMAKE_TEMPLATES=c++ executable
14
15 include $(depth)/make/stepmake.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 $< $@