| kernel/version.fs: version |
kernel/version.fs: version |
| echo ": version-string s\" $(VERSION)\" ;" > kernel/version.fs |
echo ": version-string s\" $(VERSION)\" ;" > kernel/version.fs |
| |
|
| more: $(ENGINES) $(FORTH_GEN) $(GEN) |
more: $(ENGINES) $(FORTH_GEN) $(GEN) @build_libcc_named@ |
| test -n "$(LIBTOOL)" && $(MAKE) build-libcc-named |
|
| |
|
| #from the gcc Makefile: |
#from the gcc Makefile: |
| #"Deletion of files made during compilation. |
#"Deletion of files made during compilation. |
| $(RM) $@- |
$(RM) $@- |
| |
|
| kernel.TAGS: |
kernel.TAGS: |
| rm kernl16l$(EC).fi-; $(MAKE) @kernel_fi@ |
$(RM) kernl16l$(EC).fi-; $(MAKE) @kernel_fi@ |
| |
|
| kernel.tags: |
kernel.tags: |
| rm kernl16l$(EC).fi-; $(MAKE) @kernel_fi@ |
$(RM) kernl16l$(EC).fi-; $(MAKE) @kernel_fi@ |
| |
|
| #elc files |
#elc files |
| gforth.elc: gforth.el |
gforth.elc: gforth.el |
| -$(EMACS) -batch -f batch-byte-compile $(srcdir)/gforth.el |
-$(EMACS) -batch -f batch-byte-compile gforth.el |
| |
|
| #Documentation |
#Documentation |
| |
|