thanks for the help
--
John D. Prokopek
jpro...@snet.net
> are there any dependency tools available for g++ that generate
> information for makefiles?
One of the best dependency tools for g++ is ..... g++
% g++ -v --help
[snip]
-M Generate make dependencies
-MM As -M, but ignore system header files
-MD As -M, but put output in a .d file
-MMD As -MD, but ignore system header files
-MG Treat missing header file as generated files
- Rob
see option -M and variant (gcc,g++,cpp).
> thanks for the help
>
> --
> John D. Prokopek
> jpro...@snet.net
--
[ Laurent Deniau -- Scientific Computing & Data Analysis ]
[ CERN -- The European Laboratory for Particle Physics ]
[ Laurent...@cern.ch - http://home.cern.ch/ldeniau ]
[ -- One becomes old when dreams become regrets -- ]
cheers