Diff for /gforth/Makefile.in between versions 1.131 and 1.137

version 1.131, 1998/12/19 23:15:07 version 1.137, 1998/12/23 09:27:23
Line 65  CC = $(GCC) Line 65  CC = $(GCC)
 FORTHPATH = .$(PATHSEP)$(libdir)/gforth/site-forth$(PATHSEP)$(datadir)/gforth/site-forth$(PATHSEP)$(libdir)/gforth/$(VERSION)$(PATHSEP)$(datadir)/gforth/$(VERSION)  FORTHPATH = .$(PATHSEP)$(libdir)/gforth/site-forth$(PATHSEP)$(datadir)/gforth/site-forth$(PATHSEP)$(libdir)/gforth/$(VERSION)$(PATHSEP)$(datadir)/gforth/$(VERSION)
 FORTHSIZES = @FORTHSIZES@  FORTHSIZES = @FORTHSIZES@
 FORTH   = ./gforth --die-on-signal -p $(FORTHPATH)$(PATHSEP)$(srcdir)  FORTH   = ./gforth --die-on-signal -p $(FORTHPATH)$(PATHSEP)$(srcdir)
 FORTHKFLAGS= --die-on-signal -p .$(PATHSEP)$(srcdir) -i ./$(kernel_fi)  FORTHKFLAGS= --die-on-signal -p .$(PATHSEP)$\~+$(PATHSEP)$(srcdir) -i $(kernel_fi)
 FORTHK  = ./gforth $(FORTHKFLAGS)  FORTHK  = ./gforth $(FORTHKFLAGS)
 FORTHP  = ./gforth --die-on-signal -i ./$(kernel_fi)  FORTHP  = ./gforth --die-on-signal -i ./$(kernel_fi)
 STRIP   = strip  STRIP   = strip
Line 278  ARCHS = \ Line 278  ARCHS = \
         arch/shboom/sh.p \          arch/shboom/sh.p \
         arch/shboom/doers.fs          arch/shboom/doers.fs
   
 SOURCES = $(CVSDIRS) compat Makefile.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 \
         acconfig.h acinclude.m4 engine/config.h.in stamp-h.in \          acconfig.h acinclude.m4 engine/config.h.in stamp-h.in \
         install-sh INSTALL INSTALL.BINDIST NEWS README ToDo BUGS model \          install-sh INSTALL INSTALL.BINDIST NEWS README ToDo BUGS model \
Line 314  FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@ Line 314  FORTH_GEN1 = $(FORTH_GEN0) @kernel_fi@
 DOCDIST = doc/gforth.info doc/gforth.info-* doc/gforth.txt doc/gforth.ps  DOCDIST = doc/gforth.info doc/gforth.info-* doc/gforth.txt doc/gforth.ps
   
 #stuff in a binonly distribution   #stuff in a binonly distribution 
 BINONLYDIST = config.status Makefile gforth$(EXE) gforth-ditc$(EXE) \  BINONLYDIST = config.status Makefile Makedist gforth$(EXE) gforth-ditc$(EXE) \
         $(OBJECTS0) $(OBJECTS) $(OBJECTS_DITC)\          $(OBJECTS0) $(OBJECTS) $(OBJECTS_DITC)\
         arch/$(machine)/machine.h engine/config.h engine/Makefile \          arch/$(machine)/machine.h engine/config.h engine/Makefile \
         stamp-h kernel/version.fs version-stamp \          stamp-h kernel/version.fs version-stamp \
Line 324  KERNLS = kernl16b.fi- kernl16l.fi- \ Line 324  KERNLS = kernl16b.fi- kernl16l.fi- \
          kernl32b.fi- kernl32l.fi- \           kernl32b.fi- kernl32l.fi- \
          kernl64b.fi- kernl64l.fi-           kernl64b.fi- kernl64l.fi-
   
 GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) doc/gforth.texi doc/gforth.dvi doc/gforth.ps Makefile engine/Makefile configure  GEN_PRECIOUS = $(FORTH_GEN) $(KERNLS) doc/gforth.texi doc/gforth.dvi doc/gforth.ps Makefile Makedist engine/Makefile configure
   
 #standards.info recommends this:  #standards.info recommends this:
 .SUFFIXES:  .SUFFIXES:
Line 378  clean:  mostlyclean Line 378  clean:  mostlyclean
   
 distclean:      clean  distclean:      clean
                 -$(RM) config.cache config.log config.status \                  -$(RM) config.cache config.log config.status \
                 engine/config.h Makefile engine/Makefile \                  engine/config.h Makefile Makedist engine/Makefile \
                 stamp-h engine/stamp-h \                  stamp-h engine/stamp-h \
                 doc/version.texi gforthmi                  doc/version.texi gforthmi
   
