genode-ehmry/src/server/fs_block/Tupfile

18 lines
322 B
Plaintext

ifndef SKIP_INCOMPATIBLE
TARGET_NAME = fs_block
include_rules
PKGS = genode-os genode-prg
CXXFLAGS += `$(PKG_CONFIG) --cflags $(PKGS)`
: foreach *.cc |> !cxx |> %B.o {objs}
: {objs} |> ^o LD %o^ \
$(LD) `$(PKG_CONFIG) --libs $(PKGS)` %f -o %o |> %d {binary}
: {binary} |> !collect_bin |>
include &(BIN_RULES)
endif