X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0de8e3874d6524379550a50a4d9c29faf2d239ea..a0f33b6682db1fc4ab60504f11e99eb682dc9c56:/client/Makefile diff --git a/client/Makefile b/client/Makefile index bcd59397..61afaf59 100644 --- a/client/Makefile +++ b/client/Makefile @@ -5,9 +5,8 @@ #----------------------------------------------------------------------------- include ../common/Makefile.common - -CC=gcc -CXX=g++ +CC = gcc +CXX = g++ #COMMON_FLAGS = -m32 VPATH = ../common ../zlib OBJDIR = obj @@ -81,15 +80,16 @@ CORESRCS = uart.c \ CMDSRCS = nonce2key/crapto1.c\ - nonce2key/crypto1.c\ - nonce2key/nonce2key.c\ - loclass/cipher.c \ - loclass/cipherutils.c \ - loclass/des.c \ - loclass/ikeys.c \ - loclass/elite_crack.c\ - loclass/fileutils.c\ + nonce2key/crypto1.c\ + nonce2key/nonce2key.c\ + loclass/cipher.c \ + loclass/cipherutils.c \ + loclass/des.c \ + loclass/ikeys.c \ + loclass/elite_crack.c\ + loclass/fileutils.c\ mifarehost.c\ + parity.c\ crc.c \ crc16.c \ crc64.c \ @@ -109,6 +109,7 @@ CMDSRCS = nonce2key/crapto1.c\ cmdhficlass.c \ cmdhfmf.c \ cmdhfmfu.c \ + cmdhfmfhard.c \ cmdhfmfdes.c \ cmdhftopaz.c \ cmdhw.c \ @@ -139,7 +140,8 @@ CMDSRCS = nonce2key/crapto1.c\ reveng/model.c\ reveng/poly.c\ reveng/getopt.c\ - + tea.c\ + prng.c ZLIBSRCS = deflate.c adler32.c trees.c zutil.c inflate.c inffast.c inftrees.c ZLIB_FLAGS = -DZ_SOLO -DZ_PREFIX -DNO_GZIP -DZLIB_PM3_TUNED