all:
	rootcint -f Dict.cxx -c \
ClassC.h \
ClassA.h \
ClassB.h \
Template.h \
LinkDef.h 
	g++ -c `root-config --cflags` Dict.cxx

clean:
	rm -f *Dict*
	rm -f *.o
