X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/blobdiff_plain/7f1a074bc84924afd98227306034ac421378bd3d..52819d4ec98a27331c9cb6d1415f3a065ad81e60:/IDA_new/Makefile

diff --git a/IDA_new/Makefile b/IDA_new/Makefile
index d295284..3171783 100644
--- a/IDA_new/Makefile
+++ b/IDA_new/Makefile
@@ -41,5 +41,14 @@ ida_gf65: ida_gf65.cpp
 ida_gf65_paper1: ida_gf65_paper1.cpp
 	g++  -o $@ $<  -std=c++11 -O3 -lm  -g -O3 -Wall   -Ijerasure/include  jerasure/src/.libs/jerasure.o jerasure/src/.libs/galois.o -lgf_complete -fpermissive -lpthread -I $(C_INCLUDE)
 
+
+
+ida_gf65_paper2: ida_gf65_paper2.cpp
+	g++  -o $@ $<  -std=c++11 -O3 -lm  -g -O3 -Wall   -Ijerasure/include  jerasure/src/.libs/jerasure.o jerasure/src/.libs/galois.o -lgf_complete -fpermissive -lpthread -I $(C_INCLUDE)
+
+ida_gf65_paper3: ida_gf65_paper3.cpp
+	g++  -o $@ $<  -std=c++11 -O3 -lm  -g -O3 -Wall   -Ijerasure/include  jerasure/src/.libs/jerasure.o jerasure/src/.libs/galois.o -lgf_complete -fpermissive -lpthread -I $(C_INCLUDE)
+
+
 clean:
-	rm test_mat2 ida ida_gf64  ida_gf65_paper1
+	rm test_mat2 ida ida_gf64  ida_gf65_paper1  ida_gf65_paper2   ida_gf65_paper3