Add replacement library files

This commit is contained in:
hpa 2001-03-30 01:02:55 +00:00
parent e6593dd693
commit d0fec7a322
4 changed files with 87 additions and 0 deletions

23
lib/Makefile Normal file
View file

@ -0,0 +1,23 @@
#
# Extra functions which may not be available everywhere
#
include ../MCONFIG
include ../MRULES
all: libxtra.a
install:
clean:
-rm -f *.a *.o
spotless: clean
-rm -f *~
libxtra.a: $(LIBOBJS)
-rm -f libxtra.a
$(AR) libxtra.a $(LIBOBJS)
$(RANLIB) libxtra.a