src/HOL/Makefile
changeset 2019 b45d9f2042e0
parent 1981 432db3edccdc
child 2023 aa25f20c5d8b
equal deleted inserted replaced
2018:bcd69cc47cf0 2019:b45d9f2042e0
    21 
    21 
    22 BIN = $(ISABELLEBIN)
    22 BIN = $(ISABELLEBIN)
    23 COMP = $(ISABELLECOMP)
    23 COMP = $(ISABELLECOMP)
    24 NAMES = HOL Ord Set Fun subset equalities Prod Relation Trancl Sum WF \
    24 NAMES = HOL Ord Set Fun subset equalities Prod Relation Trancl Sum WF \
    25         mono Lfp Gfp Nat intr_elim indrule Inductive Finite Arith \
    25         mono Lfp Gfp Nat intr_elim indrule Inductive Finite Arith \
    26         Sexp Univ List RelPow
    26         Sexp Univ List RelPow Option
    27 
    27 
    28 FILES = ROOT.ML add_ind_def.ML datatype.ML hologic.ML\
    28 FILES = ROOT.ML add_ind_def.ML datatype.ML hologic.ML\
    29 	ind_syntax.ML cladata.ML simpdata.ML\
    29 	ind_syntax.ML cladata.ML simpdata.ML\
    30 	typedef.ML thy_syntax.ML thy_data.ML ../Pure/section_utils.ML\
    30 	typedef.ML thy_syntax.ML thy_data.ML ../Pure/section_utils.ML\
    31 	../Provers/hypsubst.ML ../Provers/classical.ML\
    31 	../Provers/hypsubst.ML ../Provers/classical.ML\
   109 
   109 
   110 ##I/O Automata
   110 ##I/O Automata
   111 IOA_NTP_NAMES = Abschannel Action Correctness Impl Lemmas Multiset Packet\
   111 IOA_NTP_NAMES = Abschannel Action Correctness Impl Lemmas Multiset Packet\
   112                 Receiver Sender
   112                 Receiver Sender
   113 IOA_ABP_NAMES = Action Correctness Lemmas
   113 IOA_ABP_NAMES = Action Correctness Lemmas
   114 IOA_MT_NAMES = Asig IOA Option Solve
   114 IOA_MT_NAMES = Asig IOA Solve
   115 
   115 
   116 IOA_FILES = IOA/NTP/ROOT.ML IOA/ABP/ROOT.ML IOA/NTP/Spec.thy\
   116 IOA_FILES = IOA/NTP/ROOT.ML IOA/ABP/ROOT.ML IOA/NTP/Spec.thy\
   117  $(IOA_NTP_NAMES:%=IOA/NTP/%.thy) $(IOA_NTP_NAMES:%=IOA/NTP/%.ML)\
   117  $(IOA_NTP_NAMES:%=IOA/NTP/%.thy) $(IOA_NTP_NAMES:%=IOA/NTP/%.ML)\
   118  IOA/ABP/Abschannel.thy IOA/ABP/Abschannel_finite.thy IOA/ABP/Env.thy\
   118  IOA/ABP/Abschannel.thy IOA/ABP/Abschannel_finite.thy IOA/ABP/Env.thy\
   119  IOA/ABP/Impl.thy IOA/ABP/Impl_finite.thy IOA/ABP/Packet.thy\
   119  IOA/ABP/Impl.thy IOA/ABP/Impl_finite.thy IOA/ABP/Packet.thy\