| kernel/io.fs \ |
kernel/io.fs \ |
| kernel/license.fs \ |
kernel/license.fs \ |
| kernel/nio.fs \ |
kernel/nio.fs \ |
| kernel/saccept.fs |
kernel/saccept.fs \ |
| |
kernel/doers.fs \ |
| |
kernel/getdoers.fs |
| |
|
| EC_SRC = \ |
EC_SRC = \ |
| asm/00-readme \ |
asm/00-readme \ |
| $(RM) gforth.fi; $(MAKE) gforth.fi #gforth.fi contains some path names |
$(RM) gforth.fi; $(MAKE) gforth.fi #gforth.fi contains some path names |
| $(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION) |
$(INSTALL_DATA) gforth.fi $(libdir)/gforth/$(VERSION) |
| sed 's:^$(srcdir)/:$(datadir)/gforth/$(VERSION)/:' gforth.TAGS >TAGS; $(INSTALL_DATA) TAGS $(datadir)/gforth/$(VERSION) |
sed 's:^$(srcdir)/:$(datadir)/gforth/$(VERSION)/:' gforth.TAGS >TAGS; $(INSTALL_DATA) TAGS $(datadir)/gforth/$(VERSION) |
| 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"; \ |
| fi |
fi |
| echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \ |
@echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \ |
| echo "* Gforth: (gforth). A fast interpreter for the Forth language." |
echo "* Gforth: (gforth). A fast interpreter for the Forth language." |
| |
|
| install-strip: install |
install-strip: install |