[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefile to Makefile.am
From: |
Paul Smith |
Subject: |
Re: Makefile to Makefile.am |
Date: |
Sun, 15 Aug 2010 22:33:46 -0400 |
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.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.mad-scientist.net
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
Re: Makefile to Makefile.am, Thien-Thi Nguyen, 2010/08/15
Re: Makefile to Makefile.am,
Paul Smith <=
Re: Makefile to Makefile.am, Ralf Wildenhues, 2010/08/16