automake
[Top][All Lists]
Advanced

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

CPPFLAGS for LIBOBJS


From: Russ Allbery
Subject: CPPFLAGS for LIBOBJS
Date: Tue, 22 Apr 2008 16:52:23 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Today I ran into a need to set CPPFLAGS when building files for LIBOBJS
and discovered that there doesn't appear to be any way to do it without
setting CPPFLAGS globally.

I have:

portable_libportable_a_LIBADD = $(LIBOBJS)

If I add:

portable_libportable_a_CPPFLAGS = $(KRB5_LDFLAGS) $(KAFS_LDFLAGS)

it has no effect, which after thinking about it for a moment makes some
sense.  However, setting LIBOBJS_CPPFLAGS doesn't do anything either.

Could some facility to handle this be added?

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>




reply via email to

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