|
||||
File indexing completed on 2024-04-06 12:28:24
0001 include ../../Makefile.config 0002 0003 all: libConfigDict.so 0004 0005 libConfigDict.so: ConfigDict.cc 0006 ${CXX} -I.. -I../.. -I$(shell root-config --incdir) ${CPPFLAGS} -fPIC -shared -o $@ $^ 0007 0008 ConfigDict.cc: ../IterationConfig.h ../SteeringParams.h ConfigLinkDef.h 0009 rootcling -f -I=.. -I=../.. $@ $^ 0010 0011 clean: 0012 rm -f libConfigDict.so ConfigDict.cc ConfigDict_rdict.pcm 0013 find . -size 0 -delete # rootcling leaves some junk around
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |