]> git.donarmstrong.com Git - lilypond.git/blob - midi2ly/GNUmakefile
release: 1.2.6
[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 EXTRA_DIST_FILES += TODO
11 MODULE_LIBS=$(depth)/lib $(depth)/flower
12 HELP2MAN_EXECS = midi2ly
13 STEPMAKE_TEMPLATES=c++ executable po help2man
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)/midi2ly-version.o: $(outdir)/version.hh
23