012dfd00b3
Submitted by: john birrel One version of the pthreads library another will follow with differnt actions under some cases.. not QUITE complete
21 lines
529 B
Makefile
21 lines
529 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
|
|
# Quad support, if needed
|
|
|
|
.if ${MACHINE} == "i386"
|
|
|
|
SRCS+= cmpdi2.c \
|
|
divdi3.c moddi3.c udivdi3.c umoddi3.c qdivrem.c
|
|
|
|
.else
|
|
|
|
SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c fixdfdi.c \
|
|
fixsfdi.c fixunsdfdi.c fixunssfdi.c floatdidf.c floatdisf.c \
|
|
floatunsdidf.c iordi3.c lshldi3.c lshrdi3.c moddi3.c muldi3.c \
|
|
negdi2.c notdi2.c qdivrem.c subdi3.c ucmpdi2.c udivdi3.c umoddi3.c \
|
|
xordi3.c
|
|
|
|
.endif
|
|
|
|
.PATH: ${.CURDIR}/../libc/${MACHINE}/quad ${.CURDIR}/../libc/quad
|