automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 10/17] [ng] am: new make variable '$(am__handle_exx


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 10/17] [ng] am: new make variable '$(am__handle_exxext)'
Date: Tue, 22 May 2012 22:50:51 +0200

This is just a preparatory commit in view of future changes.

* lib/am/header-vars.am (am__handle_exxext): New internal variable,
defined to "yes" if the automake static conditional '?HANDLE-EXEEXT?'
is true, and to "no" otherwise.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/header-vars.am |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/am/header-vars.am b/lib/am/header-vars.am
index 98a8042..05334bd 100644
--- a/lib/am/header-vars.am
+++ b/lib/am/header-vars.am
@@ -83,6 +83,9 @@ am__uniq = $(strip \
            $(am__empty), \
            $(lastword $(1)))))
 
+?HANDLE-EXEEXT?am__handle_exeext := yes
+?!HANDLE-EXEEXT?am__handle_exeext := no
+
 ## These definitions have been generated by the following Bash 4 script:
 ##
 ##    #!/bin/bash
-- 
1.7.9.5




reply via email to

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