mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
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:
parent
6a31b13b02
commit
a7bb0006ea
2 changed files with 3 additions and 1 deletions
2
make/cpp.mk
Normal file
2
make/cpp.mk
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
include $(MODDIR)/make/tools.mk
|
||||||
|
|
||||||
|
|
@ -3,7 +3,7 @@ install: topdir.install
|
||||||
clean: topdir.clean
|
clean: topdir.clean
|
||||||
config:
|
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)
|
util plugins conf config cfg images doc test inst/post)
|
||||||
|
|
||||||
PROJECT_DESCR = $(TOPDIR)/make/project.conf
|
PROJECT_DESCR = $(TOPDIR)/make/project.conf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue