Artifact 756512ba6ac8b4915b3abeccc9443c35ba09bfe7100bba3b717d74dc59922489:
- File src/runtime/Makefile — part of check-in [a230197b48] at 2012-07-03 15:44:31 on branch runtime — runtime: Add exception handling. (user: js, size: 528) [annotate] [blame] [check-ins using] [more...]
include ../../extra.mk STATIC_PIC_LIB_NOINST = ${RUNTIME_LIB_A} STATIC_LIB_NOINST = ${RUNTIME_A} SRCS = 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}