1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include ../../extra.mk
STATIC_PIC_LIB_NOINST = ${RUNTIME_LIB_A}
STATIC_LIB_NOINST = ${RUNTIME_A}
SRCS = category.m \
class.m \
hashtable.m \
init.m \
lookup.m \
${LOOKUP_S} \
property.m \
protocol.m \
selector.m \
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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 \
|