#include dependency tools?
#include dependency tools?
- Subject: #include dependency tools?
- From: Andy Wiese <email@hidden>
- Date: Wed, 5 Jan 2005 15:55:00 -0600
I would like to determine exactly what header files are included in my
c++ project. I know that header dependency tools exist, but I've never
used them, and don't know what might be available and usable with
Xcode/gcc/os-x without too much brain damage.
My immediate desire is simple--I just want to figure out exactly what
boost headers are used by my project so I can trim my source tree to
just what is needed. Can I use the gcc preprocessor for this somehow?
In CodeWarrior, I could preprocess the source and then extract the
header include comments with perl script. Primitive, but good enough
for this purpose.
Any suggestions how I could do this in Xcode?
In a broader sense, I would like to get familiar with more
sophisticated header dependency tools if there is something available
that works well with Xcode. Any suggestions?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden