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