libretro-genode/libretro/cores/4do/Tuprules.tup

28 lines
528 B
Plaintext
Raw Normal View History

2019-03-03 13:03:54 +01:00
CORE_PKGS += libc
2019-03-16 18:18:53 +01:00
DEFINES += -O2 -DNDEBUG
DEFINES += \
2019-03-03 13:03:54 +01:00
-Wall \
-Wno-sign-compare \
-Wno-unused-variable \
-Wno-unused-function \
-Wno-uninitialized \
-Wno-strict-aliasing \
-Wno-overflow \
-fno-strict-overflow \
include upstream/Makefile.common
2019-03-30 15:33:04 +01:00
DEFINES += $(FLAGS)
2019-03-03 13:03:54 +01:00
: foreach $(SOURCES_C) |> !libretro_cc |> {libretro_objs}
: {libretro_objs} |> !libretro_core_link |> {core}
2019-03-24 20:04:00 +01:00
: {core} |> !collect_bin |>
: |> !bin |>
2019-03-03 13:03:54 +01:00
2019-08-01 00:35:22 +02:00
: $(TUP_CWD)/pkg.dhall |> !render_runtime |>
: |> !pkg |>
: $(TUP_CWD)/pkg.dhall |> !index_pkg |>