From a7bb0006eafbe1ad54b7a9472735724e82e97961 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 28 Feb 2016 12:00:55 +0000 Subject: [PATCH] build-system naming conventions: Add cpp.mk and introduced libsrc directory support Signed-off-by: Jan Lindemann --- make/cpp.mk | 2 ++ make/topdir.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 make/cpp.mk diff --git a/make/cpp.mk b/make/cpp.mk new file mode 100644 index 00000000..2e832215 --- /dev/null +++ b/make/cpp.mk @@ -0,0 +1,2 @@ +include $(MODDIR)/make/tools.mk + diff --git a/make/topdir.mk b/make/topdir.mk index 7a1385ef..d2d07196 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -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