RE: Creating a header file dependency.

2010-06-01 Thread Samuel Klatchko
You can easily do this with a wildcard rule: dest/%: src/% @echo Updating $(http://www.symantec.com/ - Office: (415) 738-2663 Mobile: (415) 846-1370 samuel_klatc...@symantec.com From: bug-make-bounces+samuel_klatchko=s

Re: Creating a header file dependency.

2010-06-01 Thread Edward Welbourne
>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

RE: Creating a header file dependency.

2010-05-31 Thread Palani Chinnakannan (pals)
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)

Re: Creating a header file dependency.

2010-05-30 Thread Paul Smith
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