jw-pkg/make/Makefile
Jan Lindemann 19d0397b34 make/Makefile: Remove cruft + CACHED_VARS
Remove unused code, and code which actually does something:
CACHED_VARS looks as if it's sufficently and more centrally defined
in make.mk, don't override that.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-01-26 17:17:23 +01:00

22 lines
515 B
Makefile

TOPDIR = ..
CACHED_FILES := defs.mk projects.mk platform.mk Makefile
include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/make.mk
ifneq ($(MAKECMDGOALS),install-links)
ifneq ($(MAKECMDGOALS),do-install-links)
include $(JWBDIR)/make/dirs.mk
endif
endif
include $(JWBDIR)/make/dev-utils.mk
all:
ifeq ($(TARGET),mingw)
install: $(INSTALL_MAKEDIR)/winres.rc.tmpl
endif
grep-vars:
@sed '/^ *[A-Z]/!d; s/^[ ]*//g; s/[=+?:].*//g; s/[ ]*//g' *.mk | sort -u