genode/repos/libports/lib/mk/gcov-libcpp.mk
Christian Prochaska 106e322f82 gcov: update to version 12.2.0
Issue #4827
2023-05-30 12:03:27 +02:00

34 lines
696 B
Makefile

GCOV_PORT_DIR := $(call select_from_ports,gcov)
GCOV_DIR := $(GCOV_PORT_DIR)/src/gcov
SRC_CC = charset.cc \
errors.cc \
files.cc \
line-map.cc
LIBS += libc stdcxx
INC_DIR += $(GCOV_DIR)/include \
$(GCOV_DIR)/libcpp/include
ifeq ($(filter-out $(SPECS),arm),)
INC_DIR += $(GCOV_PORT_DIR)/include/arm/libcpp
endif
ifeq ($(filter-out $(SPECS),arm_64),)
INC_DIR += $(GCOV_PORT_DIR)/include/arm_64/libcpp
endif
ifeq ($(filter-out $(SPECS),x86_32),)
INC_DIR += $(GCOV_PORT_DIR)/include/x86_32/libcpp
endif
ifeq ($(filter-out $(SPECS),x86_64),)
INC_DIR += $(GCOV_PORT_DIR)/include/x86_64/libcpp
endif
vpath %.cc $(GCOV_DIR)/libcpp
CC_CXX_WARN_STRICT =