]> git.donarmstrong.com Git - lilypond.git/blob - mi2mu/GNUmakefile
patch::: 1.1.16.jcn1: fixjes
[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 STEPMAKE_TEMPLATES=c++ executable po
13
14 include $(depth)/make/stepmake.make 
15
16 # explicit dependencies: (how to do auto?)
17 #
18 midi-lexer.l:   $(outdir)/midi-parser.hh
19
20
21 $(outdir)/mi2mu-version.o: $(outdir)/version.hh
22