|
|
1.1 ! root 1: # @(#)Makefile 4.1 12/25/82 ! 2: # ! 3: DESTDIR= ! 4: CFLAGS=-O ! 5: OBJS= pow.o gcd.o msqrt.o mdiv.o mout.o mult.o madd.o util.o ! 6: ! 7: libmp.a: $(OBJS) ! 8: ar cr libmp.a $(OBJS) ! 9: ! 10: install: libmp.a ! 11: install libmp.a ${DESTDIR}/usr/lib/libmp.a ! 12: ranlib ${DESTDIR}/usr/lib/libmp.a ! 13: ! 14: clean: ! 15: rm -f *.o libmp.a
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.