Artifact d1091e58a32a2f09be030aac4886905c20f045202c76857b152ceabcd020e0ef:
- File src/runtime/Makefile — part of check-in [a4f1bd6c08] at 2013-07-08 15:43:56 on branch trunk — Check for ASM lookup at compile time. Checking at configure time can potentially break universal builds. (user: js size: 546)
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-asm.S \
property.m \
protocol.m \
selector.m \
sparsearray.m \
static-instances.m \
synchronized.m \
${USE_SRCS_THREADS}
SRCS_THREADS = threading.m
INCLUDES = runtime.h
include ../../buildsys.mk
CPPFLAGS += -I. -I.. -I../..
LD = ${OBJC}