diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-18 15:36:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-18 15:36:03 +0000 |
commit | f1ce618d0df3c07093e92d8fb509a1e2a6f662be (patch) | |
tree | f2e6d7d1684cc782f2a606dd37d3a97beb8a7ebf /padmin/source/makefile.mk | |
parent | 8f24c73fca4598589822eeeaf61ec241122418b0 (diff) |
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.
Diffstat (limited to 'padmin/source/makefile.mk')
-rw-r--r-- | padmin/source/makefile.mk | 13 |
1 files changed, 11 insertions, 2 deletions
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 + |