genode-ehmry/repos/os/src/lib/vfs/Tupfile
Emery Hemingway 72852489e2 Tupify
Implement a graph-based build system.
2019-09-06 15:58:29 +02:00

18 lines
442 B
Plaintext

TARGET_NAME = vfs
INCLUDES += -I./
include_rules
: $(REP_DIR)/lib/symbols/vfs |> !abi_stub |>
: vfs.pc.in |> !sed_pkgconfig_file |>
: foreach *.cc |> !cxx |> %B.o {lib-obj}
: {lib-obj} |> !lib |> %d.lib.so {lib}
: foreach ../../server/vfs/*.cc |> !cxx |> %B.o {server-obj}
: {server-obj} {lib} |> !prg |> server/vfs {server}
# Link the server to the immediate vfs.lib.so
: foreach {lib} {server} |> !collect_bin |>
include &(BIN_RULES)