Artifact 44d89a0e24da693905a3c7ccaafdeb8825480b973655812708aba0c0179f6921:
- File
src/runtime/Makefile
— part of check-in
[5e267364ae]
at
2016-07-03 12:01:43
on branch trunk
— runtime: Add objc_enumerationMutation()
This was provided by OFObject before, but should actually be provided by
the runtime, as the compiler can generate code calling into it. (user: js, size: 659) [annotate] [blame] [check-ins using]
include ../../extra.mk SUBDIRS = lookup-asm STATIC_PIC_LIB_NOINST = ${RUNTIME_LIB_A} STATIC_LIB_NOINST = ${RUNTIME_A} SRCS = arc.m \ category.m \ class.m \ dtable.m \ exception.m \ hashtable.m \ init.m \ lookup.m \ misc.m \ property.m \ protocol.m \ selector.m \ sparsearray.m \ static-instances.m \ synchronized.m \ ${USE_SRCS_THREADS} SRCS_THREADS = threading.m INCLUDES = runtime.h OBJS_EXTRA = ${LOOKUP_ASM_LOOKUP_ASM_A} LIB_OBJS_EXTRA = ${LOOKUP_ASM_LOOKUP_ASM_LIB_A} include ../../buildsys.mk CPPFLAGS += -I. -I.. -I../..