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,7 +0,0 @@
LIBRARIES = end
end_OBJECTS = gnu_end.o
include ../../Makefile.gnu.inc

View File

@@ -1,16 +0,0 @@
CC=gcc
AR=gar
AS=gas
VPATH=$(SRCDIR)/gnu/end
LIBRARY=../../end.a
OBJECTS=gnu_end.o
all: $(LIBRARY)
$(LIBRARY): $(OBJECTS)
$(AR) cr $@ *.o
gnu_end.o: gnu_end.s

7
lib/gnu/end/Makefile.in Normal file
View File

@@ -0,0 +1,7 @@
LIBRARIES=end
end_FILES=gnu_end.gs
TYPE=gnu