git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1084 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-26 12:27:16 +00:00
parent 553755fd27
commit 8f84c733a8
3 changed files with 92 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
TARGET ?= test_desymbolizer
BUILD_DIR ?= $(shell pwd)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../../../../libsrc)
BLAZE_PATH ?= $(realpath ../../../../../extlib/blaze)
export