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

Private GIT Repository
first version of cipher_jpg
[Cipher_code.git] / OneRoundIoT / OneRound / Makefile
index 9da9adc9b91d53e7000a17ad8644328ce2052389..a82d3fa9b59a63c633bd96d0ba58c4069a5079c1 100644 (file)
@@ -20,14 +20,31 @@ endif
 one_round_new.o: one_round_new.cpp 
        $(CXX) -c -o $@ $< $(CFLAGS)
 
-one_round_par.o: one_round_par.cpp 
+
+one_round_hash.o: one_round_hash.cpp 
+       $(CXX) -c -o $@ $< $(CFLAGS)
+
+one_round_hash_new.o: one_round_hash_new.cpp 
+       $(CXX) -c -o $@ $< $(CFLAGS)
+
+
+
+one_round_par2.o: one_round_par2.cpp 
        $(CXX)  -fopenmp -c -o $@ $< $(CFLAGS)
 
 one_round_new: pixmap_io.o one_round_new.o 
        $(CXX)  -o $@ $^ $(CFLAGS)
 
-one_round_par: pixmap_io.o one_round_par.o 
+
+one_round_par2: pixmap_io.o one_round_par2.o 
        $(CXX) -fopenmp -o $@ $^ $(CFLAGS)
 
+
+one_round_hash: pixmap_io.o one_round_hash.o 
+       $(CXX)  -o $@ $^ $(CFLAGS)
+
+one_round_hash_new: pixmap_io.o one_round_hash_new.o 
+       $(CXX)  -o $@ $^ $(CFLAGS)
+
 clean:
-       rm -rf *.o one_round_new
+       rm -rf *.o one_round_new one_round_hash one_round_par2 one_round_hash_new