CXXFLAGS= -g -Wall

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

clean:
	rm testKeywords.o
