003 File Manager
Current Path:
/usr/src/lib/libc/quad/TESTS
usr
/
src
/
lib
/
libc
/
quad
/
TESTS
/
📁
..
📄
Makefile
(224 B)
📄
divrem.c
(2.98 KB)
📄
mul.c
(2.79 KB)
Editing: Makefile
# @(#)Makefile 8.1 (Berkeley) 6/4/93 all: mul divrem MUL= mul.c ../muldi3.c mul: ${MUL} gcc -g -DSPARC_XXX ${MUL} -o ${.TARGET} DIVREM= divrem.c ../qdivrem.c divrem: ${DIVREM} gcc -g -DSPARC_XXX ${DIVREM} -o ${.TARGET}
Upload File
Create Folder