[gnome-games] ld: Add an AM conditional for each game to build
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games] ld: Add an AM conditional for each game to build
- Date: Fri, 10 Jul 2009 21:55:10 +0000 (UTC)
commit a9f29d4ebda5e097438b9618f4df695b75d6325a
Author: Christian Persch <chpe gnome org>
Date: Fri Jul 10 22:40:02 2009 +0200
ld: Add an AM conditional for each game to build
configure.in | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
---
diff --git a/configure.in b/configure.in
index 442d249..972d132 100644
--- a/configure.in
+++ b/configure.in
@@ -184,6 +184,33 @@ done
AM_CONDITIONAL([LIBGAMES_SUPPORT_FULL],[test "$libgames_support_full" = "yes"])
AM_CONDITIONAL([BUILD_LIBGAMESCARDS],[test "$build_libgamescards" = "yes"])
+# Set a conditional for each game to build
+
+for game in $allgames $staginggames; do
+ eval AS_TR_SH([build_$game])=no
+done
+for game in $gamelist; do
+ eval AS_TR_SH([build_$game])=yes
+done
+
+AM_CONDITIONAL([BUILD_AISLERIOT],[test "$build_aisleriot" = "yes"])
+AM_CONDITIONAL([BUILD_BLACKJACK],[test "$build_blackjack" = "yes"])
+AM_CONDITIONAL([BUILD_GLCHESS],[test "$build_glchess" = "yes"])
+AM_CONDITIONAL([BUILD_GLINES],[test "$build_glines" = "yes"])
+AM_CONDITIONAL([BUILD_GNECT],[test "$build_gnect" = "yes"])
+AM_CONDITIONAL([BUILD_GNIBBLES],[test "$build_gnibbles" = "yes"])
+AM_CONDITIONAL([BUILD_GNOBOTS2],[test "$build_gnobots2" = "yes"])
+AM_CONDITIONAL([BUILD_GNOME_SUDOKU],[test "$build_gnome_sudoku" = "yes"])
+AM_CONDITIONAL([BUILD_GNOMETRIS],[test "$build_gnometris" = "yes"])
+AM_CONDITIONAL([BUILD_GNOMINE],[test "$build_gnomine" = "yes"])
+AM_CONDITIONAL([BUILD_GNOTRAVEX],[test "$build_gnotravex" = "yes"])
+AM_CONDITIONAL([BUILD_GNOTSKI],[test "$build_gnotski" = "yes"])
+AM_CONDITIONAL([BUILD_GTALI],[test "$build_gtali" = "yes"])
+AM_CONDITIONAL([BUILD_IAGNO],[test "$build_iagno" = "yes"])
+AM_CONDITIONAL([BUILD_LIGHTSOFF],[test "$build_lightsoff" = "yes"])
+AM_CONDITIONAL([BUILD_MAHJONGG],[test "$build_mahjongg" = "yes"])
+AM_CONDITIONAL([BUILD_SAME_GNOME],[test "$build_same_gnome" = "yes"])
+
# Locate various programs
PKG_PROG_PKG_CONFIG([0.15])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]