automake
[Top][All Lists]
Advanced

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

Computed _SOURCES


From: John Levon
Subject: Computed _SOURCES
Date: Sun, 19 Aug 2001 01:12:50 +0100
User-agent: Mutt/1.3.19i

Is it at all possible to have a libblah_la_SOURCES that is partly
composed of variables computed ?

In my example, I want to compute this variable from a canonical list of 
variables like :

Character
Ref
Url

which after some manipulation, will name various different source files in 
several
Makefile.am's, for example :

QCharacter.C
QCharacter.h

Now using libblah_la_SOURCES = $(patsubst...) doesn't work as _OBJECTS doesn't 
(obviously)
calculate the right .lo files

Is this possible or must I repeat myself in the four Makefile.am's that could 
have _SOURCES
computed from the canonical list ?

thanks,
john

-- 
"If it is "all Greek to you", perhaps a trip to Athens is in order."
        - jjohn, /.



reply via email to

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