Diff for /gforth/Makefile.in between versions 1.9 and 1.10

version 1.9, 1994/12/12 17:10:29 version 1.10, 1994/12/21 14:26:20
Line 23  DVI2PS = dvips Line 23  DVI2PS = dvips
 XCFLAGS = @CFLAGS@  XCFLAGS = @CFLAGS@
 XDEFINES = @DEFS@  XDEFINES = @DEFS@
 SWITCHES = $(XCFLAGS) $(XDEFINES) -D_POSIX_VERSION#-DNDEBUG #turn off assertions  SWITCHES = $(XCFLAGS) $(XDEFINES) -D_POSIX_VERSION#-DNDEBUG #turn off assertions
 ENGINE_FLAGS =  -fforce-mem -fforce-addr -fomit-frame-pointer -fno-defer-pop -fcaller-saves -DUSE_FTOS  ENGINE_FLAGS =  -fforce-mem -fforce-addr -fomit-frame-pointer -fno-defer-pop -fcaller-saves
 CFLAGS  = -g -O4 -Wall $(SWITCHES)  CFLAGS  = -g -O4 -Wall $(SWITCHES)
   
 #-Xlinker -n puts text and data into the same 256M region  #-Xlinker -n puts text and data into the same 256M region
Line 54  FORTH_SRC = add.fs assert.fs ansi.fs blo Line 54  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 = Makefile.in configure.in  config.sub  config.guess \  SOURCES = Makefile.in configure.in configure config.sub  config.guess \
         INSTALL README ToDo BUGS model gforth.ds \          INSTALL README ToDo BUGS model gforth.ds \
         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 32bit.h \          m68k.h mips.h 386.h hppa.h cache.c sparc.h 32bit.h \
Line 73  OBJECTS = engine.o io.o main.o @LIBOBJS@ Line 73  OBJECTS = engine.o io.o main.o @LIBOBJS@
 # things that need a working forth system to be generated  # things that need a working forth system to be generated
 # this is used for antidependences,  # this is used for antidependences,
   
 FORTH_GEN =  primitives.b primitives.i prim_labels.i aliases.fs kernl32l.fi kernl32b.fi  FORTH_GEN =  primitives.b primitives.i prim_labels.i aliases.fs @KERNAL@ 
   
 GEN_PRECIOUS = $(FORTH_GEN) gforth.texi gforth.dvi gforth.ps Makefile configure  GEN_PRECIOUS = $(FORTH_GEN) gforth.texi gforth.dvi gforth.ps Makefile configure
   
Line 110  realclean: distclean Line 110  realclean: distclean
                 -$(RM) $(GEN_PRECIOUS)                  -$(RM) $(GEN_PRECIOUS)
   
 dist:           $(SOURCES) $(FORTH_GEN)  dist:           $(SOURCES) $(FORTH_GEN)
                 -rm ../gforth-$(VERSION)                  -rm gforth-$(VERSION)
                 ln -s `pwd` ../gforth-$(VERSION)                  ln -s `pwd` gforth-$(VERSION)
                 echo "" $(SOURCES) $(FORTH_GEN) |\                  echo "" $(SOURCES) $(FORTH_GEN) |\
                         sed -e 's| | gforth-$(VERSION)/|g' |\                          sed -e 's| | gforth-$(VERSION)/|g' |\
                         (cd ..; xargs tar cvf gforth/gforth-$(VERSION).tar)                          xargs tar cvf gforth-$(VERSION).tar
                 gzip -9 -f gforth-$(VERSION).tar                  gzip -9 -f gforth-$(VERSION).tar
                 -rm ../gforth-$(VERSION)                  -rm gforth-$(VERSION)
   
 install:        gforth $(FORTH_SRC) gforth.fi gforth.1 gforth.info  install:        gforth $(FORTH_SRC) gforth.fi gforth.1 gforth.info
                 $(INSTALL) -d $(bindir) $(mandir) $(infodir) $(libdir)/gforth $(datadir)/gforth                   $(INSTALL) -d $(bindir) $(mandir) $(infodir) $(libdir)/gforth $(datadir)/gforth 

Removed from v.1.9  
changed lines
  Added in v.1.10


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