source:
trunk/minix/lib/i386/misc/Makefile.in@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 335 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | # Makefile for lib/i386/misc. |
2 | ||
3 | CFLAGS="-O -D_MINIX -D_POSIX_SOURCE" | |
4 | ||
5 | LIBRARIES=libc | |
6 | ||
7 | libc_FILES=" \ | |
8 | alloca.s \ | |
9 | get_bp.s \ | |
10 | getprocessor.s \ | |
11 | io_inb.s \ | |
12 | io_inl.s \ | |
13 | io_insb.s \ | |
14 | io_insl.s \ | |
15 | io_insw.s \ | |
16 | io_intr.s \ | |
17 | io_inw.s \ | |
18 | io_outb.s \ | |
19 | io_outl.s \ | |
20 | io_outsb.s \ | |
21 | io_outsl.s \ | |
22 | io_outsw.s \ | |
23 | io_outw.s \ | |
24 | oneC_sum.s" | |
25 | ||
26 | TYPE=both |
Note:
See TracBrowser
for help on using the repository browser.