lilypond-0.1.57
[lilypond.git] / GNUmakefile
blob088d3b294b2957ee32ac46fc9e961ddb7ff8f725
1 # GNUmakefile
3 #ugh
4 Makefile=$(wildcard Makefile)
5 # are we configured here, or are we using --srcdir
6 ifeq ($(Makefile),Makefile)
8 include Makefile
10 biltdir=.
12 else
14 #ugh
15 #ugh
16 biltdir=../build
18 make-in-build: wild-check
19 exec $(MAKE) -C $(biltdir)
21 # include Makefile
22 include $(biltdir)/Makefile
24 SUBDIRS :=
26 clean: wild-check
27 exec $(MAKE) -C $(biltdir) $@
29 dist: wild-check
30 exec $(MAKE) -C $(biltdir) $@
32 distclean: wild-check
33 exec $(MAKE) -C $(biltdir) $@
35 endif
37 wild-check: