c078ec0331
Not complete, probably not fully debugged or optimized.
14 lines
184 B
Makefile
14 lines
184 B
Makefile
# Makefile for lib/stdtime.
|
|
|
|
Z=../../commands/zoneinfo
|
|
|
|
CFLAGS="-D_MINIX -D_POSIX_SOURCE -D__USG -I$Z"
|
|
|
|
LIBRARIES=libc
|
|
libc_FILES="
|
|
asctime.c
|
|
localtime.c
|
|
strftime.c
|
|
"
|
|
|
|
TYPE=both
|