automake-patches
[Top][All Lists]
Advanced

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

Re: multiple derivations rules for the same input suffix (PR/37)


From: Alexandre Duret-Lutz
Subject: Re: multiple derivations rules for the same input suffix (PR/37)
Date: 28 Jun 2002 22:45:13 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "adl" == Alexandre Duret-Lutz <address@hidden> writes:

[...]

The test suite passes, but

 adl> + # A regex to compute the extension of the product
 adl> + # (defaults to `s/\..*$/\..\$(OBJEXT)/')
 adl> + 'output_extension' => "\$",

this sucks.  .$(OBJEXT) is not the sole possible extension used
as output; .lo is the other possibility.

I think the following will fail

  lib_LTLIBRARIES = libfoo.la
  libfoo_la_SOURCES = foo.bar
  .bar.y:
        command

because &derive_suffix will try to lookup
$suffix_rules{.bar}{.lo} which does not exists.

I'll try to rework this area of the patch next week.

[...]

-- 
Alexandre Duret-Lutz




reply via email to

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