source: trunk/minix/lib/i386/misc/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: 335 bytes
Line 
1# Makefile for lib/i386/misc.
2
3CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
4
5LIBRARIES=libc
6
7libc_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
26TYPE=both
Note: See TracBrowser for help on using the repository browser.