#!/bin/csh

rootcint -f NaDigitsDICT.cxx -c -p -I/cern/root/include -I. NaDigit1D.h NaStripDigit.h \
	NaHodoPDigit.h NaHodoRDigit.h NaHodoVR3R4Digit.h NaMCHeader.h NaParticle.h \
	NaPCDigit.h NaPixDigit.h NaCovMatrix.h NaVertex.h NaVertexPrim.h NaBSDigit.h \
	NaICDigit.h NaICTrigDigit.h NaZDCDigit.h NaRawDataHeader.h NaDigitsLinkDef.h
g++ -I $ROOTSYS/include -c NaDigits.cxx NaDigitsDICT.cxx
g++ -shared NaDigits.o NaDigitsDICT.o -o libNaDigits.so
