]> AND Private Git Repository - Cipher_code.git/blobdiff - IDA/Makefile
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ida_gf64
[Cipher_code.git] / IDA / Makefile
index a2afb98ae22849980c681fa90f6d8e3f6cb2dd88..8d7d81130138a21843bdfbdbabb3b9abd2ef9c59 100644 (file)
@@ -11,5 +11,9 @@ test_mat2: test_mat2.cpp
 ida: ida.cpp
        g++ -std=c++11 $(CPP_FLAGS)  -o $@ $<   $(LIBS)
 
+
+ida_gf64: ida_gf64.cpp
+       g++  -o $@ $<  -std=c++11 -O3 -lm  -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mavx -g -O3 -Wall   -I/home/couturie/ajeter/jerasure/include  /home/couturie/ajeter/jerasure/src/.libs/jerasure.o /home/couturie/ajeter/jerasure/src/.libs/galois.o -lgf_complete -fpermissive
+
 clean:
-       rm test_mat2 ida
+       rm test_mat2 ida ida_gf64