source:
trunk/minix/lib/i386/int64/Makefile.in@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 248 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.