more precise dependencies;
authorwenzelm
Wed, 24 Mar 2010 22:30:33 +0100
changeset 35959 b88e061754a1
parent 35958 a6f369262804
child 35960 536c07a2a0bc
child 35972 142c3784a42b
child 35980 344afccb09d1
more precise dependencies;
src/HOL/IsaMakefile
--- a/src/HOL/IsaMakefile	Wed Mar 24 22:08:03 2010 +0100
+++ b/src/HOL/IsaMakefile	Wed Mar 24 22:30:33 2010 +0100
@@ -1272,7 +1272,7 @@
 HOL-Mutabelle: HOL $(LOG)/HOL-Mutabelle.gz
 
 $(LOG)/HOL-Mutabelle.gz: $(OUT)/HOL Mutabelle/MutabelleExtra.thy	\
-  Mutabelle/ROOT.ML Mutabelle/mutabelle.ML			\
+  Mutabelle/ROOT.ML Mutabelle/mutabelle.ML				\
   Mutabelle/mutabelle_extra.ML
 	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Mutabelle
 
@@ -1281,20 +1281,22 @@
 
 HOL-Quotient_Examples: HOL $(LOG)/HOL-Quotient_Examples.gz
 
-$(LOG)/HOL-Quotient_Examples.gz: $(OUT)/HOL	      			\
+$(LOG)/HOL-Quotient_Examples.gz: $(OUT)/HOL				\
   Quotient_Examples/LarryInt.thy Quotient_Examples/LarryDatatype.thy
 	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Quotient_Examples
 
+
 ## HOL-Predicate_Compile_Examples
 
 HOL-Predicate_Compile_Examples: HOL $(LOG)/HOL-Predicate_Compile_Examples.gz
 
-$(LOG)/HOL-Predicate_Compile_Examples.gz: $(OUT)/HOL	      		\
+$(LOG)/HOL-Predicate_Compile_Examples.gz: $(OUT)/HOL			\
   Predicate_Compile_Examples/ROOT.ML					\
   Predicate_Compile_Examples/Predicate_Compile_Examples.thy		\
   Predicate_Compile_Examples/Predicate_Compile_Quickcheck_Examples.thy
 	@$(ISABELLE_TOOL) usedir $(OUT)/HOL Predicate_Compile_Examples
 
+
 ## clean
 
 clean:
@@ -1318,6 +1320,7 @@
 		$(LOG)/HOL-Nominal-Examples.gz $(LOG)/HOL-Nominal.gz	\
 		$(LOG)/HOL-Number_Theory.gz				\
 		$(LOG)/HOL-Old_Number_Theory.gz $(LOG)/HOL-Plain.gz	\
+		$(LOG)/HOL-Predicate_Compile_Examples.gz		\
 		$(LOG)/HOL-Probability.gz $(LOG)/HOL-Prolog.gz		\
 		$(LOG)/HOL-Proofs.gz $(LOG)/HOL-Proofs-Extraction.gz	\
 		$(LOG)/HOL-Proofs-Lambda.gz $(LOG)/HOL-SET_Protocol.gz	\