Annotation of 42BSD/lib/libc/inet/Makefile, revision 1.1

1.1     ! root        1: # @(#)Makefile 4.2 (Berkeley) 6/27/83
        !             2: 
        !             3: OBJS=  inet_addr.o inet_network.o \
        !             4:        inet_netof.o inet_ntoa.o inet_lnaof.o \
        !             5:        inet_makeaddr.o
        !             6: CFLAGS=        -O
        !             7: 
        !             8: .c.o:
        !             9:        ${CC} -p -c ${CFLAGS} $*.c
        !            10:        -ld -X -r $*.o
        !            11:        mv a.out profiled/$*.o
        !            12:        ${CC} ${CFLAGS} -c $*.c
        !            13:        -ld -x -r $*.o
        !            14:        mv a.out $*.o
        !            15: 
        !            16: inetlib inetlib_p: ${OBJS}
        !            17:        @echo "building profiled inetlib"
        !            18:        @cd profiled; ar cru ../inetlib_p ${OBJS}
        !            19:        @echo "building normal inetlib"
        !            20:        @ar cru inetlib ${OBJS}
        !            21: 
        !            22: clean:
        !            23:        rm -f inetlib inetlib_p ${OBJS} profiled/*.o errs a.out core

unix.superglobalmegacorp.com

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