Diff for /gforth/Makefile.in between versions 1.223 and 1.225

version 1.223, 2002/08/14 09:00:22 version 1.225, 2002/08/20 16:59:01
Line 542  check test: gforth$(EXE) gforth.fi Line 542  check test: gforth$(EXE) gforth.fi
                 $(FORTHS) test/signals.fs -e bye                  $(FORTHS) test/signals.fs -e bye
                 $(FORTH) code.fs test/checkans.fs -e bye | diff -c - $(srcdir)/test/checkans.out                  $(FORTH) code.fs test/checkans.fs -e bye | diff -c - $(srcdir)/test/checkans.out
                 $(FORTH) prims2x.fs -e \                  $(FORTH) prims2x.fs -e \
                   "c-flag on s\" $(srcdir)/prim.b\" ' output-c ' output-c-combined process-file bye"| \                    "c-flag on s\" prim.i\" out-filename 2! s\" $(srcdir)/prim.b\" ' output-c ' output-c-combined process-file bye"| \
                   diff -c - $(srcdir)/engine/prim.i                    diff -c - $(srcdir)/engine/prim.i
   
 bench:          gforth-fast$(EXE) gforth.fi  bench:          gforth-fast$(EXE) gforth.fi
Line 627  prim.b:  prim peeprules.vmg Line 627  prim.b:  prim peeprules.vmg
                 m4 -s $(srcdir)/prim >$@                   m4 -s $(srcdir)/prim >$@ 
   
 engine/prim.i:          prim.b prims2x.fs  engine/prim.i:          prim.b prims2x.fs
                 $(FORTHP) prims2x.fs -e "c-flag on s\" prim.b\" ' output-c ' output-c-combined process-file bye" >$@-                  $(FORTHP) prims2x.fs -e "c-flag on s\" prim.i\" out-filename 2! s\" prim.b\" ' output-c ' output-c-combined process-file bye" >$@-
                 $(CP) $@- $@                  $(CP) $@- $@
                 $(RM) $@-                  $(RM) $@-
   
Line 786  doc/vmgen.info: $(VMGEN_TEXI) Line 786  doc/vmgen.info: $(VMGEN_TEXI)
                 cd doc; $(MAKEINFO) vmgen.texi                  cd doc; $(MAKEINFO) vmgen.texi
   
   
 ### need makeinfo 4.0 to generate html. Otherwise, use texi2html..  ### need makeinfo 4.2 to generate html with these rules
 html:           $(GFORTH_TEXI)  doc/gforth: $(GFORTH_TEXI)
                 -$(RMTREE) html          cd doc; $(MAKEINFO) --html gforth.texi
                 -mkdir html  
                 cd html; $(MAKEINFO) --html -I ../doc ../doc/gforth.texi  doc/vmgen: $(VMGEN_TEXI)
 ###             cd html; $(TEXI2HTML) -menu -split_node ../doc/gforth.texi          cd doc; $(MAKEINFO) --html vmgen.texi
   
 doc/gforth.txt: $(GFORTH_TEXI)  doc/gforth.txt: $(GFORTH_TEXI)
                 -cd doc; $(MAKEINFO) --no-headers --no-split gforth.texi >gforth.txt                  -cd doc; $(MAKEINFO) --no-headers --no-split gforth.texi >gforth.txt
   
   doc/vmgen.txt:  $(VMGEN_TEXI)
                   -cd doc; $(MAKEINFO) --no-headers --no-split vmgen.texi >vmgen.txt
   
 doc:            info html doc/gforth.ps doc/gforth.txt TAGS  doc:            info html doc/gforth.ps doc/gforth.txt TAGS
   
 # For an explanation of the following Makefile rules, see node  # For an explanation of the following Makefile rules, see node

Removed from v.1.223  
changed lines
  Added in v.1.225


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