|
|
1.1 root 1: #
2: # $Header: Makefile 1.10 83/07/06 02:24:04 layer 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
16:
17: AllSrc = Makefile ${Includes}
18:
19: clean:
20: rm *.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})
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.