summaryrefslogtreecommitdiff
path: root/stoc/Module_stoc.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-12 10:48:40 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 11:42:50 +0100
commitd2097ad456b4626dd6972e015489ce3d22eb1872 (patch)
tree41a9b1ca1551795888cfcae15f606d502a6806e7 /stoc/Module_stoc.mk
parentf24ccecbeef52ecb822f1bd111ffe573ec41c142 (diff)
gbuildize stoc
Diffstat (limited to 'stoc/Module_stoc.mk')
-rw-r--r--stoc/Module_stoc.mk61
1 files changed, 61 insertions, 0 deletions
diff --git a/stoc/Module_stoc.mk b/stoc/Module_stoc.mk
new file mode 100644
index 000000000000..7169d456ba0a
--- /dev/null
+++ b/stoc/Module_stoc.mk
@@ -0,0 +1,61 @@
+# -*- 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_Module_Module,stoc))
+
+$(eval $(call gb_Module_add_targets,stoc,\
+ InternalUnoApi_bootstrap \
+ InternalUnoApi_corefl \
+ InternalUnoApi_insp \
+ InternalUnoApi_inv \
+ InternalUnoApi_invadp \
+ InternalUnoApi_javaloader \
+ InternalUnoApi_jen \
+ InternalUnoApi_namingservice \
+ InternalUnoApi_proxyfac \
+ InternalUnoApi_stocserv \
+ Library_bootstrap \
+ Library_introspection \
+ Library_invocadapt \
+ Library_invocation \
+ Library_namingservice \
+ Library_proxyfac \
+ Library_reflection \
+ Library_stocservices \
+ Package_xml \
+))
+
+ifeq ($(SOLAR_JAVA),TRUE)
+
+$(eval $(call gb_Module_add_targets,stoc,\
+ Library_javaloader \
+ Library_javavm \
+))
+
+endif
+
+# vim:set shiftwidth=4 softtabstop=4 expandtab: