Diff for /gforth/Makefile.in between versions 1.16 and 1.17

version 1.16, 1995/01/30 18:47:43 version 1.17, 1995/02/02 18:12:56
Line 26  MAKEINFO = makeinfo Line 26  MAKEINFO = makeinfo
 XCFLAGS = @CFLAGS@  XCFLAGS = @CFLAGS@
 XDEFINES = @DEFS@  XDEFINES = @DEFS@
 SWITCHES = $(XCFLAGS) $(XDEFINES) #-DNDEBUG #turn off assertions  SWITCHES = $(XCFLAGS) $(XDEFINES) #-DNDEBUG #turn off assertions
 ENGINE_FLAGS =  -fforce-mem -fforce-addr -fomit-frame-pointer -fno-defer-pop -fcaller-saves  ENGINE_FLAGS =  -fno-defer-pop -fcaller-saves
 CFLAGS  = -g -O4 -Wall $(SWITCHES)  CFLAGS  = @DEBUGFLAG@ -O4 -Wall $(SWITCHES)
   
 #John Wavrik should use -Xlinker -N to get a writable text (executable)  #John Wavrik should use -Xlinker -N to get a writable text (executable)
 LDFLAGS =  @LDFLAGS@ @GCCLDFLAGS@  LDFLAGS =  @DEBUGFLAG@ @LDFLAGS@ @GCCLDFLAGS@
 LDLIBS  = @LIBS@  LDLIBS  = @LIBS@
   
 prefix = @prefix@  prefix = @prefix@
Line 57  FORTH_SRC = add.fs assert.fs ansi.fs blo Line 57  FORTH_SRC = add.fs assert.fs ansi.fs blo
         startup.fs struct.fs tools.fs toolsext.fs tt.fs vars.fs vt100.fs \          startup.fs struct.fs tools.fs toolsext.fs tt.fs vars.fs vt100.fs \
         vt100key.fs wordinfo.fs wordsets.fs          vt100key.fs wordinfo.fs wordsets.fs
   
 SOURCES = CVS Makefile.in configure.in configure config.sub  config.guess \  SOURCES = Makefile.in configure.in configure config.sub  config.guess \
         install-sh INSTALL README ToDo BUGS model gforth.ds texinfo.tex \          install-sh INSTALL README ToDo BUGS model COPYING gforth.ds texinfo.tex \
         primitives engine.c main.c io.c \          primitives engine.c main.c io.c \
         m68k.h mips.h 386.h hppa.h cache.c sparc.h power.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 memmove.c \          ecvt.c memcmp.c strtol.c strtoul.c memmove.c \
         makefile.dos io-dos.h configure.bat startup.dos \          makefile.dos configure.bat startup.dos \
         glosgen.glo glossaries.doc \          glosgen.glo glossaries.doc \
         $(INCLUDES) $(FORTH_SRC)          $(INCLUDES) $(FORTH_SRC)
   

Removed from v.1.16  
changed lines
  Added in v.1.17


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