src/CCL/Makefile
changeset 2094 2061df98aab5
parent 2023 aa25f20c5d8b
child 2117 292df12bace5
--- a/src/CCL/Makefile	Mon Oct 14 11:08:54 1996 +0200
+++ b/src/CCL/Makefile	Tue Oct 15 10:46:42 1996 +0200
@@ -1,7 +1,7 @@
 # $Id$
 #########################################################################
 #									#
-# 			Makefile for Isabelle (CCL)			#
+#			Makefile for Isabelle (CCL)			#
 #									#
 #########################################################################
 
@@ -26,54 +26,54 @@
 	    Gfp.thy Gfp.ML Lfp.thy Lfp.ML
 
 CCL_FILES = CCL.thy CCL.ML Term.thy Term.ML Type.thy Type.ML \
-            coinduction.ML Hered.thy Hered.ML Trancl.thy Trancl.ML\
-            Wfd.thy Wfd.ML genrec.ML typecheck.ML eval.ML Fix.thy Fix.ML
+	    coinduction.ML Hered.thy Hered.ML Trancl.thy Trancl.ML\
+	    Wfd.thy Wfd.ML genrec.ML typecheck.ML eval.ML Fix.thy Fix.ML
 
 EX_FILES = ex/ROOT.ML ex/Flag.ML ex/Flag.thy ex/List.ML ex/List.thy\
 	   ex/Nat.ML ex/Nat.thy ex/Stream.ML ex/Stream.thy
 
 #Uses cp rather than make_database because Poly/ML allows only 3 levels
-$(BIN)/CCL:   $(BIN)/FOL  $(SET_FILES)  $(CCL_FILES) 
+$(BIN)/CCL:   $(BIN)/FOL  $(SET_FILES)	$(CCL_FILES) 
 	case "$(COMP)" in \
 	poly*)	cp $(BIN)/FOL $(BIN)/CCL;\
-                if [ "$${MAKE_HTML}" = "true" ]; \
-                then echo 'open PolyML; make_html := true; exit_use_dir".";' \
-                       | $(COMP) $(BIN)/CCL;\
+		if [ "$${MAKE_HTML}" = "true" ]; \
+		then echo 'open PolyML; make_html := true; exit_use_dir".";' \
+		       | $(COMP) $(BIN)/CCL;\
 		elif [ "$${MAKE_HTML-undefined}" != "undefined" ]; \
-                then echo 'open PolyML; make_html := true; exit_use_dir".";                               make_html := false;' | $(COMP) $(BIN)/CCL;\
-                else echo 'open PolyML; exit_use_dir".";' \
-                       | $(COMP) $(BIN)/CCL;\
-                fi;\
+		then echo 'open PolyML; make_html := true; exit_use_dir".";				  make_html := false;' | $(COMP) $(BIN)/CCL;\
+		else echo 'open PolyML; exit_use_dir".";' \
+		       | $(COMP) $(BIN)/CCL;\
+		fi;\
 		discgarb -c $(BIN)/CCL;;\
-	sml*)   if [ "$${MAKE_HTML}" = "true" ]; \
-                then echo 'make_html := true; exit_use_dir".";                                            xML"$(BIN)/CCL" banner;' | $(BIN)/FOL;\
-                elif [ "$${MAKE_HTML-undefined}" != "undefined" ];\
-                then echo 'make_html := true; exit_use_dir".";                                            make_html := false; xML"$(BIN)/CCL" banner;' \
-                       | $(BIN)/FOL;\
-                else echo 'exit_use_dir"."; xML"$(BIN)/CCL" banner;' \
-                       | $(BIN)/FOL;\
-                fi;;\
+	sml*)	if [ "$${MAKE_HTML}" = "true" ]; \
+		then echo 'make_html := true; exit_use_dir".";						  xML"$(BIN)/CCL" banner;' | $(BIN)/FOL;\
+		elif [ "$${MAKE_HTML-undefined}" != "undefined" ];\
+		then echo 'make_html := true; exit_use_dir".";						  make_html := false; xML"$(BIN)/CCL" banner;' \
+		       | $(BIN)/FOL;\
+		else echo 'exit_use_dir"."; xML"$(BIN)/CCL" banner;' \
+		       | $(BIN)/FOL;\
+		fi;;\
 	*)	echo Bad value for ISABELLECOMP: \
-                	$(COMP) is not poly or sml;;\
+			$(COMP) is not poly or sml;;\
 	esac
 
 $(BIN)/FOL:
 	cd ../FOL;  $(MAKE)
 
-test:   ex/ROOT.ML  $(BIN)/CCL  $(EX_FILES)
+test:	ex/ROOT.ML  $(BIN)/CCL	$(EX_FILES)
 	case "$(COMP)" in \
 	poly*)	if [ "$${MAKE_HTML-undefined}" != "undefined" ]; \
-                then echo 'make_html := true; exit_use_dir"ex"; quit();' \
-                       | $(COMP) $(BIN)/CCL;\
-                else echo 'exit_use_dir"ex"; quit();' | $(COMP) $(BIN)/CCL;\
-                fi;;\
+		then echo 'make_html := true; exit_use_dir"ex"; quit();' \
+		       | $(COMP) $(BIN)/CCL;\
+		else echo 'exit_use_dir"ex"; quit();' | $(COMP) $(BIN)/CCL;\
+		fi;;\
 	sml*)	if [ "$${MAKE_HTML-undefined}" != "undefined" ]; \
-                then echo 'make_html := true; exit_use_dir"ex";' \
-                       | $(BIN)/CCL;\
-                else echo 'exit_use_dir"ex";' | $(BIN)/CCL;\
-                fi;;\
+		then echo 'make_html := true; exit_use_dir"ex";' \
+		       | $(BIN)/CCL;\
+		else echo 'exit_use_dir"ex";' | $(BIN)/CCL;\
+		fi;;\
 	*)	echo Bad value for ISABELLECOMP: \
-                	$(COMP) is not poly or sml;;\
+			$(COMP) is not poly or sml;;\
 	esac
 
 .PRECIOUS:  $(BIN)/FOL $(BIN)/CCL