2 # specific srcdir makefile for LilyPond
6 # Don't try to outsmart us, you puny computer!
8 MAKE
:=$(MAKE
) --no-builtin-rules
11 # Use alternate configurations alongside eachother:
13 # ./configure --enable-configsuffix=debug
16 # uses config-debug.make and config-debug.h; output goes to out-debug.
22 # Use same configuration, but different output directory:
26 # uses config.make and config.h; output goes to out-WWW.
31 outbase
=out
$(CONFIGSUFFIX
)
34 config
= config
$(CONFIGSUFFIX
).make
38 SRCDIR
=$(MAKE
) -C
$(srcdir) -f GNUmakefile.in builddir
=$(builddir
) $@