Annotation of 43BSD/ucb/lisp/utils/Makefile, revision 1.1.1.1

1.1       root        1: # $Header: Makefile,v 1.1 83/04/20 10:29:24 sklower Exp $
                      2: # $Locker: jkf $
                      3: 
                      4: LibDir = /usr/lib/lisp
                      5: AllSrc = Makefile append.c tackon.c
                      6: 
                      7: AllObj = ${LibDir}/append ${LibDir}/tackon
                      8: 
                      9: all: ${LibDir}/append ${LibDir}/tackon
                     10: 
                     11: ${LibDir}/append: append.c
                     12:        cc -O -o ${LibDir}/append  -I../franz/h append.c
                     13: 
                     14: ${LibDir}/tackon: tackon.c
                     15:        cc -O -o ${LibDir}/tackon -I../franz/h tackon.c
                     16: 
                     17: copysource: ${AllSrc}
                     18:        (tar cf - ${AllSrc} | (cd ${CopyTo} ; tar xf -))
                     19: 
                     20: 
                     21: scriptcatall: ${AllSrc}
                     22:        @../scriptcat . utils ${AllSrc}
                     23: 
                     24: 
                     25: clean:
                     26:        rm ${AllObj}

unix.superglobalmegacorp.com

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