source: trunk/minix/lib/i386/int64/Makefile.in@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 248 bytes
RevLine 
[9]1# Makefile for lib/i386/int64.
2
3CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
4
5LIBRARIES=libc
6
7libc_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
21TYPE=both
Note: See TracBrowser for help on using the repository browser.