X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8691f5b7bbe9138e9a4aa421da9a374536a8b556..f397b5cc874ac7d658173199d92c30f3f717a300:/client/Makefile diff --git a/client/Makefile b/client/Makefile index b6d40c57..cf647c38 100644 --- a/client/Makefile +++ b/client/Makefile @@ -3,6 +3,8 @@ # at your option, any later version. See the LICENSE.txt file for the text of # the license. #----------------------------------------------------------------------------- +include ../common/Makefile.common + CC=gcc CXX=g++ #COMMON_FLAGS = -m32 @@ -14,14 +16,12 @@ LDLIBS = -L/opt/local/lib -L/usr/local/lib -lusb -lreadline -lpthread LDFLAGS = $(COMMON_FLAGS) CFLAGS = -std=gnu99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused-function $(COMMON_FLAGS) -g -O3 -platform = $(shell uname) - ifneq (,$(findstring MINGW,$(platform))) CXXFLAGS = -I$(QTDIR)/include -I$(QTDIR)/include/QtCore -I$(QTDIR)/include/QtGui QTLDLIBS = -L$(QTDIR)/lib -lQtCore4 -lQtGui4 MOC = moc else ifeq ($(platform),Darwin) -CXXFLAGS = -I/Library/Frameworks/QtGui.framework/Version/Current/Headers -I/Library/Frameworks/QtCore.framework/Versions/Current/Headers +CXXFLAGS = -I/Library/Frameworks/QtGui.framework/Versions/Current/Headers -I/Library/Frameworks/QtCore.framework/Versions/Current/Headers QTLDLIBS = -framework QtGui -framework QtCore MOC = moc else @@ -40,17 +40,24 @@ QTGUI = guidummy.o endif CMDSRCS = \ + nonce2key/crapto1.c\ + nonce2key/crypto1.c\ + nonce2key/nonce2key.c\ + mifarehost.c\ crc16.c \ iso14443crc.c \ + iso15693tools.c \ data.c \ graph.c \ ui.c \ + util.c \ cmddata.c \ cmdhf.c \ cmdhf14a.c \ cmdhf14b.c \ cmdhf15.c \ cmdhflegic.c \ + cmdhficlass.c \ cmdhw.c \ cmdlf.c \ cmdlfem4x.c \ @@ -95,6 +102,9 @@ proxguiqt.moc.cpp: proxguiqt.h clean: $(RM) $(CLEAN) +tarbin: $(BINS) + $(TAR) $(TARFLAGS) ../proxmark3-$(platform)-bin.tar $(BINS:%=client/%) + # must be run as root install_kext: Info.plist mkdir -p /System/Library/Extensions/Proxmark3.kext/Contents