Diff for /gforth/Makefile.in between versions 1.316 and 1.328

version 1.316, 2006/02/27 23:13:03 version 1.328, 2006/05/01 09:49:54
Line 88  FORTHK = $(ENGINE) $(FORTHKFLAGS) Line 88  FORTHK = $(ENGINE) $(FORTHKFLAGS)
 # in exboot.fs  # in exboot.fs
 STARTUP = exboot.fs startup.fs @asm_fs@ @disasm_fs@  STARTUP = exboot.fs startup.fs @asm_fs@ @disasm_fs@
 STRIP   = strip  STRIP   = strip
 TEXI2DVI = texi2dvi -e  TEXI2DVI = texi2dvi
 TEXI2PDF = texi2dvi --pdf -e  TEXI2PDF = texi2dvi --pdf
 DVI2PS  = dvips -t letterSize -Z  DVI2PS  = dvips -t letterSize -Z
 #you can get texi2html from http://wwwcn.cern.ch/dci/texi2html/  #you can get texi2html from http://wwwcn.cern.ch/dci/texi2html/
 MAKEINFO = makeinfo  MAKEINFO = makeinfo
Line 150  KERN_SRC = \ Line 150  KERN_SRC = \
         kernel/aliases0.fs \          kernel/aliases0.fs \
         kernel/aliases.fs \          kernel/aliases.fs \
         kernel/args.fs \          kernel/args.fs \
         chains.fs \  
         kernel/cbr.fs \          kernel/cbr.fs \
         kernel/cloop.fs \          kernel/cloop.fs \
         kernel/cond.fs \          kernel/cond.fs \
Line 186  EC_SRC = \ Line 185  EC_SRC = \
         asm/README \          asm/README \
         asm/bitmask.fs \          asm/bitmask.fs \
         asm/numref.fs \          asm/numref.fs \
           chains.fs \
         asm/basic.fs \          asm/basic.fs \
         asm/generic.fs \          asm/generic.fs \
         asm/target.fs \          asm/target.fs \
Line 194  EC_SRC = \ Line 194  EC_SRC = \
         ec/shex.fs \          ec/shex.fs \
         ec/builttag.fs \          ec/builttag.fs \
         ec/dotx.fs \          ec/dotx.fs \
         ec/nesting.fs          ec/nesting.fs \
           build-ec.in
   
 GFORTH_FI_SRC = \  GFORTH_FI_SRC = \
         assert.fs \          assert.fs \
Line 208  GFORTH_FI_SRC = \ Line 209  GFORTH_FI_SRC = \
         debugs.fs \          debugs.fs \
         dis-gdb.fs \          dis-gdb.fs \
         ekey.fs \          ekey.fs \
           envos.fs \
         savesys.fs \          savesys.fs \
         environ.fs \          environ.fs \
         errors.fs \          errors.fs \
Line 247  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) Line 249  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC)
         ans-report.fs ansi.fs answords.fs \          ans-report.fs ansi.fs answords.fs \
         colorize.fs comp-i.fs \          colorize.fs comp-i.fs \
         depth-changes.fs dosekey.fs doskey.fs ds2texi.fs \          depth-changes.fs dosekey.fs doskey.fs ds2texi.fs \
         envos.fs envos.dos envos.os2 etags.fs filedump.fs fi2c.fs \          envos.dos envos.os2 etags.fs filedump.fs fi2c.fs \
         fsl-util.4th glosgen.fs gray.fs httpd.fs proxy.fs \          fsl-util.4th glosgen.fs gray.fs httpd.fs proxy.fs \
         make-app.fs doc/makedoc.fs \          make-app.fs doc/makedoc.fs \
         locate.fs more.fs other.fs prims2x.fs random.fs \          locate.fs more.fs other.fs prims2x.fs random.fs \
