Makefile for Hoitaja.

This commit is contained in:
Michael Mueller
2023-06-13 18:52:04 +02:00
parent a72727fd45
commit 2c5ebb131c

View File

@@ -0,0 +1,11 @@
TARGET = hoitaja
SRC_CC = main.cc
LIBS = base
INC_DIR += $(PRG_DIR)
CONFIG_XSD = config.xsd
# statically link sandbox library to avoid dependency from sandbox.lib.so
SRC_CC += library.cc child.cc server.cc config_model.cc
INC_DIR += $(REP_DIR)/src/lib/sandbox
vpath %.cc $(REP_DIR)/src/lib/sandbox