Joren's new library make system (minus Makefiles)

This commit is contained in:
Ben Gras
2006-01-16 15:44:55 +00:00
parent c461b0c63d
commit 34d445c0af
113 changed files with 1500 additions and 4225 deletions

View File

@@ -1,10 +0,0 @@
# Makefile for lib/ack/rts.
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
LIBRARIES = libc
libc_OBJECTS = \
setjmp.o \
include ../../Makefile.ack.inc

View File

@@ -1,19 +0,0 @@
# Makefile for lib/rts.
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
CC1 = $(CC) $(CFLAGS) -c
LIBRARY = ../../libc.a
all: \
$(LIBRARY)
OBJECTS = \
$(LIBRARY)(setjmp.o) \
$(LIBRARY): $(OBJECTS)
aal cr $@ *.o
rm *.o
$(LIBRARY)(setjmp.o): setjmp.e
$(CC1) setjmp.e

9
lib/ack/rts/Makefile.in Normal file
View File

@@ -0,0 +1,9 @@
# Makefile for lib/ack/rts.
CFLAGS="-O -D_MINIX -D_POSIX_SOURCE"
LIBRARIES=libc
libc_FILES=setjmp.e
TYPE=ack