[Scons-users] How to interface Purify into Scons?
doc
drplastic99 at yahoo.com
Sat Aug 16 11:14:20 EDT 2014
Sorry if this is a repeat. I received a bounce message the first time I sent this out.
I have a Makefile that has various calls to scons.
scons "--jobs=8" -f SConstruct
The SCons command generates a line similar to the following:
g++ -o buildversion.o -c -c -g -fPIC buildversion.cc
How do you interface Purify into this mix? I'm guessing that ultimately the line is suppose to look like
purify g++ -o buildversion.o -c -c -g -fPIC buildversion.cc
The Makefile and the SCons part were all written by someone who long ago left the company. I'm new to SCons and to Python. Please feel free to explain things to me as if I was a six year old.
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20140816/c39d2dc6/attachment-0001.html>
More information about the Scons-users
mailing list