genode-ehmry/src/server/fs_block/Tupfile

18 lines
322 B
Plaintext
Raw Normal View History

2019-05-23 12:08:51 +02:00
ifndef SKIP_INCOMPATIBLE
TARGET_NAME = fs_block
include_rules
PKGS = genode-os genode-prg
2019-05-23 12:08:51 +02:00
CXXFLAGS += `$(PKG_CONFIG) --cflags $(PKGS)`
2019-05-23 12:08:51 +02:00
: foreach *.cc |> !cxx |> %B.o {objs}
: {objs} |> ^o LD %o^ \
2019-05-23 12:08:51 +02:00
$(LD) `$(PKG_CONFIG) --libs $(PKGS)` %f -o %o |> %d {binary}
: {binary} |> !collect_bin |>
2019-06-27 11:48:26 +02:00
include &(BIN_RULES)
2019-05-23 12:08:51 +02:00
endif