mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
10 lines
215 B
Makefile
10 lines
215 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox6-common.inc
|
|
|
|
ZLIB_DIR = $(VIRTUALBOX_DIR)/src/libs/zlib-1.2.11
|
|
INC_DIR += $(ZLIB_DIR)
|
|
SRC_C = $(notdir $(wildcard $(ZLIB_DIR)/*.c))
|
|
|
|
vpath % $(ZLIB_DIR)
|
|
|
|
CC_CXX_WARN_STRICT =
|