|
|
1.1 ! root 1: OBJS=acos.o asin.o atan.o cbrt.o exp.o log.o sin.o \ ! 2: sinh.o sqrt.o tan.o tanh.o ! 3: ! 4: libnm.a : $(OBJS) ! 5: ar r libnm.a $(OBJS) ! 6: ! 7: .s.o : ! 8: as -o $@ $< ! 9: ! 10: .c.o : ! 11: cc -O -c $*.c ! 12: ! 13: install: ! 14: mv libnm.a ${DESTDIR}/usr/lib ! 15: ! 16: clean: ! 17: rm -f *.o libnm.a
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.