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
dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git]
/
lib
/
i386
/
int64
/
Makefile.in
blob
0882e125b8150bc85df02ceb5bd9c0720e104119
1
# Makefile for lib/i386/int64.
2
3
CFLAGS
=
"-O -D_MINIX -D_POSIX_SOURCE"
4
5
LIBRARIES
=
libc
6
7
libc_FILES
=
" \
8
add64.s \
9
add64u.s \
10
cmp64.s \
11
cv64u.s \
12
cvu64.s \
13
diff64.s \
14
div64u.s \
15
ex64.s \
16
make64.s \
17
mul64u.s \
18
sub64.s \
19
sub64u.s"
20
21
TYPE
=
both