Annotation of 42BSD/lib/libc/vax/net/Makefile, revision 1.1

1.1     ! root        1: #      Makefile        4.1     83/06/27
        !             2: #
        !             3: OBJS=  htonl.o htons.o ntohl.o ntohs.o
        !             4: CFLAGS=        
        !             5: 
        !             6: .c.o:
        !             7:        /lib/cpp -E -DPROF $*.c | ${AS} -o $*.o
        !             8:        -ld -x -r $*.o
        !             9:        mv a.out profiled/$*.o
        !            10:        /lib/cpp -E $*.c | ${AS} -o $*.o
        !            11:        -ld -x -r $*.o
        !            12:        mv a.out $*.o
        !            13: 
        !            14: netlib netlib_p: ${OBJS}
        !            15:        @echo "building profiled netlib"
        !            16:        @cd profiled; ar cru ../netlib_p ${OBJS}
        !            17:        @echo "building normal netlib"
        !            18:        @ar cru netlib ${OBJS}
        !            19: 
        !            20: clean:
        !            21:        rm -f ${OBJS} profiled/*.o errs a.out core netlib netlib_p

unix.superglobalmegacorp.com

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