CXXFLAGS= -g -Wall

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

clean:
	rm testRemoveACKeys.o
