diff options
author | Paul Selkirk <paul@psgd.org> | 2015-04-28 17:59:39 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-04-28 17:59:39 -0400 |
commit | eba69a11db55cbb6f09c3103f05247ce7b029df2 (patch) | |
tree | 6c3f33723b9b2532ec1b7222742b6c49810d6b0a /eim/sw/Makefile | |
parent | 07e3a0f3c71134fe9ce4f375cf7a6fd9ad297f45 (diff) | |
parent | d07c710e9a82c46e20bc8262308117edf7a0ca11 (diff) |
Merge branch 'unimap' to 'master'.
Diffstat (limited to 'eim/sw/Makefile')
-rwxr-xr-x | eim/sw/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/eim/sw/Makefile b/eim/sw/Makefile deleted file mode 100755 index 8b5f974..0000000 --- a/eim/sw/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -all: hash_tester_eim trng_tester_eim hash_eim trng_extractor_eim - -.c.o: - gcc -c -Wall -o $@ $< - -hash_tester_eim: hash_tester_eim.o novena-eim.o tc_eim.o - gcc -o $@ $^ - -hash_tester_eim.o: hash_tester_eim.c tc_eim.h cryptech_memory_map.h - -trng_tester_eim: trng_tester_eim.o novena-eim.o tc_eim.o - gcc -o $@ $^ - -trng_tester_eim.o: trng_tester_eim.c tc_eim.h cryptech_memory_map.h - -hash_eim: hash_eim.o novena-eim.o tc_eim.o - gcc -o $@ $^ - -hash_eim.o: hash_eim.c tc_eim.h - -trng_extractor_eim: trng_extractor_eim.o novena-eim.o tc_eim.o - gcc -o $@ $^ - -trng_extractor_eim.o: trng_extractor_eim.c tc_eim.h cryptech_memory_map.h - -novena-eim.o: novena-eim.c novena-eim.h - -tc_eim.o: tc_eim.c tc_eim.h novena-eim.h - -clean: - rm -f *.o hash_tester_eim trng_tester_eim hash_eim trng_extractor_eim |