=symantec@gnu.org
[mailto:bug-make-bounces+samuel_klatchko=symantec@gnu.org] On Behalf
Of Palani Chinnakannan (pals)
Sent: Sunday, May 30, 2010 10:02 PM
To: bug-make@gnu.org
Subject: Creating a header file dependency.
Hello,
We are used to this concept of staging a set of
>Do you have any idea on how to achieve what I want?
$(EXPORTED_HDRS): $(EXPORT_HDR_PATH)/%: ../include/%
with the same command as you're using.
Eddy.
___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-mak
nal Message-
From: Paul Smith [mailto:psm...@gnu.org]
Sent: Sunday, May 30, 2010 11:28 PM
To: Palani Chinnakannan (pals)
Cc: bug-make@gnu.org
Subject: Re: Creating a header file dependency.
On Sun, 2010-05-30 at 22:01 -0700, Palani Chinnakannan (pals) wrote:
> $(EXPORTED_HDRS): $(EXPORT_HDRS)
On Sun, 2010-05-30 at 22:01 -0700, Palani Chinnakannan (pals) wrote:
> $(EXPORTED_HDRS): $(EXPORT_HDRS)
If you write a rule like:
foo bar biz : fee fie foe
then make interprets that to mean EXACTLY the same thing as:
foo : fee fie foe
bar : fee fie foe
biz : fee
Hello,
We are used to this concept of staging a set of header
files from
our components during build. So, each sub-system/component specifies
a list of header files that needs to be staged. They also specify a
staging
directory.
Now, I am creating a depend