|
|
1.1 ! root 1: # @(#)Makefile 4.2 5/30/85 ! 2: # ! 3: DESTDIR= ! 4: CFLAGS=-O ! 5: SRCS= pow.c gcd.c msqrt.c mdiv.c mout.c mult.c madd.c util.c ! 6: OBJS= pow.o gcd.o msqrt.o mdiv.o mout.o mult.o madd.o util.o ! 7: TAGSFILE=tags ! 8: ! 9: libmp.a: $(OBJS) ! 10: ar cr libmp.a $(OBJS) ! 11: ! 12: install: libmp.a ! 13: install libmp.a ${DESTDIR}/usr/lib/libmp.a ! 14: ranlib ${DESTDIR}/usr/lib/libmp.a ! 15: ! 16: tags: ! 17: cwd=`pwd`; \ ! 18: for i in ${SRCS}; do \ ! 19: ctags -a -f ${TAGSFILE} $$cwd/$$i; \ ! 20: done ! 21: ! 22: clean: ! 23: rm -f ${OBJS} libmp.a tags
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.