help-make
[Top][All Lists]
Advanced

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

Re: GNU Makefile ule


From: Ming Cheng
Subject: Re: GNU Makefile ule
Date: Thu, 23 Jun 2022 15:08:45 +0000

Thanks. I can fully focus on internal system now.
________________________________
From: Paul Smith <psmith@gnu.org>
Sent: Thursday, June 23, 2022 1:56 PM
To: Ming Cheng <chengm349@hotmail.com>; help-make@gnu.org <help-make@gnu.org>
Subject: Re: GNU Makefile ule

On Thu, 2022-06-23 at 09:26 +0000, Ming Cheng wrote:
> modules := abc
> abc_type := static_library
> abc_target := libabc.a

These lines simply define three variables.  They don't do anything else
and there is no hidden magic that happens when these variables are
assigned.

> I checked the PDF file and did not find any description like
> {module}_type/{module}_target rule. My question is whether there is
> an implicit rule that make cmd will try to find
> {module}_type/{module}_target variables according to defined modules?

No, there is no implicit rule that does anything like that that is part
of GNU make itself.

It's entirely possible that your makefiles define such implicit rules.
But of course we cannot know that, since we don't know what your
makefiles contain.  You will have to look into them and see where such
rules are defined and what they do.


reply via email to

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