2017-04-12 12:12:07 +00:00
|
|
|
TOPDIR = ../..
|
|
|
|
|
|
|
|
|
|
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
|
2017-06-26 12:56:50 +00:00
|
|
|
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
|
2019-07-09 11:09:37 +00:00
|
|
|
SUBTREE_DIRS += $(sort $(dir $(SUBTREE_FILES)))
|
2017-04-12 12:12:07 +00:00
|
|
|
|
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
2019-06-29 21:34:18 +00:00
|
|
|
include $(JWBDIR)/make/subtree.mk
|
2019-07-09 11:09:37 +00:00
|
|
|
include $(JWBDIR)/make/dev-utils.mk
|