[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefile to Makefile.am
From: |
Ralf Wildenhues |
Subject: |
Re: Makefile to Makefile.am |
Date: |
Mon, 16 Aug 2010 08:17:20 +0200 |
User-agent: |
Mutt/1.5.20 (2010-04-22) |
Hello,
* Paul Smith wrote on Mon, Aug 16, 2010 at 04:33:46AM CEST:
> On Sun, 2010-08-15 at 23:32 +0200, Ralf Wildenhues wrote:
> > > # old fashioned suffix rule, portable
> > > .xcf.bmp:
> > > $(GIMP) -i -b '(xcf-bmp "$<" "$@")' -b '(gimp-quit 0)'
> > >
> > > Hey, maybe Automake hackers can riff off this thread in time for
> > > the next release... (or, "Would you like me to submit a patch?").
> >
> > Yes, with a general example, please.
>
> Note this is not enough: you also have to add these as prerequisites of
> the .SUFFIXES target.
Not in a Makefile.am file, if each of the suffixes matches \.[^.]\{1,\}$
(this is an automake feature).
Cheers,
Ralf
Re: Makefile to Makefile.am, Thien-Thi Nguyen, 2010/08/15
Re: Makefile to Makefile.am, Paul Smith, 2010/08/15
Re: Makefile to Makefile.am,
Ralf Wildenhues <=