This is the mail archive of the
automake-prs@sourceware.cygnus.com
mailing list for the automake project.
automake/30: suffix rules don't chain
- To: automake-gnats at sourceware dot cygnus dot com
- Subject: automake/30: suffix rules don't chain
- From: Matthias Clasen <clasen at pong dot mathematik dot uni-freiburg dot de>
- Date: 13 Nov 1999 04:48:07 -0000
- Reply-To: Matthias Clasen <clasen at pong dot mathematik dot uni-freiburg dot de>
- Resent-Cc: automake-prs at sourceware dot cygnus dot com
- Resent-Reply-To: automake-gnats@sourceware.cygnus.com, Matthias Clasen <clasen@pong.mathematik.uni-freiburg.de>
>Number: 30
>Category: automake
>Synopsis: suffix rules don't chain
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: tromey
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Fri Nov 12 20:51:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator: Matthias Clasen
>Release: current cvs
>Organization:
>Environment:
>Description:
SUFFIXES = .mfour
.mfour.cxx:
... build .cxx file here ...
foo_SOURCES = blabla.m4 ...
BUILT_SOURCES = blabla.cxx ...
and in the generated Makefile, I find
foo_OBJECTS = blabla.cxx ...
instead of
foo_OBJECTS = blabla.lo ...
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: