build-system naming conventions: Add cpp.mk and introduced libsrc directory support

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-02-28 12:00:55 +00:00
commit a7bb0006ea
2 changed files with 3 additions and 1 deletions

2
make/cpp.mk Normal file
View file

@ -0,0 +1,2 @@
include $(MODDIR)/make/tools.mk

View file

@ -3,7 +3,7 @@ install: topdir.install
clean: topdir.clean
config:
SUBDIRS ?= $(wildcard inst/pre make scripts contrib tools src include lib bin \
SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc tools include lib bin \
util plugins conf config cfg images doc test inst/post)
PROJECT_DESCR = $(TOPDIR)/make/project.conf