From f1ce618d0df3c07093e92d8fb509a1e2a6f662be Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 18 Jun 2007 15:36:03 +0000 Subject: INTEGRATION: CWS pj81 (1.18.104); FILE MERGED 2007/06/10 12:49:38 pjanik 1.18.104.1: #i78272#: Do not build padmin on AQUA. --- padmin/source/makefile.mk | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'padmin/source/makefile.mk') diff --git a/padmin/source/makefile.mk b/padmin/source/makefile.mk index 0edc22dce5e8..5360f8334ab9 100644 --- a/padmin/source/makefile.mk +++ b/padmin/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:25:28 $ +# last change: $Author: kz $ $Date: 2007-06-18 16:36:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,13 @@ # #************************************************************************* +.IF "$(GUIBASE)"=="aqua" + +dummy: + @echo "Nothing to build for GUIBASE aqua." + +.ELSE + PRJ=.. PRJNAME=padmin TARGET=padmin @@ -111,3 +118,5 @@ APP1STDLIBS= \ .INCLUDE : target.mk +.ENDIF # GUIBASE==aqua + -- cgit