Listing your objects in a Makefile is no big deal. The problem comes in maintaining the dependancies of your #include's. It just so happens there's a GCC option to emit the header dependancies in make format. You redirect this to "deps.inc" or some such and !INCLUDE that in your makefile. For further automation, add a tag in the makefile so you can type "make deps" to regenerate those dependancies. I can't remember the option off-hand but I'll try to get it tonight when I run up there.
Ciao, Dee -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ehsan Akhgari Sent: Tuesday, March 23, 2004 4:59 AM To: [EMAIL PROTECTED] Subject: RE: [OT] gcc & QT (was Re: RE: [msvc] using bit fields) > I suppose I'll miss Visual Assist the most. I've tried KDevelop and, > unless it's been greatly improved lately, it's code editor, well, > sucks. I'd rather use VI (gvim) than it. > The worst thing about it was that it would start inserting your typing > in a different place than where the cursor was after being in use for > a few hours. Mucking up my code is something I just will > *not* put up with. OK, to drive it even further OT, I only use KDevelop because I'm not able to mess with makefiles directly. Does any Linux developer gurus that might be here know how do all the developers generate/manage the makefiles for large projects? Makefiles have always been one of the biggest reasons I hesitate to develop for Linux a lot! :-) ------------- Ehsan Akhgari Farda Technology (http://www.farda-tech.com/) List Owner: [EMAIL PROTECTED] [ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ] The answers to life's questions lie inside you. All you need to do is look, listen, and trust. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
