2013-08-21 11:37:21 +02:00
|
|
|
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
|
|
|
|
2016-05-12 14:58:51 +02:00
|
|
|
#
|
|
|
|
# Prevent inclusion of the Genode::Log definition after the vbox #define
|
|
|
|
# of 'Log'. Otherwise, the attemt to compile base/log.h will fail.
|
|
|
|
#
|
|
|
|
VBOX_CC_OPT += -include base/log.h
|
|
|
|
|
2016-05-04 18:40:30 +02:00
|
|
|
LIBS += stdcxx
|
|
|
|
|
2015-06-23 14:06:09 +02:00
|
|
|
SRC_CC = sup.cc pgm.cc
|
2013-08-21 11:37:21 +02:00
|
|
|
|
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
2014-04-24 10:55:09 +02:00
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/pthread)
|
2013-08-21 11:37:21 +02:00
|
|
|
|
2016-05-04 18:40:30 +02:00
|
|
|
INC_DIR += $(VBOX_DIR)/Main/xml
|
|
|
|
INC_DIR += $(VBOX_DIR)/Main/include
|
2013-08-21 11:37:21 +02:00
|
|
|
INC_DIR += $(VBOX_DIR)/VMM/include
|
|
|
|
INC_DIR += $(REP_DIR)/src/virtualbox
|
2016-05-04 18:40:30 +02:00
|
|
|
INC_DIR += $(REP_DIR)/src/virtualbox/frontend
|
2015-06-02 19:46:50 +02:00
|
|
|
INC_DIR += $(REP_DIR)/src/virtualbox/spec/nova
|
2013-08-21 11:37:21 +02:00
|
|
|
|
2015-06-23 14:06:09 +02:00
|
|
|
vpath pgm.cc $(REP_DIR)/src/virtualbox/
|
2015-09-03 14:55:05 +02:00
|
|
|
vpath sup.cc $(REP_DIR)/src/virtualbox/spec/nova/
|
2018-01-03 18:40:54 +01:00
|
|
|
|
|
|
|
CC_CXX_WARN_STRICT =
|