summaryrefslogtreecommitdiff
path: root/template/GNUmakefile.in
blob: 74fbe84140cb60dc8cddf146ed3cba4133e9ea28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
gnumake = yes

include Makefile
override silence := $(if $(findstring s,$(firstword $(MFLAGS))),yes,no)

ifeq ($(HAVE_BASERUBY),yes)
override REVISION_FORCE := PHONY
endif

include $(srcdir)/defs/universal.mk
-include uncommon.mk
include $(srcdir)/defs/gmake.mk

GNUmakefile: $(srcdir)/template/GNUmakefile.in