Line 391  virtualclean: mostlyclean Line 391  virtualclean: mostlyclean
                 -$(RM) -rf gforth.fns gforth.texi gforth.ps gforth.info* \                  -$(RM) -rf gforth.fns gforth.texi gforth.ps gforth.info* \
                 gforth-$(VERSION).tar.gz config.cache *~ */*~                  gforth-$(VERSION).tar.gz config.cache *~ */*~
   
 #use dist targets only when srcdir=.  #Some makes (Ultrix, SunOS, IRIX) are so broken, they cannot read the
 dist:           $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)  #Makefile if it contains our dist rules.  Therefore we have put these
                 -$(RMTREE) gforth-$(VERSION)  #rules in Makedist (you can use them with GNU make on these systems).
                 mkdir gforth-$(VERSION)  dist:           Makedist FORCE
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \                  $(MAKE) -f Makedist d$@
                         (cd gforth-$(VERSION); tar xf -)  
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION).tar.gz  dosdist:        Makedist FORCE
                 -$(RMTREE) gforth-$(VERSION)                  $(MAKE) -f Makedist d$@
   
 #use dist targets only when srcdir=.  srcdist:        Makedist FORCE
 dosdist:        $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST)                  $(MAKE) -f Makedist d$@
                 -$(RMTREE) gforth.$(DOSVERSION)  
                 mkdir gforth.$(DOSVERSION)  srconlydist:    Makedist FORCE
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) | \                  $(MAKE) -f Makedist d$@
                         (cd gforth.$(DOSVERSION); tar xf -)  
                 $(MV) gforth.$(DOSVERSION)/engine/strsignal.c gforth.$(DOSVERSION)/engine/strsig.c  
                 for i in 1 2 3 4 5 6 7 8; do \  
                         $(MV) gforth.$(DOSVERSION)/doc/gforth.info-$$i gforth.$(DOSVERSION)/doc/gforth.i$$i; \  
                 done  
                 zip -r9 gf$(DOSVERSION)dos.zip gforth.$(DOSVERSION)/*  
                 -$(RMTREE) gforth.$(DOSVERSION)  
   
 #A source distribution contains only the things needed to install gforth,  docdist:        Makedist FORCE
 #without the documents.                  $(MAKE) -f Makedist d$@
 srcdist:        $(SOURCES) $(FORTH_GEN0) @KERNEL@  
                 -$(RMTREE) gforth-$(VERSION)  htmldist:       Makedist FORCE
                 mkdir gforth-$(VERSION)                  $(MAKE) -f Makedist d$@
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ | \  
                         (cd gforth-$(VERSION); tar xf -)  bindist:        Makedist FORCE
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-src-$(VERSION).tar.gz                  $(MAKE) -f Makedist d$@
                 -$(RMTREE) gforth-$(VERSION)  
   binonlydist:    Makedist FORCE
 srconlydist:    $(SOURCES)                  $(MAKE) -f Makedist d$@
                 -$(RMTREE) gforth-$(VERSION)  
                 mkdir gforth-$(VERSION)  
                 $(TAR) $(SOURCES) | \  
                         (cd gforth-$(VERSION); tar xf -)  
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-srconly-$(VERSION).tar.gz  
                 -$(RMTREE) gforth-$(VERSION)  
   
 #A document distribution contains only the documents, which can be created  
 #with MAKE.  
 docdist:        $(DOCDIST)  
                 -$(RMTREE) gforth-$(VERSION)  
                 mkdir gforth-$(VERSION)  
                 $(TAR) $(DOCDIST) | (cd gforth-$(VERSION); tar xf -)  
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-doc-$(VERSION).tar.gz  
                 -$(RMTREE) gforth-$(VERSION)  
   
 #a binary distribution contains the complete source distribution,  
 # the objects, the executable and the links. the objects are there for making  
 # make happy.  
 bindist:        $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)  
                 -$(RMTREE) gforth-$(VERSION)  
                 mkdir gforth-$(VERSION)  
                 $(TAR) $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)  
                 strip gforth-$(VERSION)/gforth  
                 $(TAR) gforth-$(VERSION)|gzip -9 >gforth-$(VERSION)-@host@.tar.gz  
   
 #makes a package with only the stuff not present in the source  
 #package. For installation the source package is still needed!  
 #This is useful if you want to distribute many binary versions in  
 #little space (e.g., on floppy disk): Put the source package and  
 #all the binonly packages you are interested in on the disk. The user  
 #then just has to unpack the source and his favourite binonly into the  
 #same directory and has a full binary distribution.  
 binonlydist:    $(SOURCES) $(FORTH_GEN0) @KERNEL@ $(DOCDIST) $(BINONLYDIST)  
                 -$(RMTREE) gforth-$(VERSION)  
                 mkdir gforth-$(VERSION)  
                 $(TAR) $(BINONLYDIST) | (cd gforth-$(VERSION); tar xf -)  
                 strip gforth-$(VERSION)/gforth  
                 $(TAR) 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
Line 473  binonlydist: $(SOURCES) $(FORTH_GEN0) @K Line 427  binonlydist: $(SOURCES) $(FORTH_GEN0) @K
 #hard to generate)  #hard to generate)
 install:        gforth$(EXE) $(FORTH_SRC) $(kernel_fi) gforth.fi gforthmi doc/gforth.1 prim install.TAGS installdirs  install:        gforth$(EXE) $(FORTH_SRC) $(kernel_fi) gforth.fi gforthmi doc/gforth.1 prim install.TAGS installdirs
                 touch $(datadir)/gforth/site-forth/siteinit.fs                  touch $(datadir)/gforth/site-forth/siteinit.fs
                 -$(RM) $(bindir)/gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE)                  -$(RM) $(bindir)/gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforthmi
                 $(INSTALL_PROGRAM) -s gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE)                  $(INSTALL_PROGRAM) -s gforth$(EXE) $(bindir)/gforth-$(VERSION)$(EXE)
                 $(LN_S) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforth$(EXE)                  $(LN_S) $(bindir)/gforth-$(VERSION)$(EXE) $(bindir)/gforth$(EXE)
                 $(INSTALL_PROGRAM) gforthmi $(bindir)/gforthmi-$(VERSION)                  $(INSTALL_PROGRAM) gforthmi $(bindir)/gforthmi-$(VERSION)
Line 484  install: gforth$(EXE) $(FORTH_SRC) $(ker Line 438  install: gforth$(EXE) $(FORTH_SRC) $(ker
                         $(INSTALL_DATA) $(srcdir)/$$i $(datadir)/gforth/$(VERSION)/$$i; \                          $(INSTALL_DATA) $(srcdir)/$$i $(datadir)/gforth/$(VERSION)/$$i; \
                 done                  done
                 $(INSTALL_DATA) $(kernel_fi) $(datadir)/gforth/$(VERSION)                  $(INSTALL_DATA) $(kernel_fi) $(datadir)/gforth/$(VERSION)
                 $(RM) gforth.fi; $(MAKE) gforth.fi #gforth.fi contains some path names                  $(RM) gforth.fi
                   GFORTHD="./gforth-ditc -i $(kernel_fi)" GFORTH="./gforth-ditc -i $(kernel_fi) startup.fs" ./gforthmi gforth.fi $(FORTHSIZES) startup.fs #gforth.fi contains some path names
                 $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION)                  $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION)
                 $(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS                  $(INSTALL_DATA) install.TAGS $(datadir)/gforth/$(VERSION)/TAGS
                 @if test -d $(emacssitelispdir); then \                  @if test -d "$(emacssitelispdir)"; then \
                         $(INSTALL_DATA) $(srcdir)/gforth.el $(emacssitelispdir); \                          $(INSTALL_DATA) $(srcdir)/gforth.el $(emacssitelispdir); \
                 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"; \
Line 540  kernl16l.fi-: $(KERN_SRC) kernel/version Line 495  kernl16l.fi-: $(KERN_SRC) kernel/version
                 $(FORTHK) -e 's" mach16l.fs"' kernel/main.fs -e "save-cross kernl16l.fi- $(bindir)/gforth-$(VERSION) bye"                  $(FORTHK) -e 's" mach16l.fs"' kernel/main.fs -e "save-cross kernl16l.fi- $(bindir)/gforth-$(VERSION) bye"
   
 kernl16b.fi-:   $(KERN_SRC) kernel/version.fs mach16b.fs $(FORTH_GEN0)  kernl16b.fi-:   $(KERN_SRC) kernel/version.fs mach16b.fs $(FORTH_GEN0)
                 $(FORTHK) -e 's" mach16b.fs"' kernel/main.fs -e "save-cross kernl16b.fi- $(bindir)/gforth-$(VERSION) bye"                  $(FORTHK) -e 's" mach16b.fs"' $(srcdir)/kernel/main.fs -e "save-cross kernl16b.fi- $(bindir)/gforth-$(VERSION) bye"
   
 kernl32l.fi-:   $(KERN_SRC) kernel/version.fs mach32l.fs $(FORTH_GEN0)  kernl32l.fi-:   $(KERN_SRC) kernel/version.fs mach32l.fs $(FORTH_GEN0)
                 $(FORTHK) -e 's" mach32l.fs"' kernel/main.fs -e "save-cross kernl32l.fi- $(bindir)/gforth-$(VERSION) bye"                  $(FORTHK) -e 's" mach32l.fs"' $(srcdir)/kernel/main.fs -e "save-cross kernl32l.fi- $(bindir)/gforth-$(VERSION) bye"
   
 kernl32b.fi-:   $(KERN_SRC) kernel/version.fs mach32b.fs $(FORTH_GEN0)  kernl32b.fi-:   $(KERN_SRC) kernel/version.fs mach32b.fs $(FORTH_GEN0)
                 $(FORTHK) -e 's" mach32b.fs"' kernel/main.fs -e "save-cross kernl32b.fi- $(bindir)/gforth-$(VERSION) bye"                  $(FORTHK) -e 's" mach32b.fs"' $(srcdir)/kernel/main.fs -e "save-cross kernl32b.fi- $(bindir)/gforth-$(VERSION) bye"
   
 kernl64l.fi-:   $(KERN_SRC) kernel/version.fs mach64l.fs $(FORTH_GEN0)  kernl64l.fi-:   $(KERN_SRC) kernel/version.fs mach64l.fs $(FORTH_GEN0)
                 $(FORTHK) -e 's" mach64l.fs"' kernel/main.fs -e "save-cross kernl64l.fi- $(bindir)/gforth-$(VERSION) bye"                  $(FORTHK) -e 's" mach64l.fs"' $(srcdir)/kernel/main.fs -e "save-cross kernl64l.fi- $(bindir)/gforth-$(VERSION) bye"
   
 kernl64b.fi-:   $(KERN_SRC) kernel/version.fs mach64b.fs $(FORTH_GEN0)  kernl64b.fi-:   $(KERN_SRC) kernel/version.fs mach64b.fs $(FORTH_GEN0)
                 $(FORTHK) -e 's" mach64b.fs"' kernel/main.fs -e "save-cross kernl64b.fi- $(bindir)/gforth-$(VERSION) bye"                  $(FORTHK) -e 's" mach64b.fs"' $(srcdir)/kernel/main.fs -e "save-cross kernl64b.fi- $(bindir)/gforth-$(VERSION) bye"
   
 kernl-%.fi:     arch/%/mach.fs \  kernl-%.fi:     arch/%/mach.fs \
                 $(KERN_SRC) kernel/version.fs $(FORTH_GEN0)                  $(KERN_SRC) kernel/version.fs $(FORTH_GEN0)
                 $(FORTHK) -e 's" $<"' kernel/main.fs -e "save-cross $@- $(bindir)/gforth-$(VERSION) bye"                  $(FORTHK) -e 's" $<"' $(srcdir)/kernel/main.fs -e "save-cross $@- $(bindir)/gforth-$(VERSION) bye"
                 if [ -f `echo $< | sed s/fs/sh/` ]; \                  if [ -f `echo $< | sed s/fs/sh/` ]; \
                 then sh `echo $< | sed s/fs/sh/` $@; \                  then sh `echo $< | sed s/fs/sh/` $@; \
                 else $(CP) $@- $@; \                  else $(CP) $@- $@; \
Line 721  stamp-h: engine/config.h.in config.statu Line 676  stamp-h: engine/config.h.in config.statu
                 CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status                  CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status
                 echo timestamp > stamp-h                  echo timestamp > stamp-h
   
 Makefile:       Makefile.in engine/Makefile.in config.status  Makefile Makedist engine/Makefile gforthmi:     Makefile.in Makedist.in engine/Makefile.in gforthmi.in config.status
                 CONFIG_FILES="$@ engine/$@" CONFIG_HEADERS=engine/config.h ./config.status  
   
 gforthmi:       gforthmi.in config.status  
                 CONFIG_FILES="$@" CONFIG_HEADERS=engine/config.h ./config.status                  CONFIG_FILES="$@" CONFIG_HEADERS=engine/config.h ./config.status
   
 config.status:  configure  config.status:  configure

Removed from v.1.131  
changed lines
  Added in v.1.137


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