2015-06-02 17:46:50 +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
|
|
|
|
|
2017-01-17 16:13:06 +00:00
|
|
|
LIBS += stdcxx sinfo-muen
|
2016-05-04 16:40:30 +00:00
|
|
|
|
2015-06-02 17:46:50 +00:00
|
|
|
SRC_CC = pgm.cc sup.cc
|
|
|
|
|
|
|
|
INC_DIR += $(call select_from_repositories,src/lib/libc)
|
|
|
|
|
2016-05-04 16:40:30 +00:00
|
|
|
INC_DIR += $(VBOX_DIR)/Main/xml
|
|
|
|
INC_DIR += $(VBOX_DIR)/Main/include
|
2015-06-02 17:46:50 +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/muen
|
|
|
|
|
|
|
|
vpath pgm.cc $(REP_DIR)/src/virtualbox/
|
|
|
|
vpath sup.cc $(REP_DIR)/src/virtualbox/spec/muen/
|