Annotation of 42BSD/lib/libc/vax/compat-4.1/Makefile, revision 1.1

1.1     ! root        1: #      %M%     %I%     %E%
        !             2: #
        !             3: OBJS=  reset.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: compat-4.1lib compat-4.1lib_p: ${OBJS}
        !            15:        @echo "building profiled compat-4.1"
        !            16:        @cd profiled; ar cru ../compat-4.1lib_p ${OBJS}
        !            17:        @echo "building normal compat-4.1"
        !            18:        @ar cru compat-4.1lib ${OBJS}
        !            19: 
        !            20: clean:
        !            21:        rm -f ${OBJS} profiled/*.o errs a.out core compat-4.1lib compat-4.1lib_p

unix.superglobalmegacorp.com

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