This is the mail archive of the automake-prs@sourceware.cygnus.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

automake/30: suffix rules don't chain



>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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]