This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake strips GNU make "else/endif" conditionals
- To: "Peter J. Farley III" <pjfarley at dorsai dot org>
- Subject: Re: automake strips GNU make "else/endif" conditionals
- From: "Lars J. Aas" <larsa at sim dot no>
- Date: Mon, 6 Aug 2001 20:55:33 +0200
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <5.1.0.14.0.20010805172053.00a1b3a0@mail.dorsai.org>
On Sun, Aug 05, 2001 at 05:34:15PM -0400, Peter J. Farley III wrote:
: I'm learning automake (slowly). Here's my problem: I have a
: Makefile.am where I want to use GNU make conditionals (to be executed
: and resolved at make time, not at automake time), with syntax like
: this:
:
: thisrule::
: ifdef THISVAR
It's just "if", not ifdef.
Lars J