mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
9 lines
298 B
Makefile
9 lines
298 B
Makefile
TOPDIR = ../..
|
|
|
|
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
|
|
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
|
|
SUBTREE_DIRS += $(sort $(dir $(SUBTREE_FILES)))
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/subtree.mk
|
|
include $(JWBDIR)/make/dev-utils.mk
|