Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 326 | f9daq | 1 | ROOTINC=$(shell root-config --incdir )  | 
        
| 2 | ROOTLIB=$(shell root-config --libs )  | 
        ||
| 3 | ROOTGLIBS=$(shell root-config --glibs )  | 
        ||
| 4 | CFLAGS=$(shell root-config --cflags )  | 
        ||
| 5 | INC=-I. -I$(ROOTINC) -I../ -I.. -I../../cvi/instr/vme -Icvi  | 
        ||
| 6 | LIBS=-L../../cvi/instr/vme -lvme -ldl -lCAENVME $(ROOTGLIBS)  | 
        ||
| 7 | |||
| 8 | Feb_Gui:Feb_Gui.C Feb_Main.C  | 
        ||
| 9 | rootcint -f Feb_Dict.cxx -c Feb_Gui.h Feb_LinkDef.h  | 
        ||
| 10 | g++ $(CFLAGS) $(INC) -DBELLEPTS Feb_Gui.C Feb_Main.C ../sa02lib.c Feb_Dict.cxx $(LIBS)-o Feb_Gui  |