diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 13:33:01 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 13:33:01 +0000 |
commit | a2569ccb9f0102c8f5b9960b074a18f346f9573f (patch) | |
tree | 40d8177a81ab01dd8489b09f6d9a74173921f004 /svx/uiconfig | |
parent | 4d5708e5e6d6e32130af5989ee80e081c584d449 (diff) |
INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED
2008/07/30 11:30:47 rt 1.1.2.5: Update license header.
2008/04/03 16:47:47 jcn 1.1.2.4: Oops cut & paste prjname. Fixes svx-layout.zip build.
2008/03/31 15:01:53 jcn 1.1.2.3: Factor out layout.mk.
2008/03/31 14:52:10 jcn 1.1.2.2: Install layout xml files as ZIP archive. Fixes language tree issues.
2008/03/28 11:19:36 jcn 1.1.2.1: Move compilation and installation of xml files here from toolkit/workben/layout.
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/layout/makefile.mk | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/svx/uiconfig/layout/makefile.mk b/svx/uiconfig/layout/makefile.mk new file mode 100644 index 000000000000..d22d6eb10308 --- /dev/null +++ b/svx/uiconfig/layout/makefile.mk @@ -0,0 +1,50 @@ +#************************************************************************* +# +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +# +# Copyright 2008 by Sun Microsystems, Inc. +# +# OpenOffice.org - a multi-platform office productivity suite +# +# $RCSfile: makefile.mk,v $ +# +# $Revision: 1.2 $ +# +# This file is part of OpenOffice.org. +# +# OpenOffice.org is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License version 3 +# only, as published by the Free Software Foundation. +# +# OpenOffice.org is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License version 3 for more details +# (a copy is included in the LICENSE file that accompanied this code). +# +# You should have received a copy of the GNU Lesser General Public License +# version 3 along with OpenOffice.org. If not, see +# <http://www.openoffice.org/license.html> +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +PRJ=../.. +PRJNAME=svx +TARGET=layout + +.INCLUDE : settings.mk + +.IF "$(ENABLE_LAYOUT)" == "TRUE" + +all: ALLTAR + +XML_FILES=zoom.xml + +.INCLUDE : layout.mk + +.ELSE # ENABLE_LAYOUT != TRUE +all .PHONY: +.ENDIF # ENABLE_LAYOUT != TRUE + +.INCLUDE : target.mk |