Related articles |
---|
Makefile questions Stanya@aol.com (2001-07-03) |
Re: Makefile questions lockner@chaos.cns.uni.edu (Matthew J. Lockner) (2001-07-06) |
Re: Makefile questions yedema@natlab.research.philips.com (Wim Yedema) (2001-07-06) |
Re: Makefile questions yugami@monochromatic.com (Marc Britten) (2001-07-06) |
Re: Makefile questions walter@digitalmars.com (walter) (2001-07-06) |
Re: Makefile questions lex@cc.gatech.edu (Lex Spoon) (2001-07-17) |
From: | "walter" <walter@digitalmars.com> |
Newsgroups: | comp.compilers,comp.unix.programmer |
Date: | 6 Jul 2001 16:30:47 -0400 |
Organization: | Excite@Home - The Leader in Broadband http://home.com/faster |
References: | 01-07-031 |
Keywords: | tools |
Posted-Date: | 06 Jul 2001 16:30:47 EDT |
Ah, makefile hell. I know just the problem you're having, I've had similar
ones many times. The way I deal with it is to clear off all the generated
files. Then do a global make, and capture the output to the screen. That
should give the info you need.
Make sure you also adjust the makefiles so they don't turn off echo.
-Walter
www.digitalmars.com Free C/C++ compilers
>What I need to do is figure out which files in the project are used
>for which applications -
Return to the
comp.compilers page.
Search the
comp.compilers archives again.