Annotation of researchv10dc/libnm/Makefile, revision 1.1

1.1     ! root        1: CFLAGS=-O
        !             2: OBJS=acos.o asin.o atan.o cbrt.o pow.o exp.o log.o sin.o \
        !             3:       sinh.o sqrt.o tan.o tanh.o
        !             4: 
        !             5: libnm.a : $(OBJS)
        !             6:        ar r libnm.a $(OBJS)
        !             7: 
        !             8: install:
        !             9:        cp libnm.a ${DESTDIR}/usr/lib/libnm.a
        !            10:        ranlib ${DESTDIR}/usr/lib/libnm.a
        !            11: 
        !            12: clean:
        !            13:        rm -f *.o libnm.a

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.