Diff for /gforth/Makefile.in between versions 1.48 and 1.49

version 1.48, 1995/12/11 13:15:19 version 1.49, 1995/12/15 01:54:08
Line 33  CP = cp Line 33  CP = cp
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@  INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@  INSTALL_DATA = @INSTALL_DATA@
   INSTALL_DIR = ./install-sh -d
 LN_S    = @LN_S@  LN_S    = @LN_S@
 GCC     = @CC@  GCC     = @CC@
 CC      = $(GCC)  CC      = $(GCC)
Line 79  FORTH_SRC = anslocal.fs add.fs assert.fs Line 80  FORTH_SRC = anslocal.fs add.fs assert.fs
         dumpimage.fs environ.fs errore.fs etags.fs extend.fs filedump.fs \          dumpimage.fs environ.fs errore.fs etags.fs extend.fs filedump.fs \
         float.fs glocals.fs glosgen.fs gray.fs hash.fs history.fs \          float.fs glocals.fs glosgen.fs gray.fs hash.fs history.fs \
         kernal.fs locals-test.fs look.fs main.fs makedoc.fs \          kernal.fs locals-test.fs look.fs main.fs makedoc.fs \
         mach16b.fs mach16l.fs mach32b.fs mach32l.fs mach64b.fs mach64l.fs \          mach16b.fs mach16l.fs mach32b.fs mach32l.fs mach64b.fs mach64l.fs \
         other.fs prims2x.fs random.fs search-order.fs see.fs sieve.fs source.fs \          other.fs prims2x.fs random.fs search-order.fs see.fs sieve.fs source.fs \
         startup.fs site-init.fs struct.fs tools.fs toolsext.fs tt.fs vars.fs \          startup.fs site-init.fs struct.fs tools.fs toolsext.fs tt.fs vars.fs \
         vt100.fs vt100key.fs wordinfo.fs wordsets.fs \          vt100.fs vt100key.fs wordinfo.fs wordsets.fs \
         tester.fs coretest.fs \          tester.fs coretest.fs \
         bubble.fs siev.fs matrix.fs fib.fs          bubble.fs siev.fs matrix.fs fib.fs
   
 SOURCES = Makefile.in configure.in configure config.sub  config.guess \  SOURCES = CVS Makefile.in configure.in configure config.sub  config.guess \
         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 \
Line 169  virtualclean: mostlyclean Line 170  virtualclean: mostlyclean
 dist:           $(SOURCES) $(FORTH_GEN) $(DOCDIST)  dist:           $(SOURCES) $(FORTH_GEN) $(DOCDIST)
                 -rm -rf gforth-$(VERSION)                  -rm -rf gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 cp -p $(SOURCES) $(FORTH_GEN0) @KERNAL@ $(DOCDIST) gforth-$(VERSION)                  $(CP) -rp $(SOURCES) $(FORTH_GEN0) @KERNAL@ $(DOCDIST) gforth-$(VERSION)
                 tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).tar.gz                  tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).tar.gz
                 -rm -rf gforth-$(VERSION)                  -rm -rf gforth-$(VERSION)
   
