minix/lib/i386/rts/Makefile

18 lines
228 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for lib/i386/rts.
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
2005-04-21 16:53:53 +02:00
LIBRARIES = libc
2005-04-21 16:53:53 +02:00
libc_OBJECTS = \
__sigreturn.o \
_ipc.o \
brksize.o \
TOPLEVEL_OBJECTS = \
crtso.o \
m2rtso.o \
prtso.o \
2005-04-21 16:53:53 +02:00
include ../../Makefile.inc