Skip to content

Commit

Permalink
Let SCons also clean ROOT 6's *_rdict.pcm class layout cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
hansenjo committed Oct 5, 2017
1 parent bcaa7a4 commit f91a6ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SConscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
hana_decode/THaBenchmark.h hana_decode/haDecode_LinkDef.h
""")
baseenv.RootCint(rootdecdict,decheaders)
baseenv.Clean(rootdecdict,re.sub(r'\.C\Z','_rdict.pcm',rootdecdict))

roothadict = baseenv.subst('$MAIN_DIR')+'/haDict.C'
haheaders = Split("""
Expand Down Expand Up @@ -69,6 +70,7 @@
src/HallA_LinkDef.h
""")
baseenv.RootCint(roothadict,haheaders)
baseenv.Clean(roothadict,re.sub(r'\.C\Z','_rdict.pcm',roothadict))

####### write src/ha_compiledata.h header file ######

Expand Down

0 comments on commit f91a6ea

Please sign in to comment.