help-make
[Top][All Lists]
Advanced

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

need replacement for $$(@F)


From: Silvio Wanka
Subject: need replacement for $$(@F)
Date: Thu, 01 Nov 2001 11:16:12 +0100

Hi,

in the manual of GNU make I have found the following statement:

     pattern rules (see section Static Pattern Rules). The
     System V make rule: 

     $(targets): address@hidden lib.a

     can be replaced with the GNU make static pattern rule: 

     $(targets): %: %.o lib.a

this works well, but I need a replacement for

      $(targets): $$(@F)
      cp $? $@
      chmod 0444 $@

and

      $(targets): %: $(notdir %)

does not work. Exists there any replacement?

TIA, S. Wanka

-- 
All opinions are mine.



reply via email to

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