Line 179  dist:  $(SOURCES) $(FORTH_GEN) $(DOCDIST Line 180  dist:  $(SOURCES) $(FORTH_GEN) $(DOCDIST
 bindist:        $(SOURCES) $(FORTH_GEN) gforth $(OBJECTS) config.status Makefile  bindist:        $(SOURCES) $(FORTH_GEN) gforth $(OBJECTS) config.status Makefile
                 -rm -rf gforth-$(VERSION)                  -rm -rf gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 cp -p -d $(SOURCES) config.status Makefile $(FORTH_GEN) gforth $(OBJECTS) machine.h kernal.fi gforth-$(VERSION)                  $(CP) -rp -d $(SOURCES) config.status Makefile $(FORTH_GEN) gforth $(OBJECTS) machine.h kernal.fi gforth-$(VERSION)
                 strip gforth-$(VERSION)/gforth                  strip gforth-$(VERSION)/gforth
                 tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-@host@.tar.gz                  tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-@host@.tar.gz
   
Line 193  bindist: $(SOURCES) $(FORTH_GEN) gforth Line 194  bindist: $(SOURCES) $(FORTH_GEN) gforth
 binonlydist:    $(SOURCES) $(FORTH_GEN) gforth $(OBJECTS)  binonlydist:    $(SOURCES) $(FORTH_GEN) gforth $(OBJECTS)
                 -rm -rf gforth-$(VERSION)                  -rm -rf gforth-$(VERSION)
                 mkdir gforth-$(VERSION)                  mkdir gforth-$(VERSION)
                 cp -p -d  config.status Makefile gforth $(OBJECTS) machine.h kernal.fi gforth-$(VERSION)                  $(CP) -p -d  config.status Makefile gforth $(OBJECTS) machine.h kernal.fi gforth-$(VERSION)
                 strip gforth-$(VERSION)/gforth                  strip gforth-$(VERSION)/gforth
                 tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-binonly-@host@.tar.gz                  tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-binonly-@host@.tar.gz
   
Line 202  binonlydist: $(SOURCES) $(FORTH_GEN) gfo Line 203  binonlydist: $(SOURCES) $(FORTH_GEN) gfo
 #strip gforth, because the debugging stuff is hardly useful once  #strip gforth, because the debugging stuff is hardly useful once
 # gforth manages to execute more than a few primitives  # gforth manages to execute more than a few primitives
   
 install:        gforth $(FORTH_SRC) kernal.fi gforth.fi gforth.1 gforth.info  install:        gforth $(FORTH_SRC) kernal.fi gforth.fi gforth.1 gforth.info*
                 $(INSTALL) -d $(bindir) $(mandir) $(infodir) $(libdir)/gforth/$(VERSION) $(datadir)/gforth/$(VERSION) $(libdir)/gforth/site-forth $(datadir)/gforth/site-forth                  for i in $(bindir) $(mandir) $(infodir) $(libdir)/gforth/$(VERSION) $(datadir)/gforth/$(VERSION) $(libdir)/gforth/site-forth $(datadir)/gforth/site-forth; do \
                           $(INSTALL_DIR) $$i; \
                   done
                 touch $(datadir)/gforth/site-forth/site-init.fs                  touch $(datadir)/gforth/site-forth/site-init.fs
                 -$(RM) $(bindir)/gforth                  -$(RM) $(bindir)/gforth $(bindir)/gforth-$(VERSION)
                 $(INSTALL_PROGRAM) -s gforth $(bindir)                  $(INSTALL_PROGRAM) -s gforth $(bindir)
                 ln -f $(bindir)/gforth $(bindir)/gforth-$(VERSION)                  ln $(bindir)/gforth $(bindir)/gforth-$(VERSION)
                 $(INSTALL_DATA) gforth.1 $(mandir)                  $(INSTALL_DATA) gforth.1 $(mandir)
                 $(INSTALL_DATA) gforth.info* $(infodir)                  for i in gforth.info*; do $(INSTALL_DATA) $$i $(infodir); done
                 for i in $(FORTH_SRC); do \                  for i in $(FORTH_SRC); do \
                         $(INSTALL_DATA) $$i $(datadir)/gforth/$(VERSION); \                          $(INSTALL_DATA) $$i $(datadir)/gforth/$(VERSION); \
                 done                  done
Line 345  gforth.dvi gforth.fns: gforth.texi Line 348  gforth.dvi gforth.fns: gforth.texi
 gforth.ps:      gforth.dvi  gforth.ps:      gforth.dvi
                 $(DVI2PS) gforth.dvi -o $@                  $(DVI2PS) gforth.dvi -o $@
   
 gforth.info*:   gforth.info  gforth.info*:   gforth.texi
   
 gforth.info:    gforth.texi  
                 -$(MAKEINFO) gforth.texi                  -$(MAKEINFO) gforth.texi
   
 html:           gforth.texi  html:           gforth.texi

Removed from v.1.48  
changed lines
  Added in v.1.49


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