ruby/template/GNUmakefile.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 строки
728 B
Makefile
Исходник Постоянная ссылка Обычный вид История

2020-03-13 09:31:21 +03:00
gnumake = yes
ifneq ($(filter notintermediate,$(.FEATURES)),)
DOT_WAIT = .WAIT
endif
ifeq ($(filter Makefile,$(MAKEFILE_LIST)),)
include Makefile
2024-03-08 05:58:41 +03:00
endif
GNUmakefile: $(srcdir)/template/GNUmakefile.in
2020-12-29 10:51:50 +03:00
override silence := $(if $(findstring s,$(firstword $(MFLAGS))),yes,no)
ifeq ($(HAVE_BASERUBY),yes)
override REVISION_FORCE := PHONY
endif
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)
-include uncommon.mk
include $(srcdir)/defs/gmake.mk