Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:06:26

0001 ROOTINC=-I `root-config --incdir`
0002 ROOTLIBS=`root-config --libs`
0003 #CFLAGS=-std=c++11
0004 CFLAGS=-std=c++1y
0005 
0006 
0007 #echo "ROOTINC=${ROOTINC}"
0008 #echo "ROOTLIBS=${ROOTLIBS}"
0009 
0010 DEPS= LogEleMapdb.h
0011 
0012 default: RemoteMonitoringGLOBAL.cc.exe RemoteMonitoringMAP_Global.cc.exe
0013 
0014 RemoteMonitoringGLOBAL.cc.exe: RemoteMonitoringGLOBAL.cc $(DEPS)
0015         c++ $< ${ROOTINC} ${CFLAGS} -o $@ ${ROOTLIBS}
0016 
0017 RemoteMonitoringMAP_Global.cc.exe: RemoteMonitoringMAP_Global.cc $(DEPS)
0018         c++ $< ${ROOTINC} ${CFLAGS} -o $@ ${ROOTLIBS}
0019 
0020 clean:
0021         rm -f *.cc.exe