# HG changeset patch # User bulwahn # Date 1288034236 -7200 # Node ID 0e8a4e27a685c5444784809e86baea4416d0989f # Parent 8282b87f957c69c45fc2df62d6ca62ebec9fd968 adding new predicate compiler files to the IsaMakefile diff -r 8282b87f957c -r 0e8a4e27a685 src/HOL/IsaMakefile --- a/src/HOL/IsaMakefile Mon Oct 25 21:17:15 2010 +0200 +++ b/src/HOL/IsaMakefile Mon Oct 25 21:17:16 2010 +0200 @@ -306,12 +306,15 @@ Tools/numeral.ML \ Tools/numeral_simprocs.ML \ Tools/numeral_syntax.ML \ + Tools/Predicate_Compile/core_data.ML \ + Tools/Predicate_Compile/mode_inference.ML \ Tools/Predicate_Compile/predicate_compile_aux.ML \ Tools/Predicate_Compile/predicate_compile_compilations.ML \ Tools/Predicate_Compile/predicate_compile_core.ML \ Tools/Predicate_Compile/predicate_compile_data.ML \ Tools/Predicate_Compile/predicate_compile_fun.ML \ Tools/Predicate_Compile/predicate_compile.ML \ + Tools/Predicate_Compile/predicate_compile_proof.ML \ Tools/Predicate_Compile/predicate_compile_specialisation.ML \ Tools/Predicate_Compile/predicate_compile_pred.ML \ Tools/quickcheck_generators.ML \