Diff for /gforth/Makefile.in between versions 1.67 and 1.68

version 1.67, 1996/10/02 09:48:53 version 1.68, 1996/10/03 16:05:33
Line 37  INSTALL_DIR = $(srcdir)/install-sh -d Line 37  INSTALL_DIR = $(srcdir)/install-sh -d
 LN_S    = @LN_S@  LN_S    = @LN_S@
 GCC     = @CC@  GCC     = @CC@
 CC      = $(GCC)  CC      = $(GCC)
 PATHSEP = :  PATHSEP = @PATHSEP@
 FORTHPATH = $(libdir)/gforth/site-forth$(PATHSEP)$(datadir)/gforth/site-forth$(PATHSEP)$(libdir)/gforth/$(VERSION)$(PATHSEP)$(datadir)/gforth/$(VERSION)$(PATHSEP).  FORTHPATH = $(libdir)/gforth/site-forth$(PATHSEP)$(datadir)/gforth/site-forth$(PATHSEP)$(libdir)/gforth/$(VERSION)$(PATHSEP)$(datadir)/gforth/$(VERSION)$(PATHSEP).
 FORTH   = ./gforth -p $(FORTHPATH)$(PATHSEP)$(srcdir)  FORTH   = ./gforth -p $(FORTHPATH)$(PATHSEP)$(srcdir)
 FORTHK  = $(FORTH) -p .$(PATHSEP)$(srcdir) -i ./kernel.fi  FORTHK  = $(FORTH) -p .$(PATHSEP)$(srcdir) -i ./kernel.fi
Line 165  FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gfor Line 165  FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gfor
 FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@   FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@ 
   
 #distributed documentation  #distributed documentation
 DOCDIST = gforth.ps gforth.info*  DOCDIST = gforth.info* gforth.ps
   
 KERNLS = kernl16b.fi- kernl16l.fi- \  KERNLS = kernl16b.fi- kernl16l.fi- \
          kernl32b.fi- kernl32l.fi- \           kernl32b.fi- kernl32l.fi- \
Line 203  mostlyclean: Line 203  mostlyclean:
                 -$(RM) -rf *.s gforth.fi *.fi~ *.fi- version.fs *TAGS \                  -$(RM) -rf *.s gforth.fi *.fi~ *.fi- version.fs *TAGS \
                 crossdoc.fd doc.fd gforth.texi gforth.fns gforth.aux gforth.cp gforth.cps \                  crossdoc.fd doc.fd gforth.texi gforth.fns gforth.aux gforth.cp gforth.cps \
                 gforth.dvi gforth.fn gforth.ky gforth.log gforth.pg \                  gforth.dvi gforth.fn gforth.ky gforth.log gforth.pg \
                 gforth.toc gforth.tp gforth.vr html                   gforth.toc gforth.tp gforth.vr html gforth-$(VERSION).tar.gz
   
 clean:          mostlyclean  clean:          mostlyclean
                 -$(RM) -rf $(GEN) *.o                   -$(RM) -rf $(GEN) *.o 
Line 253  binonlydist: $(SOURCES) $(FORTH_GEN) gfo Line 253  binonlydist: $(SOURCES) $(FORTH_GEN) gfo
                 tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-binonly-@host@.tar.gz                  tar cvf - gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-binonly-@host@.tar.gz
   
   
   
 #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) kernel.fi gforth.fi gforth.1 gforth.info primitives gforth.TAGS  #install does not depend on gforth.info, because that would require
   #supplying a lot of files that can be easily generated (only info is
   #hard to generate)
   install:        gforth $(FORTH_SRC) kernel.fi gforth.fi gforth.1 primitives gforth.TAGS
                 for i in $(bindir) $(mandir) $(infodir) $(libdir)/gforth/$(VERSION) $(datadir)/gforth/$(VERSION) $(libdir)/gforth/site-forth $(datadir)/gforth/site-forth; do \                  for i in $(bindir) $(mandir) $(infodir) $(libdir)/gforth/$(VERSION) $(datadir)/gforth/$(VERSION) $(libdir)/gforth/site-forth $(datadir)/gforth/site-forth; do \
                         $(INSTALL_DIR) $$i; \                          $(INSTALL_DIR) $$i; \
                 done                  done
Line 278  install: gforth $(FORTH_SRC) kernel.fi g Line 280  install: gforth $(FORTH_SRC) kernel.fi g
                 else \                  else \
                         echo ">>>>>Please install $(srcdir)/gforth.el in your .../emacs/site-lisp directory"; \                          echo ">>>>>Please install $(srcdir)/gforth.el in your .../emacs/site-lisp directory"; \
                 fi                  fi
                   echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \
                   echo "* Gforth: (gforth).       A fast implementation of the Forth language."
   
 install-strip:  install  install-strip:  install
   
Line 414  checkdoc: gforth.ds primitives.b ds2texi Line 418  checkdoc: gforth.ds primitives.b ds2texi
 dvi:            gforth.dvi  dvi:            gforth.dvi
   
 gforth.dvi gforth.fns:  gforth.texi  gforth.dvi gforth.fns:  gforth.texi
                 $(TEXI2DVI) $(srcdir)/gforth.texi                  $(TEXI2DVI) gforth.texi
   
 gforth.ps:      gforth.dvi  gforth.ps:      gforth.dvi
                 $(DVI2PS) gforth.dvi -o $@                  $(DVI2PS) gforth.dvi -o $@
Line 427  gforth.info: gforth.texi Line 431  gforth.info: gforth.texi
 html:           gforth.texi  html:           gforth.texi
                 -$(RM) html/*                  -$(RM) html/*
                 -mkdir html                  -mkdir html
                 cd html; $(TEXI2HTML) -menu -split_node ../gforth.texi                  cd html; $(TEXI2HTML) -menu -split_node gforth.texi
   
 doc:            gforth.ps html  doc:            gforth.ps html
   

Removed from v.1.67  
changed lines
  Added in v.1.68


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