summaryrefslogtreecommitdiff
path: root/cppuhelper/InternalUnoApi_cppuhelper.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-07 01:27:55 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-09 21:04:38 +0200
commit02736329564fa54c9a1401515774e7cf58899295 (patch)
tree0bc67233957590ad8706cbc8399912f3eec7a4cd /cppuhelper/InternalUnoApi_cppuhelper.mk
parent9e7d5cd530365450a404cc26716890ecdc4281b6 (diff)
cppuhelper: use InternalUnoApi
Diffstat (limited to 'cppuhelper/InternalUnoApi_cppuhelper.mk')
-rw-r--r--cppuhelper/InternalUnoApi_cppuhelper.mk43
1 files changed, 43 insertions, 0 deletions
diff --git a/cppuhelper/InternalUnoApi_cppuhelper.mk b/cppuhelper/InternalUnoApi_cppuhelper.mk
new file mode 100644
index 000000000000..077959538099
--- /dev/null
+++ b/cppuhelper/InternalUnoApi_cppuhelper.mk
@@ -0,0 +1,43 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License or as specified alternatively below. You may obtain a copy of
+# the License at http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# Major Contributor(s):
+# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
+# (initial developer)
+#
+# All Rights Reserved.
+#
+# For minor contributions see the git repository.
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+
+$(eval $(call gb_InternalUnoApi_InternalUnoApi,cppuhelper))
+
+$(eval $(call gb_InternalUnoApi_use_api,cppuhelper,\
+ udkapi \
+))
+
+$(eval $(call gb_InternalUnoApi_set_include,cppuhelper,\
+ -I$(OUTDIR)/idl \
+ $$(INCLUDE) \
+))
+
+$(eval $(call gb_InternalUnoApi_add_idlfiles,cppuhelper,cppuhelper/unotypes/cppuhelper/detail,\
+ XExceptionThrower \
+))
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab: