| asm/generic.fs \ |
asm/generic.fs \ |
| asm/target.fs \ |
asm/target.fs \ |
| ec/00-readme \ |
ec/00-readme \ |
| ec/crossdoc.fd \ |
|
| ec/mirror.fs \ |
ec/mirror.fs \ |
| ec/mirrors.fs \ |
ec/mirrors.fs \ |
| ec/shex.fs \ |
ec/shex.fs \ |
| #stuff in a binonly distribution |
#stuff in a binonly distribution |
| BINONLYDIST = config.status Makefile gforth gforth-ditc \ |
BINONLYDIST = config.status Makefile gforth gforth-ditc \ |
| $(OBJECTS0) $(OBJECTS) $(OBJECTS_DITC)\ |
$(OBJECTS0) $(OBJECTS) $(OBJECTS_DITC)\ |
| arch/$(machine)/machine.h engine/config.h engione/Makefile \ |
arch/$(machine)/machine.h engine/config.h engine/Makefile \ |
| stamp-h kernel/version.fs version-stamp \ |
stamp-h kernel/version.fs version-stamp \ |
| INSTALL.BINDIST |
INSTALL.BINDIST |
| |
|
| $(CP) $@- $@ |
$(CP) $@- $@ |
| $(RM) $@- |
$(RM) $@- |
| |
|
| doc/doc.fd: doc/makedoc.fs $(GFORTH_FI_SRC) code.fs objects.fs oof.fs |
doc/doc.fd: doc/makedoc.fs $(GFORTH_FI_SRC) code.fs objects.fs oof.fs mini-oof.fs |
| $(FORTHK) -e "s\" doc/doc.fd\"" doc/makedoc.fs startup.fs code.fs objects.fs oof.fs -e bye |
$(FORTHK) -e "s\" doc/doc.fd\"" doc/makedoc.fs startup.fs code.fs objects.fs oof.fs mini-oof.fs -e bye |
| |
|
| doc/crossdoc.fd: $(KERN_SRC) kernel/version.fs $(FORTH_GEN0) |
doc/crossdoc.fd: $(KERN_SRC) kernel/version.fs $(FORTH_GEN0) |
| $(FORTHK) -e 's" mach32l.fs"' kernel/main.fs -e bye |
$(FORTHK) -e 's" mach32l.fs"' kernel/main.fs -e bye |