Diff for /gforth/Makefile.in between versions 1.171 and 1.178

version 1.171, 2000/05/19 09:24:37 version 1.178, 2000/07/13 19:47:37
Line 72  FORTH_FAST = $(ENGINE_FAST) $(FORTH_ARGS Line 72  FORTH_FAST = $(ENGINE_FAST) $(FORTH_ARGS
 FORTHKFLAGS= --die-on-signal -p ".$(PATHSEP)~+$(PATHSEP)$(srcdir)" -i $(kernel_fi)  FORTHKFLAGS= --die-on-signal -p ".$(PATHSEP)~+$(PATHSEP)$(srcdir)" -i $(kernel_fi)
 FORTHK  = $(ENGINE) $(FORTHKFLAGS)  FORTHK  = $(ENGINE) $(FORTHKFLAGS)
 FORTHP  = $(ENGINE) --die-on-signal -i ./$(kernel_fi)  FORTHP  = $(ENGINE) --die-on-signal -i ./$(kernel_fi)
 STARTUP = -e 3 exboot.fs startup.fs  STARTUP = -e 3 exboot.fs startup.fs @asm_fs@ @disasm_fs@
 STRIP   = strip  STRIP   = strip
 TEXI2DVI = texi2dvi -e  TEXI2DVI = texi2dvi -e
 DVI2PS  = dvips -Z  DVI2PS  = dvips -Z
Line 119  CVSDIRS = CVS engine/CVS kernel/CVS doc/ Line 119  CVSDIRS = CVS engine/CVS kernel/CVS doc/
         arch/386/CVS arch/hppa/CVS arch/sparc/CVS arch/power/CVS \          arch/386/CVS arch/hppa/CVS arch/sparc/CVS arch/power/CVS \
         arch/alpha/CVS arch/4stack/CVS arch/misc/CVS arch/6502/CVS \          arch/alpha/CVS arch/4stack/CVS arch/misc/CVS arch/6502/CVS \
         arch/8086/CVS arch/avr/CVS arch/c165/CVS arch/h8/CVS \          arch/8086/CVS arch/avr/CVS arch/c165/CVS arch/h8/CVS \
         arch/shboom/CVS \          arch/shboom/CVS arch/sharc/CVS \
   
 INCLUDES = engine/forth.h engine/threaded.h engine/io.h  INCLUDES = engine/forth.h engine/threaded.h engine/io.h
   
Line 130  KERN_SRC = \ Line 130  KERN_SRC = \
         kernel/aliases.fs \          kernel/aliases.fs \
         kernel/args.fs \          kernel/args.fs \
         chains.fs \          chains.fs \
           kernel/cbr.fs \
           kernel/cloop.fs \
         kernel/cond.fs \          kernel/cond.fs \
         kernel/cond-old.fs \          kernel/cond-old.fs \
         cross.fs \          cross.fs \
Line 183  GFORTH_FI_SRC = \ Line 185  GFORTH_FI_SRC = \
         savesys.fs \          savesys.fs \
         environ.fs \          environ.fs \
         errors.fs \          errors.fs \
           exboot.fs \
         exceptions.fs \          exceptions.fs \
         extend.fs \          extend.fs \
         float.fs \          float.fs \
Line 204  GFORTH_FI_SRC = \ Line 207  GFORTH_FI_SRC = \
         vt100.fs \          vt100.fs \
         vt100key.fs \          vt100key.fs \
         wordinfo.fs \          wordinfo.fs \
         lib.fs \          arch/386/asm.fs arch/386/disasm.fs \
         sieve.fs \          arch/alpha/asm.fs arch/alpha/disasm.fs \
         add.fs          arch/mips/asm.fs arch/mips/disasm.fs
   
 FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) $(EC_SRC) \  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) $(EC_SRC) \
         ans-report.fs ansi.fs answords.fs \          ans-report.fs ansi.fs answords.fs \
Line 223  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC) Line 226  FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_SRC)
         test/other.fs test/checkans.fs \          test/other.fs test/checkans.fs \
         bubble.fs siev.fs matrix.fs fib.fs \          bubble.fs siev.fs matrix.fs fib.fs \
         oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \          oof.fs oofsampl.fs objects.fs objexamp.fs mini-oof.fs moof-exm.fs \
         moofglos.fs          moofglos.fs \
           add.fs lib.fs sieve.fs
   
 COMPAT = compat/README \  COMPAT = compat/README \
         compat/anslocal.fs \          compat/anslocal.fs \
Line 286  ARCHS = \ Line 290  ARCHS = \
         arch/shboom/prim.fs \          arch/shboom/prim.fs \
         arch/shboom/dis2.fs \          arch/shboom/dis2.fs \
         arch/shboom/sh.p \          arch/shboom/sh.p \
         arch/shboom/doers.fs          arch/shboom/doers.fs \
           arch/sharc/mach.fs \
           arch/sharc/machine.h \
           arch/sharc/compile.sharc \
           arch/sharc/unistd.h \
           arch/sharc/systypes.h \
           arch/sharc/types.h \
           arch/sharc/g21k-3.3.4-bp1.diff
   
 SOURCES = $(CVSDIRS) compat Makefile.in Makedist.in engine/Makefile.in gforthmi.in \  SOURCES = $(CVSDIRS) compat Makefile.in Makedist.in engine/Makefile.in gforthmi.in \
         configure.in configure config.sub config.guess elisp-comp missing \          configure.in configure config.sub config.guess elisp-comp missing \
Line 302  SOURCES = $(CVSDIRS) compat Makefile.in Line 313  SOURCES = $(CVSDIRS) compat Makefile.in
         engine/ansidecl.h engine/memmove.c \          engine/ansidecl.h engine/memmove.c \
         engine/pow10.c engine/atanh.c engine/cleanalign.c \          engine/pow10.c engine/atanh.c engine/cleanalign.c \
         engine/strerror.c engine/strsignal.c engine/dblsub.c \          engine/strerror.c engine/strsignal.c engine/dblsub.c \
           engine/fnmatch.h engine/fnmatch.c \
         INSTALL.DOS makefile.dos engine/makefile.dos mkdosmf.sed config.bat \          INSTALL.DOS makefile.dos engine/makefile.dos mkdosmf.sed config.bat \
         dosconf.h gforthmi.bat mkinstalldirs siteinit.fs \          dosconf.h gforthmi.bat mkinstalldirs siteinit.fs \
         versions.bsh \          versions.bsh \
Line 396  distclean: clean Line 408  distclean: clean
                 doc/version.texi gforthmi                  doc/version.texi gforthmi
   
 #realclean is useless, but dangerous, so it's commented out  #realclean is useless, but dangerous, so it's commented out
 #realclean:     distclean  realclean:      distclean
 #               -$(RM) $(GEN_PRECIOUS)                  -$(RM) $(GEN_PRECIOUS)
   
 #mostlyclean, but also remove some of the stuff that is distributed  #mostlyclean, but also remove some of the stuff that is distributed
 virtualclean:   mostlyclean  virtualclean:   mostlyclean

Removed from v.1.171  
changed lines
  Added in v.1.178


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