Mercurial > ~darius > hgwebdir.cgi > musiccutter
view Makefile @ 4:9f4fa5f231e6
Rework to use mido iterator and paginate.
Pagination doesn't handle notes extending over a page yet.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Mon, 07 Mar 2016 21:23:59 +1030 |
parents | b1aac55d2864 |
children | 5f4c21bb5140 |
line wrap: on
line source
.SUFFIXES: .mup .ps .midi MUP= mup RM= rm -f MOPTS= MVOPTS= MPOPTS= -DPIANO -DNOVOICE all: test.midi test.ps #all: test.ps test-piano.ps test.midi test-piano.ps: test.mup $(MUP) $(MOPTS) $(MPOPTS) $> > $@ clean: $(RM) test.ps test-piano.ps test.midi # Generic rules .mup.midi: $(MUP) -m $@ $> .mup.ps: $(MUP) $(MOPTS) $(MVOPTS) $> > $@