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