Skip to content

Commit 525f575

Browse files
committed
regularize make rules for ora
1 parent 8a5f41a commit 525f575

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Makefile

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
371382
SEPCOMP_FILES = \
372383
Address.v \
373384
effect_semantics.v \
@@ -625,6 +636,7 @@ C_FILES = $(SINGLE_C_FILES) $(LINKED_C_FILES)
625636
FILES = \
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
#
741753
simpleconc: concurrency/conclib.vo atomics/verif_lock.vo
742754
msl: _CoqProject $(MSL_FILES:%.v=msl/%.vo)
743-
ora: _CoqProject
744-
cd ora; $(MAKE)
755+
ora: _CoqProject $(ORA_FILES:%.v=ora/%.vo)
745756
sepcomp: _CoqProject $(CC_TARGET) $(SEPCOMP_FILES:%.v=sepcomp/%.vo)
746757
concurrency: _CoqProject $(CC_TARGET) $(SEPCOMP_FILES:%.v=sepcomp/%.vo) $(CONCUR_FILES:%.v=concurrency/%.vo)
747758
linking: _CoqProject $(LINKING_FILES:%.v=linking/%.vo)

0 commit comments

Comments
 (0)