X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/28d47dc9b4bb437596594a62793bace13bbff172..4534ec060adb311d1559088c75969074f90685ce:/client/Makefile diff --git a/client/Makefile b/client/Makefile index c918fcb2..d4def17e 100644 --- a/client/Makefile +++ b/client/Makefile @@ -41,7 +41,7 @@ ifneq (,$(findstring MINGW,$(platform))) endif else ifeq ($(platform),Darwin) - LDLIBS -= -L/usr/local/lib + LDLIBS = -L/opt/local/lib -lreadline -lpthread -lm CXXFLAGS = $(shell pkg-config --cflags QtCore QtGui 2>/dev/null) -Wall -O3 QTLDLIBS = $(shell pkg-config --libs QtCore QtGui 2>/dev/null) MOC = $(shell pkg-config --variable=moc_location QtCore) @@ -110,11 +110,14 @@ CMDSRCS = nonce2key/crapto1.c\ cmdlfem4x.c \ cmdlfhitag.c \ cmdlfti.c \ - cmdlfviking.c\ cmdparser.c \ cmdmain.c \ cmdlft55xx.c \ cmdlfpcf7931.c\ + cmdlfviking.c\ + cmdlfpresco.c\ + cmdlfpyramid.c\ + cmdlfguard.c\ pm3_binlib.c\ scripting.c\ cmdscript.c\ @@ -124,6 +127,7 @@ CMDSRCS = nonce2key/crapto1.c\ sha1.c\ sha256.c\ cmdcrc.c\ + reveng/preset.c\ reveng/reveng.c\ reveng/cli.c\ reveng/bmpbit.c\ @@ -133,9 +137,7 @@ CMDSRCS = nonce2key/crapto1.c\ tea.c\ prng.c\ radixsort.c\ - bucketsort.c\ - cmdlfpresco.c - + bucketsort.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 #-DDEBUG -Dverbose=1