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
panic() cleanup.
[minix.git]
/
lib
/
libtimers
/
Makefile
blob
1fbc03c3bebdc9ff3b90ae11548eca7885928d4c
1
# Makefile for libtimers
2
3
CPPFLAGS
+=-
O
-
D_MINIX
-
D_POSIX_SOURCE
4
5
LIB
=
timers
6
7
SRCS
=
\
8
tmrs_set.c \
9
tmrs_clr.c \
10
tmrs_exp.c
11
12
.
include
<
minix.lib.mk
>