@@ -368,6 +368,17 @@ MSL_FILES = \
368368 boolean_alg.v tree_shares.v shares.v pshares.v \
369369 Coqlib2.v sepalg_list.v
370370
371+ ORA_FILES = \
372+ theories/algebra/ora.v theories/algebra/excl.v theories/algebra/osum.v \
373+ theories/algebra/agree.v theories/algebra/gmap.v theories/algebra/functions.v \
374+ theories/algebra/dfrac.v theories/algebra/ext_order.v theories/algebra/view.v \
375+ theories/algebra/auth.v theories/algebra/excl_auth.v theories/algebra/frac_auth.v \
376+ theories/algebra/gmap_view.v theories/logic/oupred.v theories/logic/algebra.v \
377+ theories/logic/iprop.v theories/logic/derived.v theories/logic/own.v \
378+ theories/logic/proofmode.v theories/logic/logic.v theories/logic/wsat.v \
379+ theories/logic/later_credits.v theories/logic/fancy_updates.v theories/logic/invariants.v \
380+ theories/logic/cancelable_invariants.v theories/logic/weakestpre.v theories/logic/ghost_map.v
381+
371382SEPCOMP_FILES = \
372383 Address.v \
373384 effect_semantics.v \
@@ -625,6 +636,7 @@ C_FILES = $(SINGLE_C_FILES) $(LINKED_C_FILES)
625636FILES = \
626637 veric/version.v \
627638 $(MSL_FILES:%=msl/% ) \
639+ $(ORA_FILES:%=ora/% ) \
628640 $(SEPCOMP_FILES:%=sepcomp/% ) \
629641 $(VERIC_FILES:%=veric/% ) \
630642 $(FLOYD_FILES:%=floyd/% ) \
@@ -740,8 +752,7 @@ files: _CoqProject $(FILES:.v=.vo)
740752#
741753simpleconc : concurrency/conclib.vo atomics/verif_lock.vo
742754msl : _CoqProject $(MSL_FILES:%.v=msl/%.vo )
743- ora : _CoqProject
744- cd ora; $(MAKE )
755+ ora : _CoqProject $(ORA_FILES:%.v=ora/%.vo )
745756sepcomp : _CoqProject $(CC_TARGET ) $(SEPCOMP_FILES:%.v=sepcomp/%.vo )
746757concurrency : _CoqProject $(CC_TARGET ) $(SEPCOMP_FILES:%.v=sepcomp/%.vo ) $(CONCUR_FILES:%.v=concurrency/%.vo )
747758linking : _CoqProject $(LINKING_FILES:%.v=linking/%.vo )
0 commit comments