automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SUBDIRs and alternate names for "Makefile"


From: Harlan Stenn
Subject: SUBDIRs and alternate names for "Makefile"
Date: Wed, 30 May 2001 00:56:29 -0400
User-agent: EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (Y .DŽþzaki) XEmacs/21.1 (20 Minutes to Nikko) (i386-unknown-freebsd2.2.8)

I have an automake/autoconf application where the auto* generated stuff  has 
to co-exist with a different "make" application, and cannot use [Mm]akefile
for the names of the generated targets.

I have a solution for this for the "flat" case, but I now have to do a
SUBDIR case, too.

In the main subdirectory I generate and use Makefile.boot for the bootstrap
case (the one which uses automake/autoconf).

I figure I can "subvert" the problem by using fake targets to generate the
builds in the subdirectories using "cd foo && $(MAKE) -f Makefile.boot", but 
is there a better way?

H



reply via email to

[Prev in Thread] Current Thread [Next in Thread]