Subversion Repositories f9daq

Rev

Blame | Last modification | View Log | RSS feed

ROOTINC=$(shell root-config  --incdir ) 
ROOTLIB=$(shell root-config  --libs ) 
ROOTGLIBS=$(shell root-config  --glibs )
CFLAGS=$(shell root-config  --cflags )  
INC=-I.  -I$(ROOTINC) -I../ -I.. -I../../cvi/instr/vme  -Icvi
LIBS=-L../../cvi/instr/vme  -lvme  -ldl -lCAENVME  $(ROOTGLIBS) 

Feb_Gui:Feb_Gui.C Feb_Main.C 
        rootcint -f Feb_Dict.cxx -c Feb_Gui.h Feb_LinkDef.h
        g++ $(CFLAGS)  $(INC) -DBELLEPTS Feb_Gui.C Feb_Main.C ../sa02lib.c Feb_Dict.cxx $(LIBS)-o Feb_Gui