Diff for /gforth/Makefile.in between versions 1.61 and 1.62

version 1.61, 1996/05/09 18:12:57 version 1.62, 1996/05/23 15:13:07
Line 138  SOURCES = CVS compat Makefile.in configu Line 138  SOURCES = CVS compat Makefile.in configu
         acconfig.h config.h.in \          acconfig.h config.h.in \
         install-sh INSTALL README ToDo BUGS model COPYING Benchres \          install-sh INSTALL README ToDo BUGS model COPYING Benchres \
         gforth.ds texinfo.tex gforth.1 gforth.el \          gforth.ds texinfo.tex gforth.1 gforth.el \
         primitives engine.c main.c io.c \          primitives engine.c main.c io.c memcasecmp.c \
         m68k.h mips.h 386.h hppa.h cache.c sparc.h power.h alpha.h 32bit.h \          m68k.h mips.h 386.h hppa.h cache.c sparc.h power.h alpha.h 32bit.h \
         getopt.c getopt1.c getopt.h select.c \          getopt.c getopt1.c getopt.h select.c \
         ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c \          ecvt.c memcmp.c strtol.c strtoul.c ansidecl.h memmove.c pow10.c \
Line 152  RCS_FILES =  ToDo model high-level Line 152  RCS_FILES =  ToDo model high-level
   
 GEN = gforth version.fs  GEN = gforth version.fs
   
 OBJECTS = engine.o io.o main.o @LIBOBJS@ @getopt_long@  OBJECTS = engine.o io.o main.o memcasecmp.o @LIBOBJS@ @getopt_long@
   
 # things that need a working forth system to be generated  # things that need a working forth system to be generated
 FORTH_GEN0 = primitives.b primitives.i prim_labels.i aliases.fs  FORTH_GEN0 = primitives.b primitives.i prim_labels.i aliases.fs

Removed from v.1.61  
changed lines
  Added in v.1.62


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>