Annotation of 43BSDTahoe/ucb/lisp/franz/Makefile, revision 1.1

1.1     ! root        1: # 
        !             2: # $Header: Makefile,v 1.12 87/12/17 12:56:59 root Exp $
        !             3: #
        !             4: #  Franz Lisp C coded kernel, Machine independent part.
        !             5: #
        !             6: #  The directions for modifying this file are found in the machine
        !             7: # dependent Makefiles (subdirectories vax/ or 68k/)
        !             8: 
        !             9: 
        !            10: Includes = h/config.h  h/global.h      h/aout.h        h/vaxframe.h \
        !            11:        h/catchfram.h   h/dfuncs.h      h/gtabs.h       h/sigtab.h \
        !            12:        h/chars.h       h/frame.h       h/lfuncs.h      h/structs.h \
        !            13:        h/chkrtab.h     h/gc.h          h/lispo.h       h/types.h \
        !            14:        h/lconf.h       h/ltypes.h      h/68kframe.h    h/hpagsiz.h\
        !            15:        h/duallispo.h   h/dualaout.h    h/tahoeframe.h
        !            16: 
        !            17: AllSrc = Makefile ${Includes}
        !            18: 
        !            19: clean: FRC
        !            20:        rm -f *.o
        !            21: 
        !            22: #--- copysource : copy source files to another directory
        !            23: #  called via   make CopyTo=/xx/yyy/zz copysource
        !            24: # 
        !            25: copysource: ${AllSrc}
        !            26:        (tar cf - ${AllSrc} | (cd ${CopyTo} ; tar xf -))
        !            27: 
        !            28: scriptcatall: ${AllSrc}
        !            29:        @(cd .. ; scriptcat franz franz ${AllSrc})
        !            30: 
        !            31: FRC:

unix.superglobalmegacorp.com

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