| @echo -e "To remove Gforth completely, type\n$(RM) -rf $(bindir)/gforth$(EXE) $(bindir)/gforth-fast$(EXE) $(bindir)/gforthmi $(bindir)/vmgen $(man1dir)/gforth.1 $(infodir)/gforth.info* $(datadir)/gforth $(libdir)/gforth" |
@echo -e "To remove Gforth completely, type\n$(RM) -rf $(bindir)/gforth$(EXE) $(bindir)/gforth-fast$(EXE) $(bindir)/gforthmi $(bindir)/vmgen $(man1dir)/gforth.1 $(infodir)/gforth.info* $(datadir)/gforth $(libdir)/gforth" |
| |
|
| check: gforths gforth.fi |
check: gforths gforth.fi |
| make checkone ENGINE="./gforth --no-dynamic" &>/dev/null |
$(MAKE) checkone ENGINE="./gforth --no-dynamic" >/dev/null 2>&1 |
| make checkone ENGINE="./gforth-itc" &>/dev/null |
$(MAKE) checkone ENGINE="./gforth-itc" >/dev/null 2>&1 |
| make checkone ENGINE="./gforth-ditc" &>/dev/null |
$(MAKE) checkone ENGINE="./gforth-ditc" >/dev/null 2>&1 |
| make checkone ENGINE="./gforth-fast --no-dynamic" &>/dev/null |
$(MAKE) checkone ENGINE="./gforth-fast --no-dynamic" >/dev/null 2>&1 |
| make checkone ENGINE="./gforth" &>/dev/null |
$(MAKE) checkone ENGINE="./gforth" >/dev/null 2>&1 |
| make checkone ENGINE="./gforth-fast" &>/dev/null |
$(MAKE) checkone ENGINE="./gforth-fast" >/dev/null 2>&1 |
| @echo "*** Check successful ***" |
@echo "*** Check successful ***" |
| |
|
| checkone test: gforth$(EXE) gforth.fi |
checkone test: gforth$(EXE) gforth.fi |
| |
|
| all-bench: gforth-fast$(EXE) gforth$(EXE) gforth-itc$(EXE) gforth-ditc$(EXE) gforth.fi |
all-bench: gforth-fast$(EXE) gforth$(EXE) gforth-itc$(EXE) gforth-ditc$(EXE) gforth.fi |
| @echo "*** gforth-fast dynamic:" |
@echo "*** gforth-fast dynamic:" |
| @make onebench ENGINE_FAST="gforth-fast --dynamic" |
@$(MAKE) onebench ENGINE_FAST="gforth-fast --dynamic" |
| @echo "*** gforth-fast not dynamic:" |
@echo "*** gforth-fast not dynamic:" |
| @make onebench ENGINE_FAST="gforth-fast --no-dynamic" |
@$(MAKE) onebench ENGINE_FAST="gforth-fast --no-dynamic" |
| @echo "*** gforth dynamic:" |
@echo "*** gforth dynamic:" |
| @make onebench ENGINE_FAST="gforth --dynamic" |
@$(MAKE) onebench ENGINE_FAST="gforth --dynamic" |
| @echo "*** gforth not dynamic:" |
@echo "*** gforth not dynamic:" |
| @make onebench ENGINE_FAST="gforth --no-dynamic" |
@$(MAKE) onebench ENGINE_FAST="gforth --no-dynamic" |
| @echo "*** gforth-itc:" |
@echo "*** gforth-itc:" |
| @make onebench ENGINE_FAST=gforth-itc |
@$(MAKE) onebench ENGINE_FAST=gforth-itc |
| @echo "*** gforth-ditc:" |
@echo "*** gforth-ditc:" |
| @make onebench ENGINE_FAST=gforth-ditc |
@$(MAKE) onebench ENGINE_FAST=gforth-ditc |
| |
|
| # ------------- Make forth images |
# ------------- Make forth images |
| |
|