]> git.donarmstrong.com Git - lilypond.git/blob - make/ports-vars.make
e5d96e8e78bdb55e3270ad36a098817dbe883cc1
[lilypond.git] / make / ports-vars.make
1
2 # -> mutopia-vars.make
3 MUTOPIA_MIRROR = http://www.mutopiaproject.org/ftp
4 # ugh: doesn't work
5 # mutopia-dir = $(pwd:%/mutopia/%=mutopia)
6 mutopia-dir = $(shell pwd | sed 's@.*mutopia@@')
7
8
9 wget-list = $(mutopia-examples:%=$(mutopia-dir)/%)
10
11 dirs-ignore = GNUmakefile out out-% index.html ftp
12 dirs-before = $(SUBDIRS)
13 dirs-after = $(filter-out .,$(shell find . -maxdepth 1 -type d -not -name 'out*'))
14
15
16 GNUmakefile = '\
17 depth = $(depth)/..\n\
18 include $$(depth)/ports/ports.make\n\
19 '
20
21