]> git.donarmstrong.com Git - lilypond.git/blob - GNUmakefile
release: 0.1.54
[lilypond.git] / GNUmakefile
1 # GNUmakefile
2
3 #ugh
4 Makefile=$(wildcard Makefile)
5 # are we configured here, or are we using --srcdir
6 ifeq ($(Makefile),Makefile)
7
8 include Makefile
9
10 biltdir=.
11
12 else
13
14 #ugh
15 #ugh
16 biltdir=../build
17
18 make-in-build: wild-check
19         exec $(MAKE) -C $(biltdir)
20
21 # include Makefile
22 include $(biltdir)/Makefile
23
24 SUBDIRS :=
25
26 clean: wild-check
27         exec $(MAKE) -C $(biltdir) $@
28
29 dist: wild-check
30         exec $(MAKE) -C $(biltdir) $@
31
32 distclean: wild-check
33         exec $(MAKE) -C $(biltdir) $@
34
35 endif
36
37 wild-check: