summaryrefslogtreecommitdiff
path: root/Module_cross_tail_build.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-01 12:12:17 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-01 12:30:56 +0200
commit27fc8b56c4d7e737becc5144384848ab2a86a693 (patch)
tree061798a8c0af3740a95f3db23fa62b90fa4eee22 /Module_cross_tail_build.mk
parenta0fd9de70634ee42727690824bc1bef7ee7c7eab (diff)
utilize the tail_build concept for cross-compilation
There is a new module cross_tail_build that serves the same purpose for the build side of cross-compilation (started from cross_toolset) as tail_build for the host side. Change-Id: Ic16bae9a7197a1f31cc2dcf31b16bbac68c3300f
Diffstat (limited to 'Module_cross_tail_build.mk')
-rw-r--r--Module_cross_tail_build.mk39
1 files changed, 39 insertions, 0 deletions
diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk
new file mode 100644
index 000000000000..76cd46f62f0d
--- /dev/null
+++ b/Module_cross_tail_build.mk
@@ -0,0 +1,39 @@
+# -*- 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,cross_tail_build))
+
+$(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
+ idl \
+ oovbaapi \
+ rsc \
+ unodevtools \
+ unotools \
+ xmlhelp \
+))
+
+# vim: set shiftwidth=4 tabstop=4 noexpandtab: