8 lines
254 B
Makefile
8 lines
254 B
Makefile
TOPDIR = ../..
|
|
|
|
SUBTREE_INSTALL_PREFIX ?= /etc/jcs
|
|
SUBTREE_FILES += ./templates/dir/module/Makefile ./templates/dir/src/Makefile
|
|
SUBTREE_DIRS += $(dir $(SUBTREE_FILES))
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(MODDIR)/make/subtree.mk
|