Line 331  ARCHS = \ Line 333  ARCHS = \
         arch/r8c/asm.fs \          arch/r8c/asm.fs \
         arch/r8c/asm-test.fs \          arch/r8c/asm-test.fs \
         arch/r8c/prim.fs \          arch/r8c/prim.fs \
           arch/r8c/errors.fs \
           arch/r8c/tt.fs \
           arch/r8c/terminal.fs \
         arch/r8c/mach.fs          arch/r8c/mach.fs
   
 #not included in distribution until distribution terms are included:  #not included in distribution until distribution terms are included:
Line 410  FORTH_GEN_ENGINE_FAST= \ Line 415  FORTH_GEN_ENGINE_FAST= \
         engine/prim_superend-fast.i engine/profile-fast.i \          engine/prim_superend-fast.i engine/profile-fast.i \
         engine/prim_num-fast.i engine/prim_grp-fast.i \          engine/prim_num-fast.i engine/prim_grp-fast.i \
         engine/costs-fast.i engine/super2-fast.i          engine/costs-fast.i engine/super2-fast.i
 FORTH_GEN_PRIMB = $(FORTH_GEN_ENGINE) kernel/aliases.fs kernel/prim.fs  FORTH_GEN_PRIMB = $(FORTH_GEN_ENGINE) $(FORTH_GEN_ENGINE_FAST) kernel/aliases.fs kernel/prim.fs
 FORTH_GEN0 = prim.b $(FORTH_GEN_PRIMB)  FORTH_GEN0 = prim.b $(FORTH_GEN_PRIMB)
 FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gforth.fi  FORTH_GEN =  $(FORTH_GEN0) @KERNEL@ gforth.fi
 # this is used for antidependences,  # this is used for antidependences,
 FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@   FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@ build-ec
   
 #kernel dependencies  #kernel dependencies
 KERN_DEPS = $(KERN_SRC) kernel/version.fs machpc.fs $(FORTH_GEN0) compat/strcomp.fs  KERN_DEPS = $(KERN_SRC) kernel/version.fs machpc.fs $(FORTH_GEN0) compat/strcomp.fs
   
 #distributed documentation  #distributed documentation
 DOCDIST = doc/gforth.info doc/gforth.info* doc/gforth.ps \  DOCDIST = doc/gforth.info doc/gforth.info-* doc/gforth.ps \
           doc/vmgen.info doc/vmgen.info* doc/vmgen.ps            doc/vmgen.info doc/vmgen.ps
   
 KERNLS = kernl16b.fi- kernl16l.fi- \  KERNLS = kernl16b.fi- kernl16l.fi- \
          kernl32b.fi- kernl32l.fi- \           kernl32b.fi- kernl32l.fi- \
Line 924  stamp-h.in: configure.in aclocal.m4 Line 929  stamp-h.in: configure.in aclocal.m4
         echo timestamp > $(srcdir)/stamp-h.in          echo timestamp > $(srcdir)/stamp-h.in
   
 engine/config.h: stamp-h  engine/config.h: stamp-h
 stamp-h: engine/config.h.in config.status  stamp-h: engine/config.h.in config.status stamp-h.in
         ./config.status          ./config.status
   
 Makefile Makedist engine/Makefile gforthmi vmgen machpc.fs doc/version.texi:    Makefile.in Makedist.in engine/Makefile.in gforthmi.in vmgen.in machpc.fs.in doc/version.texi.in config.status configure.in  Makefile Makedist engine/Makefile gforthmi vmgen machpc.fs doc/version.texi envos.fs build-ec:  Makefile.in Makedist.in engine/Makefile.in gforthmi.in vmgen.in machpc.fs.in doc/version.texi.in config.status configure.in envos.fs.in build-ec.in
         ./config.status          ./config.status
   
 config.status: configure  config.status: configure
         ./config.status --recheck          ./config.status --recheck
   
   
 #create files for DOS, because DOS cannot do it itself  #create files for DOS, because DOS cannot do it itself
 makefile.dos: mkdosmf.sed Makefile.in engine/Makefile.in  makefile.dos: mkdosmf.sed Makefile.in engine/Makefile.in
         sed -f mkdosmf.sed <Makefile.in >makefile.dos          sed -f mkdosmf.sed <Makefile.in >makefile.dos

Removed from v.1.316  
changed lines
  Added in v.1.328


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