Annotation of cci/usr/src/usr.lib/libmp/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    4.1     12/25/82
        !             2: #
        !             3: 
        !             4: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
        !             5: 
        !             6: CFLAGS=-O -I${DESTDIR}/usr/include
        !             7: OBJS= pow.o gcd.o msqrt.o mdiv.o mout.o mult.o madd.o util.o
        !             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: clean:
        !            17:        rm -f *.o libmp.a
        !            18:        
        !            19: cleansrc:
        !            20: 
        !            21:        rm -f  *.c Makefile 

unix.superglobalmegacorp.com

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