2020-03-13 09:31:21 +03:00
|
|
|
gnumake = yes
|
|
|
|
|
2013-03-06 10:30:08 +04:00
|
|
|
include Makefile
|
2020-12-29 10:51:50 +03:00
|
|
|
override silence := $(if $(findstring s,$(firstword $(MFLAGS))),yes,no)
|
2018-11-13 09:16:56 +03:00
|
|
|
|
|
|
|
ifeq ($(HAVE_BASERUBY),yes)
|
|
|
|
override REVISION_FORCE := PHONY
|
|
|
|
endif
|
|
|
|
|
2018-02-06 06:19:42 +03:00
|
|
|
include $(srcdir)/defs/universal.mk
|
2013-03-06 10:30:08 +04:00
|
|
|
-include uncommon.mk
|
2013-03-06 15:59:23 +04:00
|
|
|
include $(srcdir)/defs/gmake.mk
|
2013-03-06 10:30:08 +04:00
|
|
|
|
|
|
|
GNUmakefile: $(srcdir)/template/GNUmakefile.in
|