gcc subdir for combined gcc/ack library build

This commit is contained in:
Ben Gras
2005-10-10 15:28:15 +00:00
parent 8c53e4007e
commit 1da5b5ccee
20 changed files with 759 additions and 0 deletions

16
lib/gnu/end/Makefile.gnu Normal file
View File

@@ -0,0 +1,16 @@
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