automake
[Top][All Lists]
Advanced

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

Re: IF condition inside Makefile.am


From: Bob Friesenhahn
Subject: Re: IF condition inside Makefile.am
Date: Mon, 29 Oct 2012 15:35:24 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Mon, 29 Oct 2012, The_Jav wrote:

I would like to create an if condition. But it works partially :

libmy_lib_SOURCES = source.c
if HAVE_IPP
libmy_lib_SOURCES += ipp.c
endif

when the HAVE_IPP is false, the makefile created is different than a
makefile created with only "libmy_lib_SOURCES = sources.c"

The conditions not met are commented out in the Makefile written by config.status. Is that different than you expected?

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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