Annotation of 43BSD/contrib/icon/test/Makefile, revision 1.1

1.1     ! root        1: what:
        !             2:                @echo "what do you want to make?"
        !             3: 
        !             4: All:
        !             5:                make Std
        !             6:                make Set
        !             7:                make Xpx
        !             8: 
        !             9: Std:
        !            10:                Test std
        !            11: 
        !            12: Set:
        !            13:                Test set
        !            14: 
        !            15: Xpx:
        !            16:                Test xpx
        !            17: 
        !            18: Listall:       
        !            19:                @pr *.icn
        !            20:                @date >List
        !            21: 
        !            22: List:  
        !            23:                @pr $?
        !            24:                @date >List
        !            25: 
        !            26: Clean:
        !            27:                rm -f local/*
        !            28:                touch local/.placeholder
        !            29: 
        !            30: Dist-setup:    
        !            31:                make All
        !            32:                rm -f distr/*
        !            33:                mv local/* distr
        !            34:                touch local/.placeholder
        !            35: 
        !            36: Dist-clean:
        !            37:                rm -f .BK* .CK* .emacs*
        !            38:                rm -f local/*
        !            39:                touch local/.placeholder
        !            40:                rm -f `gcomp READ.ME Makefile Test.gen local distr *.icn *.tlist`

unix.superglobalmegacorp.com

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