Artifact e1f56f3c0cb8835d355792962963f52ab7953fb643cbef60987c6aca9938490f:
- File
src/runtime/Makefile
— part of check-in
[90eae0b1fc]
at
2012-08-05 18:11:28
on branch trunk
— Initial ARC support.
No support for weak yet. (user: js, size: 545) [annotate] [blame] [check-ins using]
include ../../extra.mk STATIC_PIC_LIB_NOINST = ${RUNTIME_LIB_A} STATIC_LIB_NOINST = ${RUNTIME_A} SRCS = arc.m \ category.m \ class.m \ exception.m \ hashtable.m \ init.m \ lookup.m \ ${LOOKUP_S} \ property.m \ protocol.m \ selector.m \ sparsearray.m \ static-instances.m \ synchronized.m \ threading.m INCLUDES = runtime.h include ../../buildsys.mk CPPFLAGS += -I. -I.. -I../.. AS = ${OBJC} ASFLAGS = ${CPPFLAGS} LD = ${OBJC}