genode-ehmry/app/hello-world/Tupfile

15 lines
387 B
Plaintext

include_rules
PKGS = genode-base genode-prg
: foreach *.cc |> $(CC) `pkg-config --cflags $(PKGS)` -c %f -o %o |> %B.o {objs}
: {objs} |> $(LD) `pkg-config --libs $(PKGS)` %f -o %o |> %d {binary}
: {binary} |> !strip_to_depot |>
: archives | {binary} |> !archives_to_depot |> {package}
: runtime | {binary} |> !runtime_to_depot |> {package}
: |> !publish_bin |>
: |> !publish_pkg |>