repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move benchmarks to their own dir.
[minix.git]
/
lib
/
stdtime
/
Makefile.in
blob
64eb936a56942f07bc80867034c9573eb4b9c944
1
# Makefile for lib/stdtime.
2
3
Z
=
..
/
..
/
commands
/
zoneinfo
4
5
CFLAGS
=
"-D_MINIX -D_POSIX_SOURCE -D__USG -I$Z"
6
7
LIBRARIES
=
libc
8
libc_FILES
=
"
9
ftime.c
10
asctime.c
11
localtime.c
12
strftime.c
13
"
14
15
TYPE
=
both