- improved build system

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@907 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 13:39:23 +00:00
parent b9490fd2ce
commit ae31f15682
9 changed files with 36 additions and 28 deletions
+8
View File
@@ -0,0 +1,8 @@
include ./config.mk
NAME := Test-1.0
CXX_SRCS += main.cpp test01.cpp test02.cpp TestBlock.cpp NullSource.cpp NullSink.cpp
DEFINES +=
INCLUDES += -I $(CURDIR) -I ../src
include $(MAKE_HOME)/compile.mk
+3
View File
@@ -0,0 +1,3 @@
MAKE_HOME := /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= $(CURDIR)/build/${CONFIG}
-6
View File
@@ -1,6 +0,0 @@
PACKAGES += Test-1.0
CXX_SRCS += test/main.cpp test/test01.cpp test/test02.cpp test/TestBlock.cpp test/NullSource.cpp test/NullSink.cpp
DEFINES +=
INCLUDES += -I $(shell pwd)/test