2019-03-03 18:12:28 +00:00
|
|
|
TOPDIR = ..
|
|
|
|
|
CACHED_FILES := defs.mk projects.mk platform.mk Makefile
|
2019-02-28 13:22:12 +00:00
|
|
|
|
2006-08-16 14:53:49 +00:00
|
|
|
include $(TOPDIR)/make/proj.mk
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/make.mk
|
2026-01-22 14:19:46 +01:00
|
|
|
|
2011-02-20 14:15:22 +00:00
|
|
|
ifneq ($(MAKECMDGOALS),install-links)
|
2019-02-28 13:22:12 +00:00
|
|
|
ifneq ($(MAKECMDGOALS),do-install-links)
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/dirs.mk
|
2019-02-28 13:22:12 +00:00
|
|
|
endif
|
2011-02-20 14:15:22 +00:00
|
|
|
endif
|
2009-08-10 08:47:10 +00:00
|
|
|
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/dev-utils.mk
|
2019-02-28 13:22:12 +00:00
|
|
|
|
|
|
|
|
all:
|
2018-11-27 15:10:18 +00:00
|
|
|
|
2009-08-10 08:47:10 +00:00
|
|
|
ifeq ($(TARGET),mingw)
|
|
|
|
|
install: $(INSTALL_MAKEDIR)/winres.rc.tmpl
|
|
|
|
|
endif
|
|
|
|
|
|
2019-02-28 13:22:12 +00:00
|
|
|
grep-vars:
|
|
|
|
|
@sed '/^ *[A-Z]/!d; s/^[ ]*//g; s/[=+?:].*//g; s/[ ]*//g' *.mk | sort -u
|