On Jul 26, 2007, at 2:42 PM, BeN [F1233 121D312] wrote:
Lorenzo Bettini wrote:
about rules of the shape, e.g.,
%.txt: %.tt
how else could I implement those make rules?
I guess so called old-fashioned style of implicit rules would do:
e.g:
.SUFFIXES: .txt .tt
all: t.txt
.tt.txt:
cp
Lorenzo Bettini wrote:
> after upgrading to automake 1.10 I get these warnings
>
> Makefile.am:47: `%'-style pattern rules are a GNU make extension
>
> about rules of the shape, e.g.,
>
> %.txt: %.tt
>
> how else could I implement those make rules?
The warning is telling you that using that c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Lorenzo Bettini wrote:
>
> about rules of the shape, e.g.,
>
> %.txt: %.tt
>
> how else could I implement those make rules?
>
I guess so called old-fashioned style of implicit rules would do:
e.g:
.SUFFIXES: .txt .tt
all: t.txt
.tt.txt:
cp -v
Hi
after upgrading to automake 1.10 I get these warnings
Makefile.am:47: `%'-style pattern rules are a GNU make extension
about rules of the shape, e.g.,
%.txt: %.tt
how else could I implement those make rules?
thanks in advance
Lorenzo
--
Lorenzo Bettini, PhD in Computer Science, D