]> git.donarmstrong.com Git - lilypond.git/blob - midi2ly/GNUmakefile
patch::: 1.5.18.moh1: [PATCH] 1.4 Lyric alignment
[lilypond.git] / midi2ly / GNUmakefile
1 # title    makefile for midi2ly
2 # file     midi2ly/Makefile 
3
4 depth = ..
5
6 NAME = midi2ly-old
7 MODULE_NAME = midi2ly-old
8
9 SUBDIRS = include
10 MODULE_LIBS=$(depth)/flower
11 HELP2MAN_EXECS = midi2ly-old
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