Annotation of 3BSD/lib/libm/Makefile, revision 1.1.1.1

1.1       root        1: CFLAGS=-O
                      2: FILES=asin.o atan.o exp.o erf.o floor.o hypot.o j0.o j1.o \
                      3:       jn.o log.o pow.o fabs.o sin.o sinh.o sqrt.o tan.o tanh.o gamma.o
                      4: 
                      5: libm.a : $(FILES)
                      6:        ar rc libm.a asin.o atan.o hypot.o jn.o j0.o j1.o pow.o gamma.o \
                      7:        log.o sin.o sqrt.o tan.o tanh.o sinh.o erf.o exp.o floor.o fabs.o
                      8: 
                      9: install: libm.a
                     10:        install libm.a ${DESTDIR}/usr/lib
                     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.