27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
misc.m \
property.m \
protocol.m \
selector.m \
sparsearray.m \
static-instances.m \
synchronized.m \
${USE_SRCS_THREADS}
SRCS_THREADS = threading.m \
../mutex.m \
../once.m \
../tlskey.m
INCLUDES = ObjFWRT.h
includesubdir = ObjFWRT
|
>
|
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
misc.m \
property.m \
protocol.m \
selector.m \
sparsearray.m \
static-instances.m \
synchronized.m \
tagged-pointer.m \
${USE_SRCS_THREADS}
SRCS_THREADS = threading.m \
../mutex.m \
../once.m \
../tlskey.m
INCLUDES = ObjFWRT.h
includesubdir = ObjFWRT
|