Annotation of 43BSDTahoe/cci/pt/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Makefile for dlpt
        !             3: #
        !             4: 
        !             5: DESTDIR=
        !             6: AS=/bin/as
        !             7: CC=/bin/cc
        !             8: LCC=/bin/cc
        !             9: LD=/bin/ld
        !            10: INCLDIR=${DESTDIR}/usr/include
        !            11: LIBDIR=${DESTDIR}/lib
        !            12: ULIBDIR=${DESTDIR}/usr/lib
        !            13: 
        !            14: DEST=${DESTDIR}/lib/pt
        !            15: PT2=PT2.131.XXX
        !            16: 
        !            17: dlpt: dlpt.c
        !            18:        ${CC} -DV7 -DNEWSIG -O -o dlpt dlpt.c
        !            19: 
        !            20: recnv: recnv.c
        !            21:        ${LCC} -O -o recnv recnv.c
        !            22: 
        !            23: DEFAULT.LD: recnv DEFAULT
        !            24:        ./recnv DEFAULT 1
        !            25:        mv hexout hex1
        !            26:        ./recnv hex1 2
        !            27:        mv hexout hex2
        !            28:        ./recnv hex2 3
        !            29:        mv hexout DEFAULT.LD
        !            30: 
        !            31: PT2DEF.LD:
        !            32:        cp $(PT2) PT2DEF.LD
        !            33: 
        !            34: install: dlpt DEFAULT.LD PT2DEF.LD
        !            35:        install -s dlpt $(DEST)
        !            36:        install DEFAULT.LD $(DEST)
        !            37:        install PT2DEF.LD $(DEST)
        !            38: 
        !            39: clean:
        !            40:        rm -f dlpt recnv hexout hex1 hex2 *.LD  *.o
        !            41:        
        !            42: cleansrc:
        !            43:        rm -f *.c *.n Makefile term

unix.superglobalmegacorp.com

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