From b50240d43eeacec2b00fc0d0d5af82ba935fc5e0 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 18 Oct 2017 17:55:52 -0400 Subject: Fix the lite target --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01df85c53..ba7e66bc5 100644 --- a/Makefile +++ b/Makefile @@ -57,11 +57,13 @@ update-_CoqProject:: $(VOFILES): | coqprime # add files to this list to prevent them from being built by default -SPECIAL_VOFILES := src/Specific/%Display.vo UNMADE_VOFILES := +# files that are treated specially +SPECIAL_VOFILES := src/Specific/%Display.vo +SPECIFIC_GENERATED_VOFILES := src/Specific/solinas%.vo src/Specific/montgomery%.vo # add files to this list to prevent them from being built as final # targets by the "lite" target -LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo src/Specific/X2448/Karatsuba/C64/Synthesis.vo src/Specific/NISTP256/AMD64/Synthesis.vo src/Specific/X25519/C64/ladderstep.vo src/Specific/X25519/C32/%.vo +LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo src/Specific/X2448/Karatsuba/C64/Synthesis.vo src/Specific/NISTP256/AMD64/Synthesis.vo src/Specific/X25519/C64/ladderstep.vo src/Specific/X25519/C32/%.vo $(SPECIFIC_GENERATED_VOFILES) REGULAR_VOFILES := $(filter-out $(SPECIAL_VOFILES),$(VOFILES)) CURVES_PROOFS_PRE_VOFILES := $(filter src/Curves/%Proofs.vo,$(REGULAR_VOFILES)) NO_CURVES_PROOFS_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo -- cgit v1.2.3