Annotation of 3BSD/cmd/pascal/makefile, revision 1.1.1.1

1.1       root        1: DESTDIR=
                      2: 
                      3: all: pix px_header pxref
                      4: 
                      5: install: all
                      6:        dd if=px_header of=${DESTDIR}/usr/lib/px_header conv=sync
                      7:        cp pxref ${DESTDIR}/usr/ucb/pxref
                      8:        cp pix ${DESTDIR}/usr/ucb/pix
                      9:        cp how* ${DESTDIR}/usr/lib
                     10: 
                     11: pix: pix.c
                     12:        cc -O -o pix pix.c
                     13: 
                     14: px_header: px_header.c
                     15:        cc -O -d2 -o px_header px_header.c -N
                     16:        strip px_header
                     17: 
                     18: pxref: pxref.p
                     19:        /usr/ucb/pi pxref.p
                     20:        mv obj pxref
                     21: 
                     22: clean:
                     23:        rm -f pix px_header pxref
                     24: 
                     25: print:
                     26:        @pr READ_ME makefile
                     27:        @ls -l | pr
                     28:        @pr pix.c pxref.p

unix.superglobalmegacorp.com

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