src/ZF/Makefile
changeset 700 31f50c1778ef
parent 589 31847a7504ec
child 798 31ec33d96231
equal deleted inserted replaced
699:2da262e85c4d 700:31f50c1778ef
    68 
    68 
    69 #Directory IMP also tests the system
    69 #Directory IMP also tests the system
    70 #Load ex/ROOT.ML last since it creates the file "test"
    70 #Load ex/ROOT.ML last since it creates the file "test"
    71 test:   $(BIN)/ZF  $(IMP_FILES) $(EX_FILES)
    71 test:   $(BIN)/ZF  $(IMP_FILES) $(EX_FILES)
    72 	case "$(COMP)" in \
    72 	case "$(COMP)" in \
    73 	poly*)	echo 'use"IMP/ROOT.ML"; use"ex/ROOT.ML"; quit();' | \
    73 	poly*)	echo '(use"IMP/ROOT.ML"; use"ex/ROOT.ML"); quit();' | \
    74 			$(COMP) $(BIN)/ZF ;;\
    74 			$(COMP) $(BIN)/ZF ;;\
    75 	sml*)	echo 'use"IMP/ROOT.ML"; use"ex/ROOT.ML";' | $(BIN)/ZF;;\
    75 	sml*)	echo '(use"IMP/ROOT.ML"; use"ex/ROOT.ML");' | $(BIN)/ZF;;\
    76 	*)	echo Bad value for ISABELLECOMP: \
    76 	*)	echo Bad value for ISABELLECOMP: \
    77                 	$(COMP) is not poly or sml;;\
    77                 	$(COMP) is not poly or sml;;\
    78 	esac
    78 	esac
    79 
    79 
    80 .PRECIOUS:  $(BIN)/FOL $(BIN)/ZF 
    80 .PRECIOUS:  $(BIN)/FOL $(BIN)/ZF