libretro-genode/src/nic_bus/Tupfile

17 lines
325 B
Plaintext
Raw Normal View History

2019-04-14 18:56:47 +02:00
TARGET_NAME = nic_bus
2019-07-04 14:45:54 +02:00
LIBS += genode-os genode-prg
2019-06-28 23:09:13 +02:00
PKG_DEPENDS += _/src/$(TARGET_NAME)
2019-04-14 18:56:47 +02:00
include_rules
2019-05-23 12:08:51 +02:00
: foreach *.cc |> !cxx |> %B.o {objs}
2019-07-04 14:45:54 +02:00
: {objs} |> !prg |> %d {binary}
2019-04-14 18:56:47 +02:00
: {binary} |> !collect_bin |>
2019-07-13 23:43:03 +02:00
: ./pkg.dhall |> !render_runtime |> {runtime}
2019-06-28 23:09:13 +02:00
include &(BIN_RULES)
include &(PKG_RULES)
2019-07-13 23:43:03 +02:00
: ./pkg.dhall |> !index_pkg |>