]> git.donarmstrong.com Git - lilypond.git/blob - midi2ly/GNUmakefile
release: 1.3.92
[lilypond.git] / midi2ly / GNUmakefile
1 # title    makefile for midi2ly
2 # file     midi2ly/Makefile 
3
4 depth = ..
5
6 NAME = midi2ly
7 MODULE_NAME = midi2ly
8
9 SUBDIRS = include
10 MODULE_LIBS=$(depth)/flower
11 HELP2MAN_EXECS = midi2ly
12 STEPMAKE_TEMPLATES=c++ executable po help2man
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)/midi2ly-version.o: $(outdir)/version.hh
22