[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
IF condition inside Makefile.am
From: |
The_Jav |
Subject: |
IF condition inside Makefile.am |
Date: |
Mon, 29 Oct 2012 02:54:59 -0700 (PDT) |
Hello,
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"
why ?
--
View this message in context:
http://old.nabble.com/IF-condition-inside-Makefile.am-tp34614357p34614357.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.
- IF condition inside Makefile.am,
The_Jav <=