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

Re: [1/2 OT] GNU Make: Zielname als Abhaengigkeit



On Wed, Apr 15, 2009 at 09:30:11AM -0700, amirovic@googlemail.com wrote:
> Hi,
> 
> Gibt es eine Möglichkeit den Zielnamen (Target) als Abhängigkeit
> (Dependency) zu kriegen. System V make stellt dafür "$$@" zur
> Verfügung. Wie kann man das mit GNU Make realisieren?

Auf die Gefahr hin, dass ich das vollkommen missverstehe:
"During the secondary expansion of explicit rules, $$@ and $$% evaluate,
respectively, to the file name of the target and, when the target is an
archive member, the target member name."

http://www.gnu.org/software/automake/manual/make/Secondary-Expansion.html

Ist das nicht dass, was Du suchst?


Reply to: