- 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:
@@ -12,6 +12,7 @@
|
||||
#define RETURN_OR_EXCEPT(code) return code
|
||||
#endif
|
||||
|
||||
|
||||
class IBuffer
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
include ./config.mk
|
||||
|
||||
NAME := Processor-1.0
|
||||
|
||||
CXX_SRCS += Block.cpp Processor.cpp
|
||||
INCLUDES += -I $(CURDIR)
|
||||
|
||||
include $(MAKE_HOME)/compile.mk
|
||||
@@ -0,0 +1,3 @@
|
||||
MAKE_HOME := /home/jens/work/software/make
|
||||
CONFIG ?= debug
|
||||
BUILD_DIR ?= $(CURDIR)/build/${CONFIG}/Hallo
|
||||
@@ -1,6 +0,0 @@
|
||||
|
||||
PACKAGES += Processor-1.0
|
||||
|
||||
CXX_SRCS += src/Block.cpp src/Processor.cpp
|
||||
DEFINES +=
|
||||
INCLUDES += -I $(shell pwd)/src
|
||||
Reference in New Issue
Block a user