Annotation of 43BSDReno/pgrm/pascal/tstpx/pc/makefile, revision 1.1

1.1     ! root        1: SRCDIR = ../src
        !             2: INDIR = ../in
        !             3: OUTDIR = ../out
        !             4: 
        !             5: NO_INPUT = align ancestor ancestor2 \
        !             6:        backtracerr bench binrdwt \
        !             7:        clock cutter \
        !             8:        eightqueens \
        !             9:        fay ffunc fnested form fproc funcs \
        !            10:        gencard gordon \
        !            11:        hamachi \
        !            12:        math \
        !            13:        nonlocgoto numericio \
        !            14:        palindromes permute \
        !            15:        pcextn powersoftwo \
        !            16:        primes pvs1 pvs2 pvs3 \
        !            17:        quicksort \
        !            18:        random real realout reset \
        !            19:        scaltst sequin setret shoemake \
        !            20:        sort strngs \
        !            21:        t01 t03 t04 t05 \
        !            22:        t06 t07 t08 t09 t10 \
        !            23:        t11 t12 t13 t14 t15 \
        !            24:        t17 t18 t19 \
        !            25:        t6.6.3.1-5 t6.6.3.4-2 \
        !            26:        testeoln testio transpose \
        !            27:        wnj
        !            28: 
        !            29: HAS_INPUT = basic cfor cntchars expotst hanoi hugereal index insan \
        !            30:        nmaze pcerror peter pretty procs rdpal rdwt setest size t16
        !            31: 
        !            32: all: ${NO_INPUT} ${HAS_INPUT}
        !            33: 
        !            34: clean:
        !            35:        rm -f ${NO_INPUT} ${HAS_INPUT}
        !            36:        rm -f \#* a.out core out f file foo *.list
        !            37: 
        !            38: ${NO_INPUT}:
        !            39:        @echo ""
        !            40:        pc ${PFLAGS} -o $@ ${SRCDIR}/[email protected]
        !            41:        ./$@ > out 2>&1 
        !            42:        -diff ${OUTDIR}/[email protected] out
        !            43:        cp /dev/null $@
        !            44: 
        !            45: ${HAS_INPUT}:
        !            46:        @echo ""
        !            47:        pc ${PFLAGS} -o $@ ${SRCDIR}/[email protected]
        !            48:        ./$@ <${INDIR}/[email protected] > out 2>&1
        !            49:        -diff ${OUTDIR}/[email protected] out
        !            50:        cp /dev/null $@

unix.superglobalmegacorp.com

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