summaryrefslogtreecommitdiff
path: root/udkapi/UnoApiMerge_uretypes.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-11 15:28:34 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-11 16:33:52 +0100
commit295b09a63240d0a591921a40dc949784a441ce99 (patch)
tree5ab7fd2974bf130ae68e68551baec470b1d229d7 /udkapi/UnoApiMerge_uretypes.mk
parent5d4f2cf9a449535e5365613ae50a1c3cca030eb0 (diff)
refactor UnoApi class
Diffstat (limited to 'udkapi/UnoApiMerge_uretypes.mk')
-rw-r--r--udkapi/UnoApiMerge_uretypes.mk35
1 files changed, 35 insertions, 0 deletions
diff --git a/udkapi/UnoApiMerge_uretypes.mk b/udkapi/UnoApiMerge_uretypes.mk
new file mode 100644
index 000000000000..3b01834f9c3a
--- /dev/null
+++ b/udkapi/UnoApiMerge_uretypes.mk
@@ -0,0 +1,35 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# 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.
+#
+#*************************************************************************
+
+$(eval $(call gb_UnoApiMerge_UnoApiMerge,ure/types))
+
+$(eval $(call gb_UnoApiMerge_add_rdbfiles,ure/types,\
+ udkapi \
+))
+
+# vim: set noet sw=4 ts=4: