Diff for /gforth/Makefile.in between versions 1.118 and 1.121

version 1.118, 1998/08/02 10:00:01 version 1.121, 1998/10/14 22:36:41
Line 296  SOURCES = CVS engine/CVS compat Makefile Line 296  SOURCES = CVS engine/CVS compat Makefile
         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/strsig.c engine/dblsub.c \          engine/strerror.c engine/strsignal.c engine/strsig.c engine/dblsub.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 startup.dos history.dos mkinstalldirs \          dosconf.h gforthmi.bat mkinstalldirs \
         versions.bsh \          versions.bsh \
         configure.cmd mkos2mf.sed os2conf.h makefile.os2 engine/makefile.os2 \          configure.cmd mkos2mf.sed os2conf.h makefile.os2 engine/makefile.os2 \
         gforthmi.cmd glosgen.glo doc/glossaries.doc \          gforthmi.cmd glosgen.glo doc/glossaries.doc \
Line 377  mostlyclean: FORCE Line 377  mostlyclean: FORCE
   
 clean:          mostlyclean  clean:          mostlyclean
                 -$(RM) -rf $(GEN) engine/gforth engine/gforth-ditc \                  -$(RM) -rf $(GEN) engine/gforth engine/gforth-ditc \
                 *.o engine/*.o arch/*/*.o                  *.o engine/*.o arch/*/*.o version
   
 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 engine/Makefile \
                 stamp-h engine/stamp-h \                  stamp-h engine/stamp-h \
                 doc/version.texi version                  doc/version.texi
   
 #realclean is useless, but dangerous, so it's commented out  #realclean is useless, but dangerous, so it's commented out
 #realclean:     distclean  #realclean:     distclean
Line 613  kernel/prim.fs: prim.b prims2x.fs kernel Line 613  kernel/prim.fs: prim.b prims2x.fs kernel
   
 gforth:         FORCE  gforth:         FORCE
                 -$(CP) gforth gforth~                  -$(CP) gforth gforth~
                 cd engine && make gforth && cd ..                  $(MAKE) -C engine gforth
                 $(CP) engine/$@ $@                  $(CP) engine/$@ $@
                 @GFORTH_EXE@                  @GFORTH_EXE@
   
 gforth-ditc:    FORCE  gforth-ditc:    FORCE
                 cd engine; make gforth-ditc; cd ..                  $(MAKE) -C engine gforth-ditc
                 $(CP) engine/$@ $@                  $(CP) engine/$@ $@
                 @GFORTHDITC_EXE@                  @GFORTHDITC_EXE@
   
Line 659  doc/gforth.texi: doc/gforth.ds prim.b ds Line 659  doc/gforth.texi: doc/gforth.ds prim.b ds
                 $(RM) $@-                  $(RM) $@-
   
 checkdoc:       doc/gforth.ds prim.b ds2texi.fs prims2x.fs doc/doc.fd doc/crossdoc.fd answords.fs doc/gforth.texi  checkdoc:       doc/gforth.ds prim.b ds2texi.fs prims2x.fs doc/doc.fd doc/crossdoc.fd answords.fs doc/gforth.texi
                 $(FORTHK) ds2texi.fs prims2x.fs -e "s\" $(srcdir)/prim.b\" ' register-doc process-file" doc/crossdoc.fd doc/doc.fd answords.fs -e bye                  $(FORTHK) -m 1M ds2texi.fs prims2x.fs -e "s\" $(srcdir)/prim.b\" ' register-doc process-file" doc/crossdoc.fd doc/doc.fd answords.fs -e bye
                 -grep unknown doc/gforth.texi                  -grep unknown doc/gforth.texi
   
 dvi:            doc/gforth.dvi  dvi:            doc/gforth.dvi
Line 702  stamp-h.in: configure.in  acconfig.h Line 702  stamp-h.in: configure.in  acconfig.h
 engine/config.h:        stamp-h  engine/config.h:        stamp-h
 stamp-h:        config.h.in config.status  stamp-h:        config.h.in config.status
                 CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status                  CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status
                 echo > stamp-h                  echo timestamp > stamp-h
   
 Makefile:       Makefile.in config.status  Makefile:       Makefile.in config.status
                 CONFIG_FILES="$@ engine/$@" CONFIG_HEADERS=engine/config.h ./config.status                  CONFIG_FILES="$@ engine/$@" CONFIG_HEADERS=engine/config.h ./config.status
Line 726  makefile.os2: mkos2mf.sed Makefile.in en Line 726  makefile.os2: mkos2mf.sed Makefile.in en
         echo '          $$(GCC) $$(CFLAGS) -c $$<' >>makefile.os2          echo '          $$(GCC) $$(CFLAGS) -c $$<' >>makefile.os2
         echo '%.o:      %.c' >>engine/makefile.os2          echo '%.o:      %.c' >>engine/makefile.os2
         echo '          $$(GCC) $$(CFLAGS) -c $$<' >>engine/makefile.os2          echo '          $$(GCC) $$(CFLAGS) -c $$<' >>engine/makefile.os2
   
 # Garbage:  
 # to be deleted!  
   
 # history is a little bit different now! JAW  
 # history.dos: history.fs Makefile.in  
 #       sed -e "s,~/\.gforth-history,/gforth.his,g" <history.fs >history.dos  
   
 # startup.dos: startup.fs Makefile.in  
 #       sed -e "s/\\\\ include doskey/include doskey/g" \  
 #           -e "s/include vt100key/\\\\ include vt100key/g" <startup.fs >startup.dos  

Removed from v.1.118  
changed lines
  Added in v.1.121


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