2012-05-01 05:12:17 -05:00
|
|
|
# -*- 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,\
|
2012-08-02 10:58:12 -05:00
|
|
|
autodoc \
|
2012-05-29 02:52:42 -05:00
|
|
|
basegfx \
|
2012-05-29 03:02:35 -05:00
|
|
|
binaryurp \
|
2012-08-02 10:58:12 -05:00
|
|
|
cosv \
|
2012-05-29 02:54:31 -05:00
|
|
|
i18npool \
|
2012-05-29 02:57:11 -05:00
|
|
|
i18nutil \
|
2012-05-01 05:12:17 -05:00
|
|
|
idl \
|
2012-05-29 03:22:16 -05:00
|
|
|
io \
|
2012-05-29 03:03:43 -05:00
|
|
|
javaunohelper \
|
2012-07-15 05:07:33 -05:00
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
|
|
|
|
l10ntools \
|
|
|
|
) \
|
2012-05-29 02:52:42 -05:00
|
|
|
o3tl \
|
2012-05-01 05:12:17 -05:00
|
|
|
oovbaapi \
|
2012-05-29 02:59:04 -05:00
|
|
|
$(if $(filter QADEVOOO,$(BUILD_TYPE)),\
|
|
|
|
qadevOOo \
|
|
|
|
) \
|
2012-05-29 02:56:38 -05:00
|
|
|
regexp \
|
2012-05-29 03:23:08 -05:00
|
|
|
remotebridges \
|
2012-05-01 05:12:17 -05:00
|
|
|
rsc \
|
2012-05-29 02:59:44 -05:00
|
|
|
sax \
|
2012-05-24 03:02:27 -05:00
|
|
|
shell \
|
2012-05-29 02:50:57 -05:00
|
|
|
tools \
|
2012-08-02 10:58:12 -05:00
|
|
|
udm \
|
2012-05-29 03:14:22 -05:00
|
|
|
unoil \
|
2012-05-29 02:55:49 -05:00
|
|
|
unotest \
|
2012-05-01 05:12:17 -05:00
|
|
|
unotools \
|
2012-05-29 03:01:32 -05:00
|
|
|
ure \
|
2012-05-01 05:12:17 -05:00
|
|
|
xmlhelp \
|
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|