[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make, Makefile & includes
- To: Iftach Hyams <paraduma(at-nospam)elbit.co.il>
- Subject: Re: make, Makefile & includes
- From: Oleg Goldshmidt <ogoldshmidt(at-nospam)computer.org>
- Date: 19 Nov 2001 18:51:16 +0200
- Cc: linux-il(at-nospam)cs.huji.ac.il
- In-Reply-To: Iftach Hyams's message of "Mon, 19 Nov 2001 18:05:08 +0200"
- Organization: Speaking for myself only.
- Original-Sender: ogoldshmidt@computer.org
- References: <E362644C9B65D5118D8000508BEECB2ACCE04B@MAIL3>
- Reply-To: linux-il(at-nospam)linux.org.il
- Sender: oleg(at-nospam)data-zoo.com
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley)
Iftach Hyams <paraduma@elbit.co.il> writes:
> When having Makefile with many includes,even nested, I would like
> to create a 'flat' Makefile - is it possible ? Can GNU make do that
> ?
make -qpR -f foo.mk
will probably give you more info than you really want, since it dimps
environment and automatic variables, but you can start from here.
> Is there any other way to 'debug' a Makefile ?
make -nd?
--
Oleg Goldshmidt | ogoldshmidt@NOSPAM.computer.org
"If it ain't broken, it has not got enough features yet."
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il