2020-03-13 09:31:21 +03:00
|
|
|
gnumake = yes
|
|
|
|
|
2023-12-10 07:55:19 +03:00
|
|
|
ifneq ($(filter notintermediate,$(.FEATURES)),)
|
|
|
|
DOT_WAIT = .WAIT
|
|
|
|
endif
|
|
|
|
|
2021-03-21 11:53:20 +03:00
|
|
|
ifeq ($(filter Makefile,$(MAKEFILE_LIST)),)
|
2013-03-06 10:30:08 +04:00
|
|
|
include Makefile
|
2024-03-08 05:58:41 +03:00
|
|
|
endif
|
2021-03-21 11:53:20 +03:00
|
|
|
|
|
|
|
GNUmakefile: $(srcdir)/template/GNUmakefile.in
|
|
|
|
|
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
|
|
|
|
|
2022-12-06 10:47:42 +03:00
|
|
|
override order_only := |
|
|
|
|
|
|
|
|
# Needs the dependency when any Unicode tables data files exist.
|
|
|
|
override UNICODE_TABLES_DEPENDENTS = \
|
|
|
|
$(if $(or \
|
|
|
|
$(filter yes,$(ALWAYS_UPDATE_UNICODE)), \
|
|
|
|
$(wildcard \
|
|
|
|
$(if $(filter .,$(UNICODE_FILES) $(UNICODE_PROPERTY_FILES)),,\
|
|
|
|
$(UNICODE_TABLES_DATA_FILES)))),\
|
|
|
|
force,none)
|
|
|
|
|
2013-03-06 10:30:08 +04:00
|
|
|
-include uncommon.mk
|
2013-03-06 15:59:23 +04:00
|
|
|
include $(srcdir)/defs/gmake.mk
|