2013-08-21 09:37:21 +00:00
|
|
|
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
|
|
|
|
2016-05-12 12:58:51 +00: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 16:40:30 +00:00
|
|
|
LIBS += stdcxx
|
|
|
|
|
2015-06-23 12:06:09 +00:00
|
|
|
SRC_CC = sup.cc pgm.cc
|
2013-08-21 09:37:21 +00:00
|
|
|
|
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
2014-04-24 08:55:09 +00:00
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/pthread)
|
2013-08-21 09:37:21 +00:00
|
|
|
|
2016-05-04 16:40:30 +00:00
|
|
|
INC_DIR += $(VBOX_DIR)/Main/xml
|
|
|
|
INC_DIR += $(VBOX_DIR)/Main/include
|
2013-08-21 09:37:21 +00:00
|
|
|
INC_DIR += $(VBOX_DIR)/VMM/include
|
|
|
|
INC_DIR += $(REP_DIR)/src/virtualbox
|
2016-05-04 16:40:30 +00:00
|
|
|
INC_DIR += $(REP_DIR)/src/virtualbox/frontend
|
2015-06-02 17:46:50 +00:00
|
|
|
INC_DIR += $(REP_DIR)/src/virtualbox/spec/nova
|
2013-08-21 09:37:21 +00:00
|
|
|
|
2015-06-23 12:06:09 +00:00
|
|
|
vpath pgm.cc $(REP_DIR)/src/virtualbox/
|
2015-09-03 12:55:05 +00:00
|
|
|
vpath sup.cc $(REP_DIR)/src/virtualbox/spec/nova/
|