From cfc0046675893a0dc0a7d3eef2d12adbb5aee193 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sat, 5 Sep 2020 16:24:55 -0700 Subject: [PATCH] Rename gc.h to gcdata.h to avoid conflict with Boehm GC system include file, and adjust sources. Remove duplicate external function definitions from gcdata.h renamed: inc/gc.h -> inc/gcdata.h modified: src/array2.c modified: src/array4.c modified: src/array6.c modified: src/asmbbt.c modified: src/asmbitblt.c modified: src/bbtsub.c modified: src/car-cdr.c modified: src/conspage.c modified: src/fvar.c modified: src/gc.c modified: src/gcarray.c modified: src/gccode.c modified: src/gcfinal.c modified: src/gchtfind.c modified: src/gcmain3.c modified: src/gcoflow.c modified: src/gcr.c modified: src/gcrcell.c modified: src/gcscan.c modified: src/gvar2.c modified: src/initsout.c modified: src/loopsops.c modified: src/mkcell.c modified: src/rplcons.c modified: src/storage.c modified: src/xc.c modified: src/z2.c --- bin/dosmkfil | 2 +- bin/makefile-ISC.i386-x | 2 +- bin/makefile-aix.ps2-x | 2 +- bin/makefile-aix.rs6000-x | 2 +- bin/makefile-darwin.386-x | 2 +- bin/makefile-darwin.x86_64-x | 2 +- bin/makefile-domain.mc68020-x | 2 +- bin/makefile-dos | 2 +- bin/makefile-freebsd.386-x | 4 +-- bin/makefile-hpux.hp9000-x | 2 +- bin/makefile-init.386 | 2 +- bin/makefile-init.sgi | 4 +-- bin/makefile-init.sparc | 4 +-- bin/makefile-init.sparc-multi | 4 +-- bin/makefile-irix.sgi-x | 4 +-- bin/makefile-linux.386-x | 4 +-- bin/makefile-linux.armv7l-x | 4 +-- bin/makefile-linux.x86_64-x | 4 +-- bin/makefile-osf1.dec-x | 2 +- bin/makefile-riscos.mips-x | 2 +- bin/makefile-sunos3.mc68020 | 2 +- bin/makefile-sunos3.mc68020-multi | 2 +- bin/makefile-sunos3.mc68020-x | 2 +- bin/makefile-sunos3.sparc | 2 +- bin/makefile-sunos4.1.i386 | 2 +- bin/makefile-sunos4.1.i386-multi | 2 +- bin/makefile-sunos4.1.mc68020 | 2 +- bin/makefile-sunos4.1.mc68020-multi | 2 +- bin/makefile-sunos4.1.mc68020-x | 2 +- bin/makefile-sunos4.1.sparc | 2 +- bin/makefile-sunos4.1.sparc-color | 2 +- bin/makefile-sunos4.1.sparc-multi | 2 +- bin/makefile-sunos4.1.sparc-x | 4 +-- bin/makefile-sunos4.i386 | 2 +- bin/makefile-sunos4.i386-multi | 2 +- bin/makefile-sunos4.mc68020 | 2 +- bin/makefile-sunos4.mc68020-multi | 2 +- bin/makefile-sunos4.mc68020-x | 2 +- bin/makefile-sunos4.sparc | 4 +-- bin/makefile-sunos4.sparc% | 4 +-- bin/makefile-sunos4.sparc-3 | 2 +- bin/makefile-sunos4.sparc-color | 2 +- bin/makefile-sunos4.sparc-multi | 4 +-- bin/makefile-sunos4.sparc-multi% | 4 +-- bin/makefile-sunos4.sparc-multi-3 | 4 +-- bin/makefile-sunos4.sparc-x | 4 +-- bin/makefile-sunos4.sparc-x% | 2 +- bin/makefile-sunos4.sparc-x-3 | 2 +- bin/makefile-sunos5.386-x | 2 +- bin/makefile-sunos5.i386-x | 4 +-- bin/makefile-sunos5.sparc-x | 4 +-- bin/makefile-tail | 40 ++++++++++++++--------------- bin/makefile-ultrix.dec3100-x | 2 +- bin/makefile.dos | 2 +- bin/makeisc | 40 ++++++++++++++--------------- bin/mkdos | 2 +- bin/mkfile | 2 +- bin/mkfile.c | 2 +- bin/mkfile.i | 2 +- inc/{gc.h => gcdata.h} | 5 ---- src/array2.c | 2 +- src/array4.c | 2 +- src/array6.c | 2 +- src/asmbbt.c | 2 +- src/asmbitblt.c | 2 +- src/bbtsub.c | 2 +- src/car-cdr.c | 2 +- src/conspage.c | 2 +- src/fvar.c | 2 +- src/gc.c | 2 +- src/gcarray.c | 2 +- src/gccode.c | 2 +- src/gcfinal.c | 2 +- src/gchtfind.c | 2 +- src/gcmain3.c | 2 +- src/gcoflow.c | 2 +- src/gcr.c | 2 +- src/gcrcell.c | 2 +- src/gcscan.c | 2 +- src/gvar2.c | 2 +- src/initsout.c | 2 +- src/loopsops.c | 2 +- src/mkcell.c | 2 +- src/rplcons.c | 2 +- src/storage.c | 2 +- src/xc.c | 2 +- src/xc.c.orig | 2 +- src/z2.c | 2 +- 88 files changed, 142 insertions(+), 147 deletions(-) mode change 100755 => 100644 bin/dosmkfil mode change 100755 => 100644 bin/makefile-ISC.i386-x mode change 100755 => 100644 bin/makefile-aix.ps2-x mode change 100755 => 100644 bin/makefile-aix.rs6000-x mode change 100755 => 100644 bin/makefile-darwin.386-x mode change 100755 => 100644 bin/makefile-darwin.x86_64-x mode change 100755 => 100644 bin/makefile-domain.mc68020-x mode change 100755 => 100644 bin/makefile-dos mode change 100755 => 100644 bin/makefile-freebsd.386-x mode change 100755 => 100644 bin/makefile-hpux.hp9000-x mode change 100755 => 100644 bin/makefile-init.386 mode change 100755 => 100644 bin/makefile-init.sgi mode change 100755 => 100644 bin/makefile-init.sparc mode change 100755 => 100644 bin/makefile-init.sparc-multi mode change 100755 => 100644 bin/makefile-irix.sgi-x mode change 100755 => 100644 bin/makefile-linux.386-x mode change 100755 => 100644 bin/makefile-linux.armv7l-x mode change 100755 => 100644 bin/makefile-linux.x86_64-x mode change 100755 => 100644 bin/makefile-osf1.dec-x mode change 100755 => 100644 bin/makefile-riscos.mips-x mode change 100755 => 100644 bin/makefile-sunos3.mc68020 mode change 100755 => 100644 bin/makefile-sunos3.mc68020-multi mode change 100755 => 100644 bin/makefile-sunos3.mc68020-x mode change 100755 => 100644 bin/makefile-sunos3.sparc mode change 100755 => 100644 bin/makefile-sunos4.1.i386 mode change 100755 => 100644 bin/makefile-sunos4.1.i386-multi mode change 100755 => 100644 bin/makefile-sunos4.1.mc68020 mode change 100755 => 100644 bin/makefile-sunos4.1.mc68020-multi mode change 100755 => 100644 bin/makefile-sunos4.1.mc68020-x mode change 100755 => 100644 bin/makefile-sunos4.1.sparc mode change 100755 => 100644 bin/makefile-sunos4.1.sparc-color mode change 100755 => 100644 bin/makefile-sunos4.1.sparc-multi mode change 100755 => 100644 bin/makefile-sunos4.1.sparc-x mode change 100755 => 100644 bin/makefile-sunos4.i386 mode change 100755 => 100644 bin/makefile-sunos4.i386-multi mode change 100755 => 100644 bin/makefile-sunos4.mc68020 mode change 100755 => 100644 bin/makefile-sunos4.mc68020-multi mode change 100755 => 100644 bin/makefile-sunos4.mc68020-x mode change 100755 => 100644 bin/makefile-sunos4.sparc mode change 100755 => 100644 bin/makefile-sunos4.sparc% mode change 100755 => 100644 bin/makefile-sunos4.sparc-3 mode change 100755 => 100644 bin/makefile-sunos4.sparc-color mode change 100755 => 100644 bin/makefile-sunos4.sparc-multi mode change 100755 => 100644 bin/makefile-sunos4.sparc-multi% mode change 100755 => 100644 bin/makefile-sunos4.sparc-multi-3 mode change 100755 => 100644 bin/makefile-sunos4.sparc-x mode change 100755 => 100644 bin/makefile-sunos4.sparc-x% mode change 100755 => 100644 bin/makefile-sunos4.sparc-x-3 mode change 100755 => 100644 bin/makefile-sunos5.386-x mode change 100755 => 100644 bin/makefile-sunos5.i386-x mode change 100755 => 100644 bin/makefile-sunos5.sparc-x mode change 100755 => 100644 bin/makefile-ultrix.dec3100-x mode change 100755 => 100644 bin/makefile.dos mode change 100755 => 100644 bin/makeisc mode change 100755 => 100644 bin/mkdos mode change 100755 => 100644 bin/mkfile mode change 100755 => 100644 bin/mkfile.c mode change 100755 => 100644 bin/mkfile.i rename inc/{gc.h => gcdata.h} (98%) diff --git a/bin/dosmkfil b/bin/dosmkfil old mode 100755 new mode 100644 index 9d28e7d..babe5a0 --- a/bin/dosmkfil +++ b/bin/dosmkfil @@ -20,7 +20,7 @@ SRCFILES = conspage.c gcoflow.c shift.c dbgtool.c gcr.c gcrcell.c llstk. OFILES = conspage.obj gcoflow.obj shift.obj dbgtool.obj gcr.obj gcrcell.obj llstk.obj gcscan.obj loopsops.obj storage.obj allocmds.obj dir.obj gvar2.obj lowlev1.obj subr.obj arith2.obj hacks.obj lowlev2.obj subr0374.obj arith3.obj doscomm.obj hardrtn.obj lsthandl.obj sxhash.obj arith4.obj draw.obj main.obj testtool.obj array.obj dsk.obj inet.obj misc7.obj timer.obj array2.obj dspif.obj initdsp.obj miscn.obj typeof.obj array3.obj initkbd.obj ubf1.obj array4.obj dspsubrs.obj initsout.obj mkatom.obj ubf2.obj array5.obj eqf.obj intcall.obj mkcell.obj ubf3.obj array6.obj ether.obj ufn.obj atom.obj findkey.obj kbdsubrs.obj mouseif.obj ufs.obj bbtsub.obj foreign.obj keyevent.obj unixcomm.obj bin.obj fp.obj keylib.obj binds.obj fvar.obj mvs.obj unwind.obj bitblt.obj gc.obj uraid.obj blt.obj gc2.obj kprint.obj osmsg.obj usrsubr.obj byteswap.obj gcarray.obj perrno.obj uutils.obj carcdr.obj asmbbt.obj gccode.obj vars3.obj gcfinal.obj ldsout.obj return.obj vmemsave.obj chardev.obj gchtfind.obj lineblt8.obj rpc.obj xc.obj common.obj gcmain3.obj lisp2c.obj rplcons.obj z2.obj vdate.obj $(KEY) $(COLORFILES) $(ARCHFILES) $(LPFILES) -HFILES = address.h adr68k.h arith.h cell.h dbprint.h display.h dspif.h ifpage.h iopage.h lispemul.h lispmap.h lsptypes.h miscstat.h lspglob.h array.h bb.h bitblt.h debug.h devconf.h dspdata.h ether.h fast_dsp.h fp.h gc.h hdw_conf.h initatms.h inlinec.h keyboard.h lispver1.h lispver2.h lldsp.h locfile.h mouseif.h my.h opcodes.h osmsg.h pilotbbt.h print.h profile.h return.h stack.h stream.h subrs.h sysatms.h timeout.h tos1defs.h tosfns.h tosret.h vmemsave.h xdefs.h xbitmaps.h xkeymap.h +HFILES = address.h adr68k.h arith.h cell.h dbprint.h display.h dspif.h ifpage.h iopage.h lispemul.h lispmap.h lsptypes.h miscstat.h lspglob.h array.h bb.h bitblt.h debug.h devconf.h dspdata.h ether.h fast_dsp.h fp.h gcdata.h hdw_conf.h initatms.h inlinec.h keyboard.h lispver1.h lispver2.h lldsp.h locfile.h mouseif.h my.h opcodes.h osmsg.h pilotbbt.h print.h profile.h return.h stack.h stream.h subrs.h sysatms.h timeout.h tos1defs.h tosfns.h tosret.h vmemsave.h xdefs.h xbitmaps.h xkeymap.h diff --git a/bin/makefile-ISC.i386-x b/bin/makefile-ISC.i386-x old mode 100755 new mode 100644 index aa0e7dd..111e50a --- a/bin/makefile-ISC.i386-x +++ b/bin/makefile-ISC.i386-x @@ -54,7 +54,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h $(INCDIR)dbprint.h\ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-aix.ps2-x b/bin/makefile-aix.ps2-x old mode 100755 new mode 100644 index 85b59a3..b538b87 --- a/bin/makefile-aix.ps2-x +++ b/bin/makefile-aix.ps2-x @@ -54,7 +54,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h $(INCDIR)dbprint.h\ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-aix.rs6000-x b/bin/makefile-aix.rs6000-x old mode 100755 new mode 100644 index 47b090d..cb3ce17 --- a/bin/makefile-aix.rs6000-x +++ b/bin/makefile-aix.rs6000-x @@ -58,7 +58,7 @@ default : ../$(OSARCHNAME)/lde $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-darwin.386-x b/bin/makefile-darwin.386-x old mode 100755 new mode 100644 index 537669b..296980a --- a/bin/makefile-darwin.386-x +++ b/bin/makefile-darwin.386-x @@ -46,7 +46,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-darwin.x86_64-x b/bin/makefile-darwin.x86_64-x old mode 100755 new mode 100644 index 66a6408..8442b2b --- a/bin/makefile-darwin.x86_64-x +++ b/bin/makefile-darwin.x86_64-x @@ -46,7 +46,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-domain.mc68020-x b/bin/makefile-domain.mc68020-x old mode 100755 new mode 100644 index 4661808..6d309df --- a/bin/makefile-domain.mc68020-x +++ b/bin/makefile-domain.mc68020-x @@ -63,7 +63,7 @@ default : ../$(OSARCHNAME)/lde # ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-dos b/bin/makefile-dos old mode 100755 new mode 100644 index 9d28e7d..babe5a0 --- a/bin/makefile-dos +++ b/bin/makefile-dos @@ -20,7 +20,7 @@ SRCFILES = conspage.c gcoflow.c shift.c dbgtool.c gcr.c gcrcell.c llstk. OFILES = conspage.obj gcoflow.obj shift.obj dbgtool.obj gcr.obj gcrcell.obj llstk.obj gcscan.obj loopsops.obj storage.obj allocmds.obj dir.obj gvar2.obj lowlev1.obj subr.obj arith2.obj hacks.obj lowlev2.obj subr0374.obj arith3.obj doscomm.obj hardrtn.obj lsthandl.obj sxhash.obj arith4.obj draw.obj main.obj testtool.obj array.obj dsk.obj inet.obj misc7.obj timer.obj array2.obj dspif.obj initdsp.obj miscn.obj typeof.obj array3.obj initkbd.obj ubf1.obj array4.obj dspsubrs.obj initsout.obj mkatom.obj ubf2.obj array5.obj eqf.obj intcall.obj mkcell.obj ubf3.obj array6.obj ether.obj ufn.obj atom.obj findkey.obj kbdsubrs.obj mouseif.obj ufs.obj bbtsub.obj foreign.obj keyevent.obj unixcomm.obj bin.obj fp.obj keylib.obj binds.obj fvar.obj mvs.obj unwind.obj bitblt.obj gc.obj uraid.obj blt.obj gc2.obj kprint.obj osmsg.obj usrsubr.obj byteswap.obj gcarray.obj perrno.obj uutils.obj carcdr.obj asmbbt.obj gccode.obj vars3.obj gcfinal.obj ldsout.obj return.obj vmemsave.obj chardev.obj gchtfind.obj lineblt8.obj rpc.obj xc.obj common.obj gcmain3.obj lisp2c.obj rplcons.obj z2.obj vdate.obj $(KEY) $(COLORFILES) $(ARCHFILES) $(LPFILES) -HFILES = address.h adr68k.h arith.h cell.h dbprint.h display.h dspif.h ifpage.h iopage.h lispemul.h lispmap.h lsptypes.h miscstat.h lspglob.h array.h bb.h bitblt.h debug.h devconf.h dspdata.h ether.h fast_dsp.h fp.h gc.h hdw_conf.h initatms.h inlinec.h keyboard.h lispver1.h lispver2.h lldsp.h locfile.h mouseif.h my.h opcodes.h osmsg.h pilotbbt.h print.h profile.h return.h stack.h stream.h subrs.h sysatms.h timeout.h tos1defs.h tosfns.h tosret.h vmemsave.h xdefs.h xbitmaps.h xkeymap.h +HFILES = address.h adr68k.h arith.h cell.h dbprint.h display.h dspif.h ifpage.h iopage.h lispemul.h lispmap.h lsptypes.h miscstat.h lspglob.h array.h bb.h bitblt.h debug.h devconf.h dspdata.h ether.h fast_dsp.h fp.h gcdata.h hdw_conf.h initatms.h inlinec.h keyboard.h lispver1.h lispver2.h lldsp.h locfile.h mouseif.h my.h opcodes.h osmsg.h pilotbbt.h print.h profile.h return.h stack.h stream.h subrs.h sysatms.h timeout.h tos1defs.h tosfns.h tosret.h vmemsave.h xdefs.h xbitmaps.h xkeymap.h diff --git a/bin/makefile-freebsd.386-x b/bin/makefile-freebsd.386-x old mode 100755 new mode 100644 index 09e459e..ae78c6c --- a/bin/makefile-freebsd.386-x +++ b/bin/makefile-freebsd.386-x @@ -43,7 +43,7 @@ default : ../$(OSARCHNAME)/lde #$(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -96,7 +96,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-hpux.hp9000-x b/bin/makefile-hpux.hp9000-x old mode 100755 new mode 100644 index 719f70a..9689f0a --- a/bin/makefile-hpux.hp9000-x +++ b/bin/makefile-hpux.hp9000-x @@ -79,7 +79,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-init.386 b/bin/makefile-init.386 old mode 100755 new mode 100644 index f673f10..dd53d80 --- a/bin/makefile-init.386 +++ b/bin/makefile-init.386 @@ -45,7 +45,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-init.sgi b/bin/makefile-init.sgi old mode 100755 new mode 100644 index 560db0a..5b6d0ef --- a/bin/makefile-init.sgi +++ b/bin/makefile-init.sgi @@ -76,7 +76,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -86,7 +86,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDI #$(OBJECTDIR)xc.o: $(SRCDIR)xc.i $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-init.sparc b/bin/makefile-init.sparc old mode 100755 new mode 100644 index fae21dc..eacdbdd --- a/bin/makefile-init.sparc +++ b/bin/makefile-init.sparc @@ -94,7 +94,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -104,7 +104,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDI #$(OBJECTDIR)xc.o: $(SRCDIR)xc.i $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-init.sparc-multi b/bin/makefile-init.sparc-multi old mode 100755 new mode 100644 index 8b5898f..740c43a --- a/bin/makefile-init.sparc-multi +++ b/bin/makefile-init.sparc-multi @@ -39,7 +39,7 @@ default: ../$(OSARCHNAME)/$(LDENAME) $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -92,7 +92,7 @@ $(OBJECTDIR)xc.s3: $(OBJECTDIR)xc.s2 $(INLINE) $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-irix.sgi-x b/bin/makefile-irix.sgi-x old mode 100755 new mode 100644 index 75a9404..e0adf43 --- a/bin/makefile-irix.sgi-x +++ b/bin/makefile-irix.sgi-x @@ -88,7 +88,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -98,7 +98,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDI #$(OBJECTDIR)xc.o: $(SRCDIR)xc.i $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-linux.386-x b/bin/makefile-linux.386-x old mode 100755 new mode 100644 index 58da444..95a1f5c --- a/bin/makefile-linux.386-x +++ b/bin/makefile-linux.386-x @@ -43,7 +43,7 @@ default : ../$(OSARCHNAME)/lde #$(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -96,7 +96,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-linux.armv7l-x b/bin/makefile-linux.armv7l-x old mode 100755 new mode 100644 index 58da444..95a1f5c --- a/bin/makefile-linux.armv7l-x +++ b/bin/makefile-linux.armv7l-x @@ -43,7 +43,7 @@ default : ../$(OSARCHNAME)/lde #$(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -96,7 +96,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-linux.x86_64-x b/bin/makefile-linux.x86_64-x old mode 100755 new mode 100644 index df819dc..759cb67 --- a/bin/makefile-linux.x86_64-x +++ b/bin/makefile-linux.x86_64-x @@ -44,7 +44,7 @@ default : ../$(OSARCHNAME)/lde #$(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -97,7 +97,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-osf1.dec-x b/bin/makefile-osf1.dec-x old mode 100755 new mode 100644 index 2fdd462..8065aad --- a/bin/makefile-osf1.dec-x +++ b/bin/makefile-osf1.dec-x @@ -59,7 +59,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-riscos.mips-x b/bin/makefile-riscos.mips-x old mode 100755 new mode 100644 index 2ac6e03..118e642 --- a/bin/makefile-riscos.mips-x +++ b/bin/makefile-riscos.mips-x @@ -71,7 +71,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos3.mc68020 b/bin/makefile-sunos3.mc68020 old mode 100755 new mode 100644 index f939111..b29868c --- a/bin/makefile-sunos3.mc68020 +++ b/bin/makefile-sunos3.mc68020 @@ -20,7 +20,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos3.mc68020-multi b/bin/makefile-sunos3.mc68020-multi old mode 100755 new mode 100644 index b3bca72..826ae1c --- a/bin/makefile-sunos3.mc68020-multi +++ b/bin/makefile-sunos3.mc68020-multi @@ -26,7 +26,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncallmacro.h $(INCDIR)inlinedefsC.h \ diff --git a/bin/makefile-sunos3.mc68020-x b/bin/makefile-sunos3.mc68020-x old mode 100755 new mode 100644 index 831f223..128637e --- a/bin/makefile-sunos3.mc68020-x +++ b/bin/makefile-sunos3.mc68020-x @@ -48,7 +48,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos3.sparc b/bin/makefile-sunos3.sparc old mode 100755 new mode 100644 index d086a18..e158ebc --- a/bin/makefile-sunos3.sparc +++ b/bin/makefile-sunos3.sparc @@ -22,7 +22,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.i386 b/bin/makefile-sunos4.1.i386 old mode 100755 new mode 100644 index 9ce7cd6..fcfcca0 --- a/bin/makefile-sunos4.1.i386 +++ b/bin/makefile-sunos4.1.i386 @@ -21,7 +21,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h $(INCDIR)dbprint.h\ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncallmacro.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.i386-multi b/bin/makefile-sunos4.1.i386-multi old mode 100755 new mode 100644 index c967efc..54b0b75 --- a/bin/makefile-sunos4.1.i386-multi +++ b/bin/makefile-sunos4.1.i386-multi @@ -23,7 +23,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)ldeether $(OBJECTDIR)xc.s: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h $(INCDIR)dbprint.h\ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.mc68020 b/bin/makefile-sunos4.1.mc68020 old mode 100755 new mode 100644 index dcedf56..212eaf9 --- a/bin/makefile-sunos4.1.mc68020 +++ b/bin/makefile-sunos4.1.mc68020 @@ -25,7 +25,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.mc68020-multi b/bin/makefile-sunos4.1.mc68020-multi old mode 100755 new mode 100644 index 49af8e2..a022bf4 --- a/bin/makefile-sunos4.1.mc68020-multi +++ b/bin/makefile-sunos4.1.mc68020-multi @@ -26,7 +26,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.mc68020-x b/bin/makefile-sunos4.1.mc68020-x old mode 100755 new mode 100644 index 7597cb8..4ee6bf8 --- a/bin/makefile-sunos4.1.mc68020-x +++ b/bin/makefile-sunos4.1.mc68020-x @@ -53,7 +53,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.sparc b/bin/makefile-sunos4.1.sparc old mode 100755 new mode 100644 index 293d088..f034672 --- a/bin/makefile-sunos4.1.sparc +++ b/bin/makefile-sunos4.1.sparc @@ -28,7 +28,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.sparc-color b/bin/makefile-sunos4.1.sparc-color old mode 100755 new mode 100644 index 2898905..da5b5c8 --- a/bin/makefile-sunos4.1.sparc-color +++ b/bin/makefile-sunos4.1.sparc-color @@ -26,7 +26,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)Cldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.sparc-multi b/bin/makefile-sunos4.1.sparc-multi old mode 100755 new mode 100644 index b4c400c..cefc11b --- a/bin/makefile-sunos4.1.sparc-multi +++ b/bin/makefile-sunos4.1.sparc-multi @@ -34,7 +34,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.1.sparc-x b/bin/makefile-sunos4.1.sparc-x old mode 100755 new mode 100644 index d221ea7..b50087e --- a/bin/makefile-sunos4.1.sparc-x +++ b/bin/makefile-sunos4.1.sparc-x @@ -63,7 +63,7 @@ default: ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -114,7 +114,7 @@ $(OBJECTDIR)xc.o: $(OBJECTDIR)xc.s3 #$(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h #$(INCDIR)address.h \ # $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ # $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatms.h $(INCDIR)gc.h \ +# $(INCDIR)initatms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ # $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos4.i386 b/bin/makefile-sunos4.i386 old mode 100755 new mode 100644 index 9ce7cd6..fcfcca0 --- a/bin/makefile-sunos4.i386 +++ b/bin/makefile-sunos4.i386 @@ -21,7 +21,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h $(INCDIR)dbprint.h\ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncallmacro.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.i386-multi b/bin/makefile-sunos4.i386-multi old mode 100755 new mode 100644 index 0b2a8cc..5d7d557 --- a/bin/makefile-sunos4.i386-multi +++ b/bin/makefile-sunos4.i386-multi @@ -25,7 +25,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)ldeether $(OBJECTDIR)xc.s: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h $(INCDIR)dbprint.h\ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.mc68020 b/bin/makefile-sunos4.mc68020 old mode 100755 new mode 100644 index dcedf56..212eaf9 --- a/bin/makefile-sunos4.mc68020 +++ b/bin/makefile-sunos4.mc68020 @@ -25,7 +25,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.mc68020-multi b/bin/makefile-sunos4.mc68020-multi old mode 100755 new mode 100644 index 49af8e2..a022bf4 --- a/bin/makefile-sunos4.mc68020-multi +++ b/bin/makefile-sunos4.mc68020-multi @@ -26,7 +26,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.mc68020-x b/bin/makefile-sunos4.mc68020-x old mode 100755 new mode 100644 index fb5183a..ee7e5d9 --- a/bin/makefile-sunos4.mc68020-x +++ b/bin/makefile-sunos4.mc68020-x @@ -54,7 +54,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.sparc b/bin/makefile-sunos4.sparc old mode 100755 new mode 100644 index 77dfd92..a48391e --- a/bin/makefile-sunos4.sparc +++ b/bin/makefile-sunos4.sparc @@ -64,7 +64,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -117,7 +117,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos4.sparc% b/bin/makefile-sunos4.sparc% old mode 100755 new mode 100644 index 8cb4f24..46dc365 --- a/bin/makefile-sunos4.sparc% +++ b/bin/makefile-sunos4.sparc% @@ -35,7 +35,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -88,7 +88,7 @@ $(OBJECTDIR)xc.o: $(OBJECTDIR)xc.s3 $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos4.sparc-3 b/bin/makefile-sunos4.sparc-3 old mode 100755 new mode 100644 index dbf9c38..9eb3945 --- a/bin/makefile-sunos4.sparc-3 +++ b/bin/makefile-sunos4.sparc-3 @@ -34,7 +34,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.sparc-color b/bin/makefile-sunos4.sparc-color old mode 100755 new mode 100644 index c35c37c..b57f689 --- a/bin/makefile-sunos4.sparc-color +++ b/bin/makefile-sunos4.sparc-color @@ -24,7 +24,7 @@ default : $(OBJECTDIR)lde $(OBJECTDIR)Cldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.sparc-multi b/bin/makefile-sunos4.sparc-multi old mode 100755 new mode 100644 index 1763207..b9273c0 --- a/bin/makefile-sunos4.sparc-multi +++ b/bin/makefile-sunos4.sparc-multi @@ -68,7 +68,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -122,7 +122,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos4.sparc-multi% b/bin/makefile-sunos4.sparc-multi% old mode 100755 new mode 100644 index 099deb2..a6c08f2 --- a/bin/makefile-sunos4.sparc-multi% +++ b/bin/makefile-sunos4.sparc-multi% @@ -37,7 +37,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -91,7 +91,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos4.sparc-multi-3 b/bin/makefile-sunos4.sparc-multi-3 old mode 100755 new mode 100644 index 99389e2..3c57b22 --- a/bin/makefile-sunos4.sparc-multi-3 +++ b/bin/makefile-sunos4.sparc-multi-3 @@ -34,7 +34,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ @@ -87,7 +87,7 @@ $(OBJECTDIR)xc.o: $(OBJECTDIR)xc.s3 #$(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h# $(INCDIR)address.h \ # $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ # $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ -# $(INCDIR)initatoms.h $(INCDIR)gc.h \ +# $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ # $(INCDIR)arith.h $(INCDIR)stream.h \ # $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ # $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos4.sparc-x b/bin/makefile-sunos4.sparc-x old mode 100755 new mode 100644 index 6067281..9f8d6f2 --- a/bin/makefile-sunos4.sparc-x +++ b/bin/makefile-sunos4.sparc-x @@ -67,7 +67,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -120,7 +120,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos4.sparc-x% b/bin/makefile-sunos4.sparc-x% old mode 100755 new mode 100644 index d057f49..720c687 --- a/bin/makefile-sunos4.sparc-x% +++ b/bin/makefile-sunos4.sparc-x% @@ -59,7 +59,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos4.sparc-x-3 b/bin/makefile-sunos4.sparc-x-3 old mode 100755 new mode 100644 index 7309857..e36014e --- a/bin/makefile-sunos4.sparc-x-3 +++ b/bin/makefile-sunos4.sparc-x-3 @@ -51,7 +51,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile-sunos5.386-x b/bin/makefile-sunos5.386-x old mode 100755 new mode 100644 index 5d31b36..09c2c39 --- a/bin/makefile-sunos5.386-x +++ b/bin/makefile-sunos5.386-x @@ -78,7 +78,7 @@ $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h \ $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos5.i386-x b/bin/makefile-sunos5.i386-x old mode 100755 new mode 100644 index 408f797..9de06ab --- a/bin/makefile-sunos5.i386-x +++ b/bin/makefile-sunos5.i386-x @@ -76,7 +76,7 @@ default: ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -127,7 +127,7 @@ $(OBJECTDIR)xc.s3: $(OBJECTDIR)xc.s2 $(INLINE) $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-sunos5.sparc-x b/bin/makefile-sunos5.sparc-x old mode 100755 new mode 100644 index a01367c..1c31314 --- a/bin/makefile-sunos5.sparc-x +++ b/bin/makefile-sunos5.sparc-x @@ -85,7 +85,7 @@ default: ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.i: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ @@ -136,7 +136,7 @@ $(OBJECTDIR)xc.s3: $(OBJECTDIR)xc.s2 $(INLINE) $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h diff --git a/bin/makefile-tail b/bin/makefile-tail index dc72db4..df06301 100755 --- a/bin/makefile-tail +++ b/bin/makefile-tail @@ -24,7 +24,7 @@ # $(INCDIR)lispemul.h $(INCDIR)version.h \ # $(INCDIR)lspglob.h $(INCDIR)adr68k.h \ # $(INCDIR)stack.h $(INCDIR)emlglob.h $(INCDIR)lispmap.h \ -# $(INCDIR)gc.h +# $(INCDIR)gcdata.h # $(CC) $(RFLAGS) $(SRCDIR)<>.c $(INLINE) -o $(OBJECTDIR)<>.o # to build sysouts on the sun, you must do the following: @@ -335,7 +335,7 @@ $(OBJECTDIR)bbtsub.o : $(SRCDIR)bbtsub.c $(INCDIR)bbtsub.h $(REQUIRED-INCS) $(I $(INCDIR)emlglob.h $(INCDIR)adr68k.h $(INCDIR)address.h \ $(INCDIR)pilotbbt.h $(INCDIR)display.h $(INCDIR)dspdata.h \ $(INCDIR)bitblt.h $(INCDIR)bb.h $(INCDIR)dbprint.h \ - $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)gc.h $(INCDIR)arith.h $(INCDIR)fp.h + $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)gcdata.h $(INCDIR)arith.h $(INCDIR)fp.h $(CC) $(RFLAGS) $(SRCDIR)bbtsub.c $(INLINE) -o $(OBJECTDIR)bbtsub$(OEXT) $(OBJECTDIR)blt.o : $(SRCDIR)blt.c $(REQUIRED-INCS) $(INCDIR)lispemul.h $(INCDIR)address.h \ @@ -350,7 +350,7 @@ $(OBJECTDIR)byteswap.o: $(SRCDIR)byteswap.c $(REQUIRED-INCS) $(INLINE) $(OBJECTDIR)car-cdr.o : $(SRCDIR)car-cdr.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)emlglob.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h $(INCDIR)adr68k.h \ - $(INCDIR)gc.h $(INCDIR)cell.h + $(INCDIR)gcdata.h $(INCDIR)cell.h $(CC) $(RFLAGS) $(SRCDIR)car-cdr.c $(INLINE) -o $(OBJECTDIR)car-cdr$(OEXT) $(OBJECTDIR)chardev.o : $(SRCDIR)chardev.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ @@ -388,13 +388,13 @@ $(OBJECTDIR)common.o : $(SRCDIR)common.c $(REQUIRED-INCS) $(INCDIR)lispemul.h $(OBJECTDIR)conspage.o : $(SRCDIR)conspage.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)address.h $(INCDIR)adr68k.h \ $(INCDIR)lsptypes.h $(INCDIR)cell.h $(INCDIR)lispmap.h \ - $(INCDIR)gc.h $(INCDIR)lspglob.h + $(INCDIR)gcdata.h $(INCDIR)lspglob.h $(CC) $(RFLAGS) $(SRCDIR)conspage.c $(INLINE) -o $(OBJECTDIR)conspage$(OEXT) $(OBJECTDIR)mkcell.o : $(SRCDIR)mkcell.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lispmap.h $(INCDIR)emlglob.h \ $(INCDIR)lspglob.h $(INCDIR)lsptypes.h $(INCDIR)address.h \ - $(INCDIR)adr68k.h $(INCDIR)cell.h $(INCDIR)gc.h + $(INCDIR)adr68k.h $(INCDIR)cell.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)mkcell.c $(INLINE) -o $(OBJECTDIR)mkcell$(OEXT) $(OBJECTDIR)draw.o : $(SRCDIR)draw.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ @@ -407,7 +407,7 @@ $(OBJECTDIR)z2.o : $(SRCDIR)z2.c $(REQUIRED-INCS) \ $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)lspglob.h \ $(INCDIR)lispmap.h $(INCDIR)lsptypes.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)cell.h $(INCDIR)stack.h \ - $(INCDIR)gc.h $(INCDIR)my.h + $(INCDIR)gcdata.h $(INCDIR)my.h $(CC) $(RFLAGS) $(SRCDIR)z2.c $(INLINE) -o $(OBJECTDIR)z2$(OEXT) $(OBJECTDIR)eqf.o : $(SRCDIR)eqf.c $(REQUIRED-INCS) $(INCDIR)fp.h \ @@ -494,10 +494,10 @@ $(OBJECTDIR)dir.o : $(SRCDIR)dir.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(OBJECTDIR)fvar.o : $(SRCDIR)fvar.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lspglob.h $(INCDIR)adr68k.h \ $(INCDIR)stack.h $(INCDIR)emlglob.h $(INCDIR)lispmap.h \ - $(INCDIR)gc.h $(INCDIR)lsptypes.h + $(INCDIR)gcdata.h $(INCDIR)lsptypes.h $(CC) $(DISPRFLAGS) $(SRCDIR)fvar.c $(INLINE) -o $(OBJECTDIR)fvar$(OEXT) -$(OBJECTDIR)gc.o : $(SRCDIR)gc.c $(REQUIRED-INCS) $(INCDIR)lispemul.h $(INCDIR)gc.h \ +$(OBJECTDIR)gc.o : $(SRCDIR)gc.c $(REQUIRED-INCS) $(INCDIR)lispemul.h $(INCDIR)gcdata.h \ $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)emlglob.h $(CC) $(RFLAGS) $(SRCDIR)gc.c $(INLINE) -o $(OBJECTDIR)gc$(OEXT) @@ -511,25 +511,25 @@ $(OBJECTDIR)gc2.o : $(SRCDIR)gc2.c $(REQUIRED-INCS) $(INCDIR)lispemul.h $(INC $(OBJECTDIR)gcarray.o : $(SRCDIR)gcarray.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)stack.h \ - $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gc.h \ + $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gcdata.h \ $(INCDIR)array.h $(CC) $(RFLAGS) $(SRCDIR)gcarray.c $(INLINE) -o $(OBJECTDIR)gcarray$(OEXT) $(OBJECTDIR)gcfinal.o : $(SRCDIR)gcfinal.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)stack.h \ - $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gc.h \ + $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gcdata.h \ $(INCDIR)array.h $(CC) $(RFLAGS) $(SRCDIR)gcfinal.c $(INLINE) -o $(OBJECTDIR)gcfinal$(OEXT) $(OBJECTDIR)gcoflow.o : $(SRCDIR)gcoflow.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h \ - $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)gc.h + $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gcoflow.c $(INLINE) -o $(OBJECTDIR)gcoflow$(OEXT) $(OBJECTDIR)gchtfind.o : $(SRCDIR)gchtfind.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h \ - $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)gc.h \ + $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)gcdata.h \ $(INCDIR)lispmap.h $(INCDIR)cell.h $(CC) $(RFLAGS) $(SRCDIR)gchtfind.c $(INLINE) -o $(OBJECTDIR)gchtfind$(OEXT) @@ -537,35 +537,35 @@ $(OBJECTDIR)gcmain3.o : $(SRCDIR)gcmain3.c $(REQUIRED-INCS) $(INCDIR)lispemul. $(INCDIR)lsptypes.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)emlglob.h \ $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)ifpage.h \ - $(INCDIR)gc.h + $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gcmain3.c $(INLINE) -o $(OBJECTDIR)gcmain3$(OEXT) $(OBJECTDIR)gcr.o : $(SRCDIR)gcr.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)emlglob.h $(INCDIR)lsptypes.h \ $(INCDIR)address.h $(INCDIR)adr68k.h $(INCDIR)lspglob.h \ - $(INCDIR)stack.h $(INCDIR)gc.h + $(INCDIR)stack.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gcr.c $(INLINE) -o $(OBJECTDIR)gcr$(OEXT) $(OBJECTDIR)gcrcell.o : $(SRCDIR)gcrcell.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h $(INCDIR)dbprint.h \ $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)stack.h \ - $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gc.h + $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gcrcell.c $(INLINE) -o $(OBJECTDIR)gcrcell$(OEXT) $(OBJECTDIR)gccode.o : $(SRCDIR)gccode.c $(REQUIRED-INCS) \ $(INCDIR)lispemul.h $(INCDIR)lsptypes.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)lspglob.h $(INCDIR)lispmap.h \ $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)ifpage.h \ - $(INCDIR)gc.h $(INCDIR)array.h + $(INCDIR)gcdata.h $(INCDIR)array.h $(CC) $(RFLAGS) $(SRCDIR)gccode.c $(INLINE) -o $(OBJECTDIR)gccode$(OEXT) $(OBJECTDIR)gcscan.o : $(SRCDIR)gcscan.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ - $(INCDIR)lspglob.h $(INCDIR)gc.h $(INCDIR)lsptypes.h + $(INCDIR)lspglob.h $(INCDIR)gcdata.h $(INCDIR)lsptypes.h $(CC) $(RFLAGS) $(SRCDIR)gcscan.c $(INLINE) -o $(OBJECTDIR)gcscan$(OEXT) $(OBJECTDIR)gvar2.o : $(SRCDIR)gvar2.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)lspglob.h $(INCDIR)adr68k.h \ - $(INCDIR)gc.h $(INCDIR)emlglob.h $(INCDIR)cell.h $(INCDIR)lsptypes.h + $(INCDIR)gcdata.h $(INCDIR)emlglob.h $(INCDIR)cell.h $(INCDIR)lsptypes.h $(CC) $(RFLAGS) $(SRCDIR)gvar2.c $(INLINE) -o $(OBJECTDIR)gvar2$(OEXT) $(OBJECTDIR)hardrtn.o : $(SRCDIR)hardrtn.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ @@ -596,7 +596,7 @@ $(OBJECTDIR)initsout.o : $(SRCDIR)initsout.c $(REQUIRED-INCS) $(INCDIR)hdw_con $(INCDIR)lispemul.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)adr68k.h \ $(INCDIR)ifpage.h $(INCDIR)iopage.h $(INCDIR)cell.h \ - $(INCDIR)gc.h + $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)initsout.c $(INLINE) -o $(OBJECTDIR)initsout$(OEXT) $(OBJECTDIR)kbdsubrs.o : $(SRCDIR)kbdsubrs.c $(REQUIRED-INCS) $(INCDIR)lispemul.h @@ -688,7 +688,7 @@ $(OBJECTDIR)return.o : $(SRCDIR)return.c $(REQUIRED-INCS) $(INCDIR)lispemul.h $(OBJECTDIR)rplcons.o : $(SRCDIR)rplcons.c $(REQUIRED-INCS) $(INCDIR)lispemul.h \ $(INCDIR)emlglob.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)address.h $(INCDIR)adr68k.h \ - $(INCDIR)gc.h $(INCDIR)cell.h + $(INCDIR)gcdata.h $(INCDIR)cell.h $(CC) $(RFLAGS) $(SRCDIR)rplcons.c $(INLINE) -o $(OBJECTDIR)rplcons$(OEXT) $(OBJECTDIR)rs232c.o : $(SRCDIR)rs232c.c $(REQUIRED-INCS) $(INCDIR)rs232c.h diff --git a/bin/makefile-ultrix.dec3100-x b/bin/makefile-ultrix.dec3100-x old mode 100755 new mode 100644 index 7ea0d4d..140bbea --- a/bin/makefile-ultrix.dec3100-x +++ b/bin/makefile-ultrix.dec3100-x @@ -57,7 +57,7 @@ default : ../$(OSARCHNAME)/lde ../$(OSARCHNAME)/ldeether $(OBJECTDIR)xc.o: $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emlglob.h $(INCDIR)address.h \ $(INCDIR)adr68k.h $(INCDIR)stack.h $(INCDIR)lspglob.h \ $(INCDIR)lsptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatms.h $(INCDIR)gc.h \ + $(INCDIR)initatms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h \ $(INCDIR)tos1defs.h $(INCDIR)tosret.h \ $(INCDIR)tosfns.h $(INCDIR)inlineC.h \ diff --git a/bin/makefile.dos b/bin/makefile.dos old mode 100755 new mode 100644 index cb91fdd..f2d939d --- a/bin/makefile.dos +++ b/bin/makefile.dos @@ -20,7 +20,7 @@ SRCFILES = conspage.c gcoflow.c shift.c dbgtool.c gcr.c gcrcell.c llstk. OFILES = conspage.obj gcoflow.obj shift.obj dbgtool.obj gcr.obj gcrcell.obj llstk.obj gcscan.obj loopsops.obj storage.obj allocmds.obj dir.obj gvar2.obj lowlev1.obj subr.obj arith2.obj hacks.obj lowlev2.obj subr0374.obj arith3.obj doscomm.obj hardrtn.obj lsthandl.obj sxhash.obj arith4.obj draw.obj main.obj testtool.obj array.obj dsk.obj inet.obj misc7.obj timer.obj array2.obj dspif.obj initdsp.obj miscn.obj typeof.obj array3.obj initkbd.obj ubf1.obj array4.obj dspsubrs.obj initsout.obj mkatom.obj ubf2.obj array5.obj eqf.obj intcall.obj mkcell.obj ubf3.obj array6.obj ether.obj ufn.obj atom.obj findkey.obj kbdsubrs.obj mouseif.obj ufs.obj bbtsub.obj foreign.obj keyevent.obj unixcomm.obj bin.obj fp.obj keylib.obj binds.obj fvar.obj mvs.obj unwind.obj bitblt.obj gc.obj uraid.obj blt.obj gc2.obj kprint.obj osmsg.obj usrsubr.obj byteswap.obj gcarray.obj perrno.obj uutils.obj carcdr.obj asmbbt.obj gccode.obj vars3.obj gcfinal.obj ldsout.obj return.obj vmemsave.obj chardev.obj gchtfind.obj lineblt8.obj rpc.obj xc.obj common.obj gcmain3.obj lisp2c.obj rplcons.obj z2.obj vdate.obj $(KEY) $(COLORFILES) $(ARCHFILES) $(LPFILES) -HFILES = address.h adr68k.h arith.h cell.h dbprint.h display.h dspif.h ifpage.h iopage.h lispemul.h lispmap.h lsptypes.h miscstat.h lspglob.h array.h bb.h bitblt.h debug.h devconf.h dspdata.h ether.h fast_dsp.h fp.h gc.h hdw_conf.h initatms.h inlinec.h keyboard.h lispver1.h lispver2.h lldsp.h locfile.h mouseif.h my.h opcodes.h osmsg.h pilotbbt.h print.h profile.h return.h stack.h stream.h subrs.h sysatms.h timeout.h tos1defs.h tosfns.h tosret.h vmemsave.h xdefs.h xbitmaps.h xkeymap.h +HFILES = address.h adr68k.h arith.h cell.h dbprint.h display.h dspif.h ifpage.h iopage.h lispemul.h lispmap.h lsptypes.h miscstat.h lspglob.h array.h bb.h bitblt.h debug.h devconf.h dspdata.h ether.h fast_dsp.h fp.h gcdata.h hdw_conf.h initatms.h inlinec.h keyboard.h lispver1.h lispver2.h lldsp.h locfile.h mouseif.h my.h opcodes.h osmsg.h pilotbbt.h print.h profile.h return.h stack.h stream.h subrs.h sysatms.h timeout.h tos1defs.h tosfns.h tosret.h vmemsave.h xdefs.h xbitmaps.h xkeymap.h diff --git a/bin/makeisc b/bin/makeisc old mode 100755 new mode 100644 index 8526e0a..8475ce6 --- a/bin/makeisc +++ b/bin/makeisc @@ -90,7 +90,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)stack.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)lispmap.h $(INCDIR)cell.h \ - $(INCDIR)initatoms.h $(INCDIR)gc.h \ + $(INCDIR)initatoms.h $(INCDIR)gcdata.h \ $(INCDIR)arith.h $(INCDIR)stream.h $(INCDIR)dbprint.h\ $(INCDIR)tos1defs.h $(INCDIR)tosretmacro.h \ $(INCDIR)tosfuncall.h $(INCDIR)inlineC.h \ @@ -114,7 +114,7 @@ $(OBJECTDIR)xc.o : $(SRCDIR)xc.c $(INCDIR)lispemul.h $(INCDIR)emulglobal.h \ # $(INCDIR)lispemul.h \ # $(INCDIR)lispglobal.h $(INCDIR)address68k.h \ # $(INCDIR)stack.h $(INCDIR)emulglobal.h $(INCDIR)lispmap.h \ -# $(INCDIR)gc.h +# $(INCDIR)gcdata.h # $(CC) $(RFLAGS) $(SRCDIR)<>.c $(INLINE) -o $(OBJECTDIR)<>.o # to build sysouts on the sun, you must do the following: @@ -416,7 +416,7 @@ $(OBJECTDIR)bitbltsub.o : $(SRCDIR)bitbltsub.c $(INCDIR)lispemul.h \ $(INCDIR)emulglobal.h $(INCDIR)address68k.h $(INCDIR)address.h \ $(INCDIR)pilotbbt.h $(INCDIR)display.h $(INCDIR)displaydata.h \ $(INCDIR)bitblt.h $(INCDIR)bb.h $(INCDIR)dbprint.h \ - $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)gc.h $(INCDIR)arith.h $(INCDIR)fp.h + $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)gcdata.h $(INCDIR)arith.h $(INCDIR)fp.h $(CC) $(RFLAGS) $(SRCDIR)bitbltsub.c $(INLINE) -o $(OBJECTDIR)bitbltsub$(OEXT) $(OBJECTDIR)blt.o : $(SRCDIR)blt.c $(INCDIR)lispemul.h $(INCDIR)address.h \ @@ -431,7 +431,7 @@ $(OBJECTDIR)byteswapfns.o: $(SRCDIR)byteswapfns.c $(INLINE) $(OBJECTDIR)car-cdr.o : $(SRCDIR)car-cdr.c $(INCDIR)lispemul.h \ $(INCDIR)emulglobal.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h $(INCDIR)address68k.h \ - $(INCDIR)gc.h $(INCDIR)cell.h + $(INCDIR)gcdata.h $(INCDIR)cell.h $(CC) $(RFLAGS) $(SRCDIR)car-cdr.c $(INLINE) -o $(OBJECTDIR)car-cdr$(OEXT) $(OBJECTDIR)chardevice.o : $(SRCDIR)chardevice.c $(INCDIR)lispemul.h \ @@ -466,13 +466,13 @@ $(OBJECTDIR)common.o : $(SRCDIR)common.c $(INCDIR)lispemul.h \ $(OBJECTDIR)conspage.o : $(SRCDIR)conspage.c $(INCDIR)lispemul.h \ $(INCDIR)address.h $(INCDIR)address68k.h \ $(INCDIR)lisptypes.h $(INCDIR)cell.h $(INCDIR)lispmap.h \ - $(INCDIR)gc.h $(INCDIR)lispglobal.h + $(INCDIR)gcdata.h $(INCDIR)lispglobal.h $(CC) $(RFLAGS) $(SRCDIR)conspage.c $(INLINE) -o $(OBJECTDIR)conspage$(OEXT) $(OBJECTDIR)createcell.o : $(SRCDIR)createcell.c $(INCDIR)lispemul.h \ $(INCDIR)lispmap.h $(INCDIR)emulglobal.h \ $(INCDIR)lispglobal.h $(INCDIR)lisptypes.h $(INCDIR)address.h \ - $(INCDIR)address68k.h $(INCDIR)cell.h $(INCDIR)gc.h + $(INCDIR)address68k.h $(INCDIR)cell.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)createcell.c $(INLINE) -o $(OBJECTDIR)createcell$(OEXT) $(OBJECTDIR)draw.o : $(SRCDIR)draw.c $(INCDIR)lispemul.h \ @@ -485,7 +485,7 @@ $(OBJECTDIR)z2.o : $(SRCDIR)z2.c \ $(INCDIR)lispemul.h $(INCDIR)emulglobal.h $(INCDIR)lispglobal.h \ $(INCDIR)lispmap.h $(INCDIR)lisptypes.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)cell.h $(INCDIR)stack.h \ - $(INCDIR)gc.h $(INCDIR)my.h + $(INCDIR)gcdata.h $(INCDIR)my.h $(CC) $(RFLAGS) $(SRCDIR)z2.c $(INLINE) -o $(OBJECTDIR)z2$(OEXT) $(OBJECTDIR)eqf.o : $(SRCDIR)eqf.c $(INCDIR)fp.h \ @@ -559,10 +559,10 @@ $(OBJECTDIR)directory.o : $(SRCDIR)directory.c $(INCDIR)lispemul.h \ $(OBJECTDIR)fvar.o : $(SRCDIR)fvar.c $(INCDIR)lispemul.h \ $(INCDIR)lispglobal.h $(INCDIR)address68k.h \ $(INCDIR)stack.h $(INCDIR)emulglobal.h $(INCDIR)lispmap.h \ - $(INCDIR)gc.h $(INCDIR)lisptypes.h + $(INCDIR)gcdata.h $(INCDIR)lisptypes.h $(CC) $(DISPRFLAGS) $(SRCDIR)fvar.c $(INLINE) -o $(OBJECTDIR)fvar$(OEXT) -$(OBJECTDIR)gc.o : $(SRCDIR)gc.c $(INCDIR)lispemul.h $(INCDIR)gc.h \ +$(OBJECTDIR)gc.o : $(SRCDIR)gc.c $(INCDIR)lispemul.h $(INCDIR)gcdata.h \ $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)emulglobal.h $(CC) $(RFLAGS) $(SRCDIR)gc.c $(INLINE) -o $(OBJECTDIR)gc$(OEXT) @@ -576,25 +576,25 @@ $(OBJECTDIR)gc2.o : $(SRCDIR)gc2.c $(INCDIR)lispemul.h $(INCDIR)lispmap.h \ $(OBJECTDIR)gcarrayops.o : $(SRCDIR)gcarrayops.c $(INCDIR)lispemul.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)stack.h \ - $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gc.h \ + $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gcdata.h \ $(INCDIR)array.h $(CC) $(RFLAGS) $(SRCDIR)gcarrayops.c $(INLINE) -o $(OBJECTDIR)gcarrayops$(OEXT) $(OBJECTDIR)gcfinal.o : $(SRCDIR)gcfinal.c $(INCDIR)lispemul.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)stack.h \ - $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gc.h \ + $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gcdata.h \ $(INCDIR)array.h $(CC) $(RFLAGS) $(SRCDIR)gcfinal.c $(INLINE) -o $(OBJECTDIR)gcfinal$(OEXT) $(OBJECTDIR)gchoverflow.o : $(SRCDIR)gchoverflow.c $(INCDIR)lispemul.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h \ - $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)gc.h + $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gchoverflow.c $(INLINE) -o $(OBJECTDIR)gchoverflow$(OEXT) $(OBJECTDIR)gchtfind.o : $(SRCDIR)gchtfind.c $(INCDIR)lispemul.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h \ - $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)gc.h \ + $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)gcdata.h \ $(INCDIR)lispmap.h $(INCDIR)cell.h $(CC) $(RFLAGS) $(SRCDIR)gchtfind.c $(INLINE) -o $(OBJECTDIR)gchtfind$(OEXT) @@ -602,35 +602,35 @@ $(OBJECTDIR)gcmain3.o : $(SRCDIR)gcmain3.c $(INCDIR)lispemul.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)emulglobal.h \ $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)ifpage.h \ - $(INCDIR)gc.h + $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gcmain3.c $(INLINE) -o $(OBJECTDIR)gcmain3$(OEXT) $(OBJECTDIR)gcreclaim.o : $(SRCDIR)gcreclaim.c $(INCDIR)lispemul.h \ $(INCDIR)emulglobal.h $(INCDIR)lisptypes.h \ $(INCDIR)address.h $(INCDIR)address68k.h $(INCDIR)lispglobal.h \ - $(INCDIR)stack.h $(INCDIR)gc.h + $(INCDIR)stack.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gcreclaim.c $(INLINE) -o $(OBJECTDIR)gcreclaim$(OEXT) $(OBJECTDIR)gcreccell.o : $(SRCDIR)gcreccell.c $(INCDIR)lispemul.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h $(INCDIR)dbprint.h \ $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)stack.h \ - $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gc.h + $(INCDIR)cell.h $(INCDIR)ifpage.h $(INCDIR)gcdata.h $(CC) $(RFLAGS) $(SRCDIR)gcreccell.c $(INLINE) -o $(OBJECTDIR)gcreccell$(OEXT) $(OBJECTDIR)gccode.o : $(SRCDIR)gccode.c \ $(INCDIR)lispemul.h $(INCDIR)lisptypes.h $(INCDIR)address.h \ $(INCDIR)address68k.h $(INCDIR)lispglobal.h $(INCDIR)lispmap.h \ $(INCDIR)stack.h $(INCDIR)cell.h $(INCDIR)ifpage.h \ - $(INCDIR)gc.h $(INCDIR)array.h + $(INCDIR)gcdata.h $(INCDIR)array.h $(CC) $(RFLAGS) $(SRCDIR)gccode.c $(INLINE) -o $(OBJECTDIR)gccode$(OEXT) $(OBJECTDIR)gcscan.o : $(SRCDIR)gcscan.c $(INCDIR)lispemul.h \ - $(INCDIR)lispglobal.h $(INCDIR)gc.h $(INCDIR)lisptypes.h + $(INCDIR)lispglobal.h $(INCDIR)gcdata.h $(INCDIR)lisptypes.h $(CC) $(RFLAGS) $(SRCDIR)gcscan.c $(INLINE) -o $(OBJECTDIR)gcscan$(OEXT) $(OBJECTDIR)gvar2.o : $(SRCDIR)gvar2.c $(INCDIR)lispemul.h \ $(INCDIR)lispglobal.h $(INCDIR)address68k.h \ - $(INCDIR)gc.h $(INCDIR)emulglobal.h $(INCDIR)cell.h $(INCDIR)lisptypes.h + $(INCDIR)gcdata.h $(INCDIR)emulglobal.h $(INCDIR)cell.h $(INCDIR)lisptypes.h $(CC) $(RFLAGS) $(SRCDIR)gvar2.c $(INLINE) -o $(OBJECTDIR)gvar2$(OEXT) $(OBJECTDIR)hardreturn.o : $(SRCDIR)hardreturn.c $(INCDIR)lispemul.h \ @@ -753,7 +753,7 @@ $(OBJECTDIR)return.o : $(SRCDIR)return.c $(INCDIR)lispemul.h \ $(OBJECTDIR)rplcons.o : $(SRCDIR)rplcons.c $(INCDIR)lispemul.h \ $(INCDIR)emulglobal.h $(INCDIR)lispglobal.h \ $(INCDIR)lisptypes.h $(INCDIR)address.h $(INCDIR)address68k.h \ - $(INCDIR)gc.h $(INCDIR)cell.h + $(INCDIR)gcdata.h $(INCDIR)cell.h $(CC) $(RFLAGS) $(SRCDIR)rplcons.c $(INLINE) -o $(OBJECTDIR)rplcons$(OEXT) $(OBJECTDIR)rs232c.o : $(SRCDIR)rs232c.c $(INCDIR)rs232c.h diff --git a/bin/mkdos b/bin/mkdos old mode 100755 new mode 100644 index ab321ac..5f44d22 --- a/bin/mkdos +++ b/bin/mkdos @@ -111,7 +111,7 @@ HFILES = $(INCDIR)address.h $(INCDIR)adr68k.h $(INCDIR)arith.h $(INCDIR)cell.h $ $(INCDIR)dspif.h $(INCDIR)ifpage.h $(INCDIR)iopage.h $(INCDIR)lispemul.h $(INCDIR)lispmap.h \ $(INCDIR)lsptypes.h $(INCDIR)miscstat.h $(INCDIR)lspglob.h $(INCDIR)array.h $(INCDIR)bb.h \ $(INCDIR)bitblt.h $(INCDIR)debug.h $(INCDIR)devconf.h $(INCDIR)dspdata.h $(INCDIR)ether.h \ - $(INCDIR)fast_dsp.h $(INCDIR)fp.h $(INCDIR)gc.h $(INCDIR)hdw_conf.h $(INCDIR)initatms.h $(INCDIR)inlinec.h $(INCDIR)keyboard.h \ + $(INCDIR)fast_dsp.h $(INCDIR)fp.h $(INCDIR)gcdata.h $(INCDIR)hdw_conf.h $(INCDIR)initatms.h $(INCDIR)inlinec.h $(INCDIR)keyboard.h \ $(INCDIR)lispver1.h $(INCDIR)lispver2.h $(INCDIR)lldsp.h $(INCDIR)locfile.h $(INCDIR)mouseif.h $(INCDIR)my.h \ $(INCDIR)opcodes.h $(INCDIR)osmsg.h $(INCDIR)pilotbbt.h $(INCDIR)print.h $(INCDIR)profile.h \ $(INCDIR)return.h $(INCDIR)stack.h $(INCDIR)stream.h $(INCDIR)subrs.h $(INCDIR)sysatms.h $(INCDIR)timeout.h \ diff --git a/bin/mkfile b/bin/mkfile old mode 100755 new mode 100644 index 738bfd9..4fa105c --- a/bin/mkfile +++ b/bin/mkfile @@ -116,7 +116,7 @@ HFILES = INCDIR/address.h INCDIR/adr68k.h INCDIR/arith.h INCDIR/cell.h INCDIR/db INCDIR/dspif.h INCDIR/ifpage.h INCDIR/iopage.h INCDIR/lispemul.h INCDIR/lispmap.h \ INCDIR/lsptypes.h INCDIR/miscstat.h INCDIR/lspglob.h INCDIR/array.h INCDIR/bb.h \ INCDIR/bitblt.h INCDIR/debug.h INCDIR/devconf.h INCDIR/dspdata.h INCDIR/ether.h \ - INCDIR/fast_dsp.h INCDIR/fp.h INCDIR/gc.h INCDIR/hdw_conf.h INCDIR/initatms.h INCDIR/inlinec.h INCDIR/keyboard.h \ + INCDIR/fast_dsp.h INCDIR/fp.h INCDIR/gcdata.h INCDIR/hdw_conf.h INCDIR/initatms.h INCDIR/inlinec.h INCDIR/keyboard.h \ INCDIR/lispver1.h INCDIR/lispver2.h INCDIR/lldsp.h INCDIR/locfile.h INCDIR/mouseif.h INCDIR/my.h \ INCDIR/opcodes.h INCDIR/osmsg.h INCDIR/pilotbbt.h INCDIR/print.h INCDIR/profile.h \ INCDIR/return.h INCDIR/stack.h INCDIR/stream.h INCDIR/subrs.h INCDIR/sysatms.h INCDIR/timeout.h \ diff --git a/bin/mkfile.c b/bin/mkfile.c old mode 100755 new mode 100644 index 738bfd9..4fa105c --- a/bin/mkfile.c +++ b/bin/mkfile.c @@ -116,7 +116,7 @@ HFILES = INCDIR/address.h INCDIR/adr68k.h INCDIR/arith.h INCDIR/cell.h INCDIR/db INCDIR/dspif.h INCDIR/ifpage.h INCDIR/iopage.h INCDIR/lispemul.h INCDIR/lispmap.h \ INCDIR/lsptypes.h INCDIR/miscstat.h INCDIR/lspglob.h INCDIR/array.h INCDIR/bb.h \ INCDIR/bitblt.h INCDIR/debug.h INCDIR/devconf.h INCDIR/dspdata.h INCDIR/ether.h \ - INCDIR/fast_dsp.h INCDIR/fp.h INCDIR/gc.h INCDIR/hdw_conf.h INCDIR/initatms.h INCDIR/inlinec.h INCDIR/keyboard.h \ + INCDIR/fast_dsp.h INCDIR/fp.h INCDIR/gcdata.h INCDIR/hdw_conf.h INCDIR/initatms.h INCDIR/inlinec.h INCDIR/keyboard.h \ INCDIR/lispver1.h INCDIR/lispver2.h INCDIR/lldsp.h INCDIR/locfile.h INCDIR/mouseif.h INCDIR/my.h \ INCDIR/opcodes.h INCDIR/osmsg.h INCDIR/pilotbbt.h INCDIR/print.h INCDIR/profile.h \ INCDIR/return.h INCDIR/stack.h INCDIR/stream.h INCDIR/subrs.h INCDIR/sysatms.h INCDIR/timeout.h \ diff --git a/bin/mkfile.i b/bin/mkfile.i old mode 100755 new mode 100644 index 4666407..9fb972b --- a/bin/mkfile.i +++ b/bin/mkfile.i @@ -33,7 +33,7 @@ SRCFILES = ./conspage.c ./gcoflow.c ./shift.c ./dbgtool.c ./gcr.c ./llcolor.c ./ OFILES = conspage.obj gcoflow.obj shift.obj dbgtool.obj gcr.obj llcolor.obj gcrcell.obj llstk.obj gcscan.obj loopsops.obj storage.obj allocmds.obj dir.obj gvar2.obj lowlev1.obj subr.obj arith2.obj hacks.obj lowlev2.obj subr0374.obj arith3.obj doscomm.obj hardrtn.obj lsthandl.obj sxhash.obj arith4.obj draw.obj main.obj testtool.obj array.obj dsk.obj inet.obj misc7.obj timer.obj array2.obj dspif.obj initdsp.obj miscn.obj typeof.obj array3.obj initkbd.obj ubf1.obj array4.obj dspsubrs.obj initsout.obj mkatom.obj ubf2.obj array5.obj eqf.obj intcall.obj mkcell.obj ubf3.obj array6.obj ether.obj ufn.obj atom.obj findkey.obj kbdsubrs.obj mouseif.obj ufs.obj bbtsub.obj foreign.obj keyevent.obj unixcomm.obj bin.obj fp.obj keylib.obj binds.obj fvar.obj mvs.obj unwind.obj bitblt.obj gc.obj uraid.obj blt.obj gc2.obj kprint.obj osmsg.obj usrsubr.obj byteswap.obj gcarray.obj perrno.obj uutils.obj carcdr.obj asmbbt.obj gccode.obj vars3.obj gcfinal.obj ldsout.obj return.obj vmemsave.obj chardev.obj gchtfind.obj lineblt8.obj rpc.obj xc.obj common.obj gcmain3.obj lisp2c.obj rplcons.obj z2.obj vdate.obj $(KEY) $(COLORFILES) $(ARCHFILES) -HFILES = ../inc/address.h ../inc/adr68k.h ../inc/arith.h ../inc/cell.h ../inc/dbprint.h ../inc/display.h ../inc/dspif.h ../inc/ifpage.h ../inc/iopage.h ../inc/lispemul.h ../inc/lispmap.h ../inc/lsptypes.h ../inc/miscstat.h ../inc/lspglob.h ../inc/array.h ../inc/bb.h ../inc/bitblt.h ../inc/debug.h ../inc/devconf.h ../inc/dspdata.h ../inc/ether.h ../inc/fast_dsp.h ../inc/fp.h ../inc/gc.h ../inc/hdw_conf.h ../inc/initatms.h ../inc/inlinec.h ../inc/keyboard.h ../inc/lispver1.h ../inc/lispver2.h ../inc/lldsp.h ../inc/locfile.h ../inc/mouseif.h ../inc/my.h ../inc/opcodes.h ../inc/osmsg.h ../inc/pilotbbt.h ../inc/print.h ../inc/profile.h ../inc/return.h ../inc/stack.h ../inc/stream.h ../inc/subrs.h ../inc/sysatms.h ../inc/timeout.h ../inc/tos1defs.h ../inc/tosfns.h ../inc/tosret.h ../inc/vmemsave.h ../inc/xdefs.h ../inc/xbitmaps.h ../inc/xkeymap.h +HFILES = ../inc/address.h ../inc/adr68k.h ../inc/arith.h ../inc/cell.h ../inc/dbprint.h ../inc/display.h ../inc/dspif.h ../inc/ifpage.h ../inc/iopage.h ../inc/lispemul.h ../inc/lispmap.h ../inc/lsptypes.h ../inc/miscstat.h ../inc/lspglob.h ../inc/array.h ../inc/bb.h ../inc/bitblt.h ../inc/debug.h ../inc/devconf.h ../inc/dspdata.h ../inc/ether.h ../inc/fast_dsp.h ../inc/fp.h ../inc/gcdata.h ../inc/hdw_conf.h ../inc/initatms.h ../inc/inlinec.h ../inc/keyboard.h ../inc/lispver1.h ../inc/lispver2.h ../inc/lldsp.h ../inc/locfile.h ../inc/mouseif.h ../inc/my.h ../inc/opcodes.h ../inc/osmsg.h ../inc/pilotbbt.h ../inc/print.h ../inc/profile.h ../inc/return.h ../inc/stack.h ../inc/stream.h ../inc/subrs.h ../inc/sysatms.h ../inc/timeout.h ../inc/tos1defs.h ../inc/tosfns.h ../inc/tosret.h ../inc/vmemsave.h ../inc/xdefs.h ../inc/xbitmaps.h ../inc/xkeymap.h diff --git a/inc/gc.h b/inc/gcdata.h similarity index 98% rename from inc/gc.h rename to inc/gcdata.h index cea6927..b57dfe5 100755 --- a/inc/gc.h +++ b/inc/gcdata.h @@ -259,8 +259,3 @@ struct htoverflow #endif /* BIGVM */ #endif /* BYTESWAP */ - - -extern LispPTR htfind(LispPTR ptr, int casep); -extern LispPTR rec_htfind(LispPTR ptr, int casep); -extern LispPTR gcreccell(LispPTR cell); diff --git a/src/array2.c b/src/array2.c index 5a0ab3a..1f0f624 100644 --- a/src/array2.c +++ b/src/array2.c @@ -25,7 +25,7 @@ static char *id = "@(#) array2.c 2.9 10/12/88"; #include "lispmap.h" #include "lsptypes.h" #include "emlglob.h" -#include "gc.h" +#include "gcdata.h" #include "mkcelldefs.h" #include "arith.h" #include "my.h" diff --git a/src/array4.c b/src/array4.c index 48155c9..ea6e5f5 100644 --- a/src/array4.c +++ b/src/array4.c @@ -26,7 +26,7 @@ static char *id = "@(#) array4.c 2.7 10/12/88"; #include "lsptypes.h" #include "mkcelldefs.h" #include "arith.h" -#include "gc.h" +#include "gcdata.h" #include "my.h" #include "array4defs.h" diff --git a/src/array6.c b/src/array6.c index 595d85c..731a6e6 100644 --- a/src/array6.c +++ b/src/array6.c @@ -17,7 +17,7 @@ static char *id = "@(#) array6.c 2.10 4/21/92"; #include "lispmap.h" #include "lsptypes.h" #include "emlglob.h" -#include "gc.h" +#include "gcdata.h" #include "mkcelldefs.h" #include "arith.h" #include "my.h" diff --git a/src/asmbbt.c b/src/asmbbt.c index 3dd1360..113cf95 100644 --- a/src/asmbbt.c +++ b/src/asmbbt.c @@ -33,7 +33,7 @@ static char *id = "$Id: asmbbt.c,v 1.3 1999/05/31 23:35:23 sybalsky Exp $ Copyri #include "arith.h" #include "stack.h" #include "cell.h" -#include "gc.h" +#include "gcdata.h" #include "bb.h" #include "bitblt.h" diff --git a/src/asmbitblt.c b/src/asmbitblt.c index 122f390..d8d9981 100644 --- a/src/asmbitblt.c +++ b/src/asmbitblt.c @@ -33,7 +33,7 @@ static char *id = "$Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ Cop #include "arith.h" #include "stack.h" #include "cell.h" -#include "gc.h" +#include "gcdata.h" #include "bb.h" #include "bitblt.h" diff --git a/src/bbtsub.c b/src/bbtsub.c index 7d0cc88..63a0c37 100644 --- a/src/bbtsub.c +++ b/src/bbtsub.c @@ -68,7 +68,7 @@ static char *id = "$Id: bbtsub.c,v 1.3 2001/12/24 01:08:59 sybalsky Exp $ Copyri #include "stack.h" #include "return.h" #include "cell.h" -#include "gc.h" +#include "gcdata.h" #include "iopage.h" #include "car-cdrdefs.h" diff --git a/src/car-cdr.c b/src/car-cdr.c index c883ec9..70777e2 100644 --- a/src/car-cdr.c +++ b/src/car-cdr.c @@ -37,7 +37,7 @@ static char *id = "$Id: car-cdr.c,v 1.3 1999/05/31 23:35:25 sybalsky Exp $ Copyr #include "lsptypes.h" #include "address.h" #include "adr68k.h" -#include "gc.h" +#include "gcdata.h" #include "cell.h" #include "car-cdrdefs.h" diff --git a/src/conspage.c b/src/conspage.c index 60ceb92..95ec8ff 100644 --- a/src/conspage.c +++ b/src/conspage.c @@ -23,7 +23,7 @@ static char *id = "$Id: conspage.c,v 1.3 1999/05/31 23:35:27 sybalsky Exp $ Copy #include "cell.h" #include "lispmap.h" #include "lspglob.h" -#include "gc.h" +#include "gcdata.h" #include "conspagedefs.h" #include "allocmdsdefs.h" diff --git a/src/fvar.c b/src/fvar.c index 89fca9b..1030909 100644 --- a/src/fvar.c +++ b/src/fvar.c @@ -18,7 +18,7 @@ static char *id = "$Id: fvar.c,v 1.3 1999/05/31 23:35:29 sybalsky Exp $ Copyrigh #include "emlglob.h" #include "lispmap.h" #include "lsptypes.h" -#include "gc.h" +#include "gcdata.h" #include "fvardefs.h" #include "byteswapdefs.h" diff --git a/src/gc.c b/src/gc.c index f3c2d32..111847b 100644 --- a/src/gc.c +++ b/src/gc.c @@ -15,7 +15,7 @@ static char *id = "$Id: gc.c,v 1.3 1999/05/31 23:35:29 sybalsky Exp $ Copyright #include "lspglob.h" #include "lsptypes.h" #include "emlglob.h" -#include "gc.h" +#include "gcdata.h" #include "gcdefs.h" #include "gchtfinddefs.h" diff --git a/src/gcarray.c b/src/gcarray.c index 98bacd1..550f01d 100644 --- a/src/gcarray.c +++ b/src/gcarray.c @@ -51,7 +51,7 @@ static char *id = "$Id: gcarray.c,v 1.3 1999/05/31 23:35:30 sybalsky Exp $ Copyr #include "stack.h" #include "cell.h" #include "ifpage.h" -#include "gc.h" +#include "gcdata.h" #include "array.h" #include "debug.h" #include "lispmap.h" diff --git a/src/gccode.c b/src/gccode.c index 651e7ab..e79a4e5 100644 --- a/src/gccode.c +++ b/src/gccode.c @@ -40,7 +40,7 @@ static char *id = "$Id: gccode.c,v 1.3 1999/05/31 23:35:30 sybalsky Exp $ Copyri #include "stack.h" #include "cell.h" #include "ifpage.h" -#include "gc.h" +#include "gcdata.h" #include "array.h" #include "gccodedefs.h" diff --git a/src/gcfinal.c b/src/gcfinal.c index 2c895be..6976697 100644 --- a/src/gcfinal.c +++ b/src/gcfinal.c @@ -52,7 +52,7 @@ static char *id = "$Id: gcfinal.c,v 1.3 1999/05/31 23:35:31 sybalsky Exp $ Copyr #include "stack.h" #include "cell.h" #include "ifpage.h" -#include "gc.h" +#include "gcdata.h" #include "array.h" #include "gcfinaldefs.h" diff --git a/src/gchtfind.c b/src/gchtfind.c index dd846ae..9c3c344 100644 --- a/src/gchtfind.c +++ b/src/gchtfind.c @@ -16,7 +16,7 @@ static char *id = "$Id: gchtfind.c,v 1.3 1999/05/31 23:35:31 sybalsky Exp $ Copy #include "address.h" #include "adr68k.h" #include "lspglob.h" -#include "gc.h" +#include "gcdata.h" #include "lispmap.h" #include "cell.h" diff --git a/src/gcmain3.c b/src/gcmain3.c index 622b6f8..1b04b5a 100644 --- a/src/gcmain3.c +++ b/src/gcmain3.c @@ -45,7 +45,7 @@ static char *id = "$Id: gcmain3.c,v 1.4 1999/05/31 23:35:31 sybalsky Exp $ Copyr #include "stack.h" #include "cell.h" #include "ifpage.h" -#include "gc.h" +#include "gcdata.h" #include "gcmain3defs.h" #include "commondefs.h" diff --git a/src/gcoflow.c b/src/gcoflow.c index d04dc0b..fd94a33 100644 --- a/src/gcoflow.c +++ b/src/gcoflow.c @@ -35,7 +35,7 @@ static char *id = "$Id: gcoflow.c,v 1.3 1999/05/31 23:35:32 sybalsky Exp $ Copyr #include "address.h" #include "adr68k.h" #include "lspglob.h" -#include "gc.h" +#include "gcdata.h" #include "gcoflowdefs.h" #include "gchtfinddefs.h" diff --git a/src/gcr.c b/src/gcr.c index fc5ffcc..1dbbe79 100644 --- a/src/gcr.c +++ b/src/gcr.c @@ -61,7 +61,7 @@ static char *id = "$Id: gcr.c,v 1.3 1999/05/31 23:35:32 sybalsky Exp $ Copyright #include "adr68k.h" #include "lspglob.h" #include "stack.h" -#include "gc.h" +#include "gcdata.h" #include "gcrdefs.h" #include "commondefs.h" diff --git a/src/gcrcell.c b/src/gcrcell.c index 05e5da1..79a2bb6 100644 --- a/src/gcrcell.c +++ b/src/gcrcell.c @@ -73,7 +73,7 @@ static char *id = "$Id: gcrcell.c,v 1.3 1999/05/31 23:35:32 sybalsky Exp $ Copyr #include "stack.h" #include "cell.h" #include "ifpage.h" -#include "gc.h" +#include "gcdata.h" #include "dbprint.h" #include "gcrcelldefs.h" diff --git a/src/gcscan.c b/src/gcscan.c index 7ca1b19..4d72910 100644 --- a/src/gcscan.c +++ b/src/gcscan.c @@ -49,7 +49,7 @@ static char *id = "$Id: gcscan.c,v 1.3 1999/05/31 23:35:33 sybalsky Exp $ Copyri #include "lispemul.h" #include "lspglob.h" -#include "gc.h" +#include "gcdata.h" #include "lsptypes.h" #include "gcscandefs.h" diff --git a/src/gvar2.c b/src/gvar2.c index 3756344..e40a4a4 100644 --- a/src/gvar2.c +++ b/src/gvar2.c @@ -15,7 +15,7 @@ static char *id = "$Id: gvar2.c,v 1.3 1999/05/31 23:35:33 sybalsky Exp $ Copyrig #include "lsptypes.h" #include "lspglob.h" #include "adr68k.h" -#include "gc.h" +#include "gcdata.h" #include "emlglob.h" #include "cell.h" #include "dbprint.h" diff --git a/src/initsout.c b/src/initsout.c index 919f0b6..4cf5a16 100644 --- a/src/initsout.c +++ b/src/initsout.c @@ -43,7 +43,7 @@ static char *id = "$Id: initsout.c,v 1.3 1999/05/31 23:35:34 sybalsky Exp $ Copy #include "devconf.h" #include "dbprint.h" #include "lldsp.h" -#include "gc.h" /* for ADDREF & GCLOOKUP */ +#include "gcdata.h" /* for ADDREF & GCLOOKUP */ #include "initsoutdefs.h" #include "byteswapdefs.h" diff --git a/src/loopsops.c b/src/loopsops.c index 32167c2..a0ec46e 100644 --- a/src/loopsops.c +++ b/src/loopsops.c @@ -27,7 +27,7 @@ static char *id = "$Id: loopsops.c,v 1.3 1999/05/31 23:35:37 sybalsky Exp $ Copy #include "lspglob.h" #include "adr68k.h" #include "stack.h" -#include "gc.h" +#include "gcdata.h" #include "loopsopsdefs.h" #include "car-cdrdefs.h" diff --git a/src/mkcell.c b/src/mkcell.c index 8fa8214..8e52d79 100644 --- a/src/mkcell.c +++ b/src/mkcell.c @@ -36,7 +36,7 @@ static char *id = "$Id: mkcell.c,v 1.3 1999/05/31 23:35:39 sybalsky Exp $ Copyri #include "address.h" #include "adr68k.h" #include "cell.h" -#include "gc.h" +#include "gcdata.h" #include "mkcelldefs.h" #include "allocmdsdefs.h" diff --git a/src/rplcons.c b/src/rplcons.c index 841c0aa..7381ea5 100644 --- a/src/rplcons.c +++ b/src/rplcons.c @@ -29,7 +29,7 @@ static char *id = "$Id: rplcons.c,v 1.3 1999/05/31 23:35:41 sybalsky Exp $ Copyr #include "lsptypes.h" #include "address.h" #include "adr68k.h" -#include "gc.h" +#include "gcdata.h" #include "cell.h" #include "rplconsdefs.h" diff --git a/src/storage.c b/src/storage.c index 20ef726..012f5a5 100644 --- a/src/storage.c +++ b/src/storage.c @@ -29,7 +29,7 @@ static const char *id = #include "cell.h" #include "lsptypes.h" #include "ifpage.h" -#include "gc.h" +#include "gcdata.h" #include "storagedefs.h" #include "car-cdrdefs.h" diff --git a/src/xc.c b/src/xc.c index 5124e4b..6294860 100644 --- a/src/xc.c +++ b/src/xc.c @@ -48,7 +48,7 @@ static char *id = "$Id: xc.c,v 1.4 2001/12/26 22:17:06 sybalsky Exp $ Copyright #include "lispmap.h" #include "cell.h" #include "initatms.h" -#include "gc.h" +#include "gcdata.h" #include "arith.h" #include "stream.h" diff --git a/src/xc.c.orig b/src/xc.c.orig index 7294348..716aa39 100644 --- a/src/xc.c.orig +++ b/src/xc.c.orig @@ -53,7 +53,7 @@ static char *id = "$Id: xc.c,v 1.3 1999/05/31 23:35:47 sybalsky Exp $ Copyright #include "lispmap.h" #include "cell.h" #include "initatms.h" -#include "gc.h" +#include "gcdata.h" #include "arith.h" #include "stream.h" diff --git a/src/z2.c b/src/z2.c index 565f0ef..88c9133 100644 --- a/src/z2.c +++ b/src/z2.c @@ -34,7 +34,7 @@ static char *id = "$Id: z2.c,v 1.3 1999/05/31 23:35:47 sybalsky Exp $ Copyright #include "adr68k.h" #include "cell.h" #include "stack.h" -#include "gc.h" +#include "gcdata.h" #include "mkcelldefs.h" #include "arith.h" #include "my.h"