CXXFLAGS= -g -Wall

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