File: Makefile

package info (click to toggle)
python-ly 0.9.9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,604 kB
  • sloc: python: 12,559; xml: 1,887; makefile: 155
file content (11 lines) | stat: -rw-r--r-- 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# MakeFile

all: _lilypond_data.py _scheme_data.py

# Set your LILYPOND environment variable before running make.
# export LILYPOND=/path/to/bin/lilypond
_lilypond_data.py: getdata.ly
	$(LILYPOND) -dno-print-pages $< > $@

_scheme_data.py: makeschemedata.py
	python makeschemedata.py