Annotation of 40BSD/lib/libm/Makefile, revision 1.1

1.1     ! root        1: CFLAGS=-O
        !             2: FILES= asin.o atan.o hypot.o jn.o j0.o j1.o pow.o gamma.o \
        !             3:        log.o sin.o sqrt.o tan.o tanh.o sinh.o erf.o exp.o floor.o
        !             4: 
        !             5: libm.a : $(FILES)
        !             6:        ar rc libm.a $(FILES)
        !             7: 
        !             8: install: libm.a
        !             9:        cp libm.a ${DESTDIR}/usr/lib
        !            10:        ranlib ${DESTDIR}/usr/lib/libm.a
        !            11: 
        !            12: clean:
        !            13:        rm -f *.o libm.a

unix.superglobalmegacorp.com

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