mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
9 lines
240 B
Makefile
9 lines
240 B
Makefile
include $(REP_DIR)/lib/mk/virtualbox-common.inc
|
|
|
|
LIBLZF_DIR = $(VIRTUALBOX_DIR)/src/libs/liblzf-3.4
|
|
INC_DIR += $(LIBLZF_DIR)
|
|
CC_OPT += -DULTRA_FAST=1 -DHLOG=12 -DSTRICT_ALIGN=0 -DPIC
|
|
SRC_C = lzf_c.c lzf_d.c
|
|
|
|
vpath % $(LIBLZF_DIR)
|