From 26e14f4143ec690a120e197a3adf547145e4ce59 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 20 Dec 2016 20:53:41 +0000 Subject: create free-standing, libpsxscl-based project skeleton. --- project/common.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 project/common.mk (limited to 'project/common.mk') diff --git a/project/common.mk b/project/common.mk new file mode 100644 index 0000000..c1491b3 --- /dev/null +++ b/project/common.mk @@ -0,0 +1,17 @@ +DRIVER_SRCS = \ + src/driver/ntux_amain.c \ + src/driver/ntux_driver_ctx.c \ + src/skin/ntux_skin_default.c \ + +INTERNAL_SRCS = \ + src/internal/nolibc/ntux_compiler.c \ + src/internal/ntux_memfn_impl.c \ + src/internal/ntux_nolibc_impl.c \ + src/internal/ntux_ntaio_impl.c \ + +APP_SRCS = \ + src/ntux.c + +COMMON_SRCS = \ + $(DRIVER_SRCS) \ + $(INTERNAL_SRCS) \ -- cgit v1.2.3