summaryrefslogtreecommitdiff
path: root/svx/uiconfig/layout/makefile.mk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-12-17 12:46:28 +0000
committerRüdiger Timm <rt@openoffice.org>2008-12-17 12:46:28 +0000
commitda3ce47f1edd54ead268cb5c02a4ec3817c9dbeb (patch)
treed0d93bf9b40b1b05903f8c16a73f56a0c0c47480 /svx/uiconfig/layout/makefile.mk
parentb1da5a57d93e8e9b43b9bba9fabc3b7e61289edc (diff)
#i10000# I somehow managed to remove dozens of files by mistake when integrating CWS tl56_DEV300 (r265489). Revive.
Diffstat (limited to 'svx/uiconfig/layout/makefile.mk')
-rw-r--r--svx/uiconfig/layout/makefile.mk50
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