diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 13:19:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-30 13:19:49 +0000 |
commit | bce61af2d8cc89dbc360f7baa4614ededa7bd230 (patch) | |
tree | 5950320c9ff83ea5153171be1043576ce01ed3cc /sw/uiconfig | |
parent | 96f761e4456e07842b5fc0b7630808e2003d3841 (diff) |
INTEGRATION: CWS layoutdialogs (1.1.2); FILE ADDED
2008/07/30 11:27:51 rt 1.1.2.5: Update license header.
2008/03/31 15:01:30 jcn 1.1.2.4: Factor out layout.mk.
2008/03/31 14:50:42 jcn 1.1.2.3: Install layout xml files as ZIP archive. Fixes language tree issues.
2008/03/28 11:23:18 jcn 1.1.2.2: Move compilation and installation of xml files here from toolkit/workben/layout.
2008/03/28 11:22:01 jcn 1.1.2.1: Move compilation and installation of xml files here from toolkit/workben/layout.
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/layout/makefile.mk | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/sw/uiconfig/layout/makefile.mk b/sw/uiconfig/layout/makefile.mk new file mode 100644 index 000000000000..b577653b1f9f --- /dev/null +++ b/sw/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=sw +TARGET=layout + +.INCLUDE : settings.mk + +.IF "$(ENABLE_LAYOUT)" == "TRUE" + +all: ALLTAR + +XML_FILES=wordcount.xml + +.INCLUDE : layout.mk + +.ELSE # ENABLE_LAYOUT != TRUE +all .PHONY: +.ENDIF # ENABLE_LAYOUT != TRUE + +.INCLUDE : target.mk |