2020-08-25 04:23:25 -07:00
|
|
|
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
|
|
|
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
|
|
|
|
|
|
|
|
PKGS += TOOL_BUILD_EMUCRT
|
|
|
|
|
2022-08-06 03:51:50 -07:00
|
|
|
TOOL_BUILD_EMUCRT = \
|
|
|
|
o/$(MODE)/tool/build/emucrt/emucrt.o \
|
2020-08-26 23:08:08 -07:00
|
|
|
o/$(MODE)/tool/build/emucrt/emucrt.lds
|
2020-08-25 04:23:25 -07:00
|
|
|
|
2022-08-06 03:51:50 -07:00
|
|
|
o/$(MODE)/tool/build/emucrt/emucrt.o: \
|
|
|
|
tool/build/emucrt/emucrt.S \
|
|
|
|
libc/macros.internal.h \
|
|
|
|
libc/macros-cpp.internal.inc \
|
|
|
|
libc/intrin/asancodes.h \
|
|
|
|
ape/relocations.h \
|
|
|
|
libc/macros.internal.inc
|
|
|
|
|
2020-08-25 04:23:25 -07:00
|
|
|
.PHONY: o/$(MODE)/tool/build/emucrt
|
2022-08-06 03:51:50 -07:00
|
|
|
o/$(MODE)/tool/build/emucrt: \
|
2020-08-31 05:17:31 -07:00
|
|
|
$(TOOL_BUILD_EMUCRT)
|