CXXFLAGS= -g -Wall

testDecryptByACPriv: testDecryptByACPriv.o ../tcbWrapperAll.o
	g++ -g -Wall -o testDecryptByACPriv testDecryptByACPriv.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 testDecryptByACPriv.o
