Joren's new library make system (minus Makefiles)
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
LIBRARIES = libc
|
||||
|
||||
libc_OBJECTS = \
|
||||
_longjmp.o \
|
||||
_setjmp.o \
|
||||
longjmp.o \
|
||||
setjmp.o \
|
||||
|
||||
include ../../Makefile.gnu.inc
|
||||
@@ -1,27 +0,0 @@
|
||||
CC=gcc
|
||||
AR=gar
|
||||
AS=gas
|
||||
|
||||
VPATH=$(SRCDIR)/gnu/rts
|
||||
|
||||
#Makefile for lib/gcc/mach/minix.i386/libsys.
|
||||
|
||||
LIBRARY = ../../libc.a
|
||||
|
||||
OBJECTS = \
|
||||
_longjmp.o \
|
||||
_setjmp.o \
|
||||
longjmp.o \
|
||||
setjmp.o \
|
||||
|
||||
all: $(LIBRARY)
|
||||
|
||||
$(LIBRARY): $(OBJECTS)
|
||||
$(AR) cr $@ *.o
|
||||
|
||||
_longjmp.o: _longjmp.s
|
||||
_setjmp.o: _setjmp.s
|
||||
longjmp.o: longjmp.s
|
||||
setjmp.o: setjmp.s
|
||||
|
||||
# $PchId: Makefile,v 1.4 1996/02/22 21:54:11 philip Exp $
|
||||
10
lib/gnu/rts/Makefile.in
Normal file
10
lib/gnu/rts/Makefile.in
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
LIBRARIES=libc
|
||||
|
||||
libc_FILES=" \
|
||||
_longjmp.gs \
|
||||
_setjmp.gs \
|
||||
longjmp.gs \
|
||||
setjmp.gs"
|
||||
|
||||
TYPE=gnu
|
||||
Reference in New Issue
Block a user