Files
genode-world/lib/import/import-libaunit.mk
2019-02-18 16:45:48 +01:00

16 lines
694 B
Makefile

AUNIT_SRC_DIR := $(call select_from_ports,aunit)/aunit-gpl-2018-src
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework/staticmemory
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework/nocalendar
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework/fullexception
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/containers
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/reporters
REP_INC_DIR += include/aunit/framework
REP_INC_DIR += include/aunit/framework/staticmemory
REP_INC_DIR += include/aunit/framework/nocalendar
REP_INC_DIR += include/aunit/framework/fullexception
REP_INC_DIR += include/aunit/containers
REP_INC_DIR += include/aunit/reporters