[Cryptech-Commits] [user/shatov/ecdh_fpga_model] branch master updated: Fixed Makefile.

git at cryptech.is git at cryptech.is
Mon Feb 26 10:10:27 UTC 2018


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a commit to branch master
in repository user/shatov/ecdh_fpga_model.

The following commit(s) were added to refs/heads/master by this push:
     new c5bf04f  Fixed Makefile.
c5bf04f is described below

commit c5bf04fed5c8db049dff71017f6241bd3fdc8cb7
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Mon Feb 26 13:10:02 2018 +0300

    Fixed Makefile.
---
 Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index 1740318..986e96e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,23 +2,23 @@ CC=gcc
 CFLAGS=-c
 LDFLAGS=
  
-ecdh_model_fpga: ecdh_model_fpga.o fpga_curve.o fpga_modular.o fpga_lowlevel.o fpga_util.o
-	$(CC) $(LDFLAGS) ecdh_model_fpga.o fpga_curve.o fpga_modular.o fpga_lowlevel.o fpga_util.o -o ecdh_model_fpga
+ecdh_fpga_model: ecdh_fpga_model.o fpga_curve.o fpga_modular.o fpga_lowlevel.o fpga_util.o
+	$(CC) $(LDFLAGS) ecdh_fpga_model.o fpga_curve.o fpga_modular.o fpga_lowlevel.o fpga_util.o -o ecdh_fpga_model
 
-ecdh_model_fpga.o: ecdh_model_fpga.cpp ecdh_model_fpga.h fpga_curve.h fpga_modular.h fpga_lowlevel.h fpga_util.h
-	$(CC) $(CFLAGS) ecdh_model_fpga.cpp
+ecdh_fpga_model.o: ecdh_fpga_model.cpp ecdh_fpga_model.h fpga_curve.h fpga_modular.h fpga_lowlevel.h fpga_util.h
+	$(CC) $(CFLAGS) ecdh_fpga_model.cpp
 	
-fpga_curve.o: fpga_curve.cpp ecdh_model_fpga.h fpga_lowlevel.h fpga_modular.h fpga_curve.h fpga_util.h
+fpga_curve.o: fpga_curve.cpp ecdh_fpga_model.h fpga_lowlevel.h fpga_modular.h fpga_curve.h fpga_util.h
 	$(CC) $(CFLAGS) fpga_curve.cpp
 
-fpga_modular.o: fpga_modular.cpp ecdh_model_fpga.h fpga_lowlevel.h fpga_modular.h
+fpga_modular.o: fpga_modular.cpp ecdh_fpga_model.h fpga_lowlevel.h fpga_modular.h
 	$(CC) $(CFLAGS) fpga_modular.cpp
 	
-fpga_lowlevel.o: fpga_lowlevel.cpp ecdh_model_fpga.h fpga_lowlevel.h
+fpga_lowlevel.o: fpga_lowlevel.cpp ecdh_fpga_model.h fpga_lowlevel.h
 	$(CC) $(CFLAGS) fpga_lowlevel.cpp
 	
-fpga_util.o: fpga_util.cpp ecdh_model_fpga.h fpga_lowlevel.h fpga_util.h
+fpga_util.o: fpga_util.cpp ecdh_fpga_model.h fpga_lowlevel.h fpga_util.h
 	$(CC) $(CFLAGS) fpga_util.cpp
 
 clean:
-	rm -f ecdh_model_fpga *.o
+	rm -f ecdh_fpga_model *.o

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list