| |
|
| 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 |
| $(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 |
| 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 |