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
forget difference between big and small commands - obsolete with vm.
[minix.git]
/
lib
/
timers
/
Makefile.in
blob
a01d942289232f5ccd01c27b372384d4778835e1
1
# Makefile for lib/tmrslib.
2
3
CFLAGS
=
"-O -D_MINIX -D_POSIX_SOURCE"
4
5
LIBRARIES
=
libtimers
6
7
libtimers_FILES
=
" \
8
tmrs_set.c \
9
tmrs_clr.c \
10
tmrs_exp.c"
11
12
TYPE
=
both