Annotation of 43BSD/usr.lib/libm/IEEE/Makefile, revision 1.1

1.1     ! root        1: MORE=atan2.o cbrt.o trig.o cabs.o support.o
        !             2: 
        !             3: .c.o:
        !             4:        ${CC} -p ${CFLAGS} -c $*.c
        !             5:        -ld -X -r $*.o
        !             6:        mv a.out ../profiled/$*.o
        !             7:        ${CC} ${CFLAGS} -c $*.c
        !             8:        -ld -x -r $*.o
        !             9:        mv a.out $*.o
        !            10: 
        !            11: all: ../libm.a ../libm_p.a
        !            12: 
        !            13: ../libm.a ../libm_p.a: ${MORE}
        !            14:        cd ../profiled; ar cru ../libm_p.a ${MORE}
        !            15:        ar cru ../libm.a ${MORE}

unix.superglobalmegacorp.com

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