|
From: Nicholas N. <nj...@ca...> - 2004-02-05 09:57:58
|
On Wed, 4 Feb 2004, Julian Seward wrote: > My vote is to add it asap. Does it need the hp2ps Glasgow stuff, or > not? I forget. Yes, I have put it in valgrind/massif/hp2ps. The (BSD-style) LICENSE file is in that directory too, I figure that's enough. I've made a Makefile.am file so it all gets installed properly; the executable goes into $(libdir) along with everything else. Strictly speaking, it should go into $(bindir), but other executables -- stage2, valgrind -- are in $(libdir) too, because the machinery for handling in-place execution makes this option much easier. I've also got it so that Massif automatically invokes hp2ps at the end to convert the raw data to PostScript (well, modulo a small assertion failure that I'm currently working out with Jeremy). So, if all goes well, the user won't need to know anything about hp2ps. N |