# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # a2p= jcabc2ps U= http://trillian.mit.edu/~jc/music/abc/anthem all: # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # neat: ; /bin/rm -f *- clean: neat; /bin/rm -f *.out *.ps *.pdf new.* find new/ -name '*.abc' -mtime +30 -exec ls -l {} ';' -exec /bin/rm {} ';' clobber: clean /bin/rm -f core *.core core.* rm -f Addrs/* rm -rf [0-9]* log/* tmp/* # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # Commands to fill in the new/ directory, and combine the tunes there into a # printable collection. new: */*.abc # new.abc new.ps new.pdf find */ -mtime -30 -name '*.abc' | xargs tonew make new.abc new.ps new.pdf new.abc: new/*.abc abcjoin +R +S new new/*.abc > new.abc new.ps: new.abc fmt/new.fmt $(a2p) new.abc +x +Ffmt/new \ |PShdr %P "NEW ANTHEMS" %P \ |PSftr %D $U/new/ %D >new.ps new.pdf: new.ps ps2pdf new.ps # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #