src/ZF/Makefile
changeset 435 ca5356bd315a
parent 363 1180a3c5479e
child 467 92868dab2939
--- a/src/ZF/Makefile	Tue Jun 21 16:26:34 1994 +0200
+++ b/src/ZF/Makefile	Tue Jun 21 17:20:34 1994 +0200
@@ -22,8 +22,11 @@
 	func.ML simpdata.ML Bool.thy Bool.ML \
 	Sum.thy Sum.ML QPair.thy QPair.ML mono.ML Fixedpt.thy Fixedpt.ML \
 	ind_syntax.ML intr_elim.ML indrule.ML inductive.ML coinductive.ML \
-	equalities.ML Perm.thy Perm.ML Trancl.thy Trancl.ML \
-	WF.thy WF.ML Ord.thy Ord.ML Nat.thy Nat.ML \
+	equalities.ML Perm.thy Perm.ML Rel.thy Rel.ML Trancl.thy Trancl.ML \
+	WF.thy WF.ML Order.thy Order.ML Ordinal.thy Ordinal.ML \
+	OrderType.thy OrderType.ML OrderArith.thy OrderArith.ML \
+	Cardinal.thy Cardinal.ML CardinalArith.thy CardinalArith.ML \
+	Nat.thy Nat.ML \
 	Epsilon.thy Epsilon.ML Arith.thy Arith.ML Univ.thy Univ.ML \
 	QUniv.thy QUniv.ML constructor.ML Datatype.ML  \
 	Fin.ML List.ML ListFn.thy ListFn.ML
@@ -44,7 +47,8 @@
 	poly*)	cp $(BIN)/FOL $(BIN)/ZF;\
 		echo 'open PolyML; use"ROOT";' | $(COMP) $(BIN)/ZF ;;\
 	sml*)	echo 'use"ROOT.ML"; xML"$(BIN)/ZF" banner;' | $(BIN)/FOL;;\
-	*)	echo Bad value for ISABELLECOMP;;\
+	*)	echo Bad value for ISABELLECOMP: \
+                	$(COMP) is not poly or sml;;\
 	esac
 
 $(BIN)/FOL:
@@ -54,7 +58,8 @@
 	case "$(COMP)" in \
 	poly*)	echo 'use"ex/ROOT.ML"; quit();' | $(COMP) $(BIN)/ZF ;;\
 	sml*)	echo 'use"ex/ROOT.ML";' | $(BIN)/ZF;;\
-	*)	echo Bad value for ISABELLECOMP;;\
+	*)	echo Bad value for ISABELLECOMP: \
+                	$(COMP) is not poly or sml;;\
 	esac
 
 .PRECIOUS:  $(BIN)/FOL $(BIN)/ZF