CXXFLAGS= -g -Wall

testRemoveACKeys: testRemoveACKeys.o ../tcbWrapperAll.o
	g++ -g -Wall -o testRemoveACKeys testRemoveACKeys.o \
	../*.cc \
	../../../Common/Cipherer/*.cc \
	../../../Common/LogFile/*.cc \
	../../../Common/Debugable/*.cc \
	../../../Common/GMessage/*.cc \
	../../../Common/RandomGenerator/*.cc \
	../../../Common/RSAEuro/librsaeuro.a

clean:
	rm testRemoveACKeys.o
