2012-07-29 10:31:26 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,bridges))
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,bridges,\
|
|
|
|
$(if $(filter TRUE,$(SOLAR_JAVA)),\
|
|
|
|
Jar_java_uno \
|
|
|
|
Library_java_uno \
|
|
|
|
) \
|
|
|
|
$(if $(and $(filter I,$(CPU)),$(filter C50 C52,$(COM))),\
|
|
|
|
Library_cc50_solaris_intel \
|
|
|
|
) \
|
|
|
|
$(if $(filter C52S,$(COM)$(CPU)),\
|
|
|
|
Library_cc50_solaris_sparc \
|
|
|
|
) \
|
|
|
|
$(if $(filter C52U,$(COM)$(CPU)),\
|
|
|
|
Library_cc5_solaris_sparc64 \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCAIXP,$(COM)$(OS)$(CPU)),\
|
|
|
|
Library_gcc3_aix_powerpc \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCIOSR,$(COM)$(OS)$(CPU)),\
|
|
|
|
CustomTarget_gcc3_ios_arm \
|
|
|
|
Library_gcc3_ios_arm \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCLINUXL,$(COM)$(OS)$(CPU)),\
|
|
|
|
Library_gcc3_linux_alpha \
|
|
|
|
) \
|
|
|
|
$(if $(and $(filter GCCR,$(COM)$(CPU)),$(filter ANDROID LINUX,$(OS))),\
|
2012-09-23 04:57:40 -05:00
|
|
|
CustomTarget_gcc3_linux_arm \
|
2012-07-29 10:31:26 -05:00
|
|
|
Library_gcc3_linux_arm \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCLINUXH,$(COM)$(OS)$(CPU)),\
|
|
|
|
Library_gcc3_linux_hppa \
|
|
|
|
) \
|
2012-09-23 00:17:29 -05:00
|
|
|
$(if $(filter GCCLINUXA,$(COM)$(OS)$(CPU)),\
|
2012-07-29 10:31:26 -05:00
|
|
|
Library_gcc3_linux_ia64 \
|
|
|
|
) \
|
|
|
|
$(if $(and $(filter GCCI,$(COM)$(CPU)),$(filter ANDROID DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS))),\
|
|
|
|
Library_gcc3_linux_intel \
|
|
|
|
) \
|
2012-09-23 00:17:29 -05:00
|
|
|
$(if $(filter GCCLINUX6,$(COM)$(OS)$(CPU)),\
|
2012-07-29 10:31:26 -05:00
|
|
|
Library_gcc3_linux_m68k \
|
|
|
|
) \
|
2012-07-29 10:32:40 -05:00
|
|
|
$(if $(and $(filter GCCM,$(COM)$(CPU)),$(filter ANDROID LINUX,$(OS))),\
|
2012-07-29 10:31:26 -05:00
|
|
|
Library_gcc3_linux_mips \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCLINUXPPOWERPC64,$(COM)$(OS)$(CPU)$(CPUNAME)),\
|
|
|
|
Library_gcc3_linux_powerpc64 \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCLINUXPPOWERPC,$(COM)$(OS)$(CPU)$(CPUNAME)),\
|
|
|
|
Library_gcc3_linux_powerpc \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCLINUX3S390,$(COM)$(OS)$(CPU)$(CPUNAME)),\
|
|
|
|
Library_gcc3_linux_s390 \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCLINUX3S390X,$(COM)$(OS)$(CPU)$(CPUNAME)),\
|
|
|
|
Library_gcc3_linux_s390x \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCLINUXS,$(COM)$(OS)$(CPU)),\
|
|
|
|
Library_gcc3_linux_sparc \
|
|
|
|
) \
|
|
|
|
$(if $(and $(filter GCCX,$(COM)$(CPU)),$(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS))),\
|
|
|
|
Library_gcc3_linux_x86-64 \
|
|
|
|
) \
|
2012-09-22 23:09:44 -05:00
|
|
|
$(if $(filter GCCMACOSXI,$(COM)$(OS)$(CPU)),\
|
2012-07-29 10:31:26 -05:00
|
|
|
Library_gcc3_macosx_intel \
|
|
|
|
) \
|
2012-09-26 14:51:03 -05:00
|
|
|
$(if $(filter GCCMACOSXX,$(COM)$(OS)$(CPU)),\
|
|
|
|
Library_gcc3_macosx_x86-64 \
|
|
|
|
) \
|
2012-09-22 23:09:44 -05:00
|
|
|
$(if $(filter GCCMACOSXP,$(COM)$(OS)$(CPU)),\
|
2012-07-29 10:31:26 -05:00
|
|
|
Library_gcc3_macosx_powerpc \
|
|
|
|
) \
|
2012-09-23 00:17:29 -05:00
|
|
|
$(if $(filter GCCSOLARISI,$(COM)$(OS)$(CPU)),\
|
2012-07-29 10:31:26 -05:00
|
|
|
Library_gcc3_solaris_intel \
|
|
|
|
) \
|
|
|
|
$(if $(filter GCCSOLARISS,$(COM)$(OS)$(CPU)),\
|
|
|
|
Library_gcc3_solaris_sparc \
|
|
|
|
) \
|
|
|
|
$(if $(filter WNTGCC,$(OS)$(COM)),\
|
|
|
|
Library_mingw_intel \
|
|
|
|
) \
|
|
|
|
$(if $(filter MSCI,$(COM)$(CPU)),\
|
|
|
|
Library_msvc_win32_intel \
|
|
|
|
) \
|
|
|
|
$(if $(filter MSCX,$(COM)$(CPU)),\
|
|
|
|
Library_msvc_win32_x86-64 \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2012-09-23 07:24:49 -05:00
|
|
|
ifneq (showmodules,$(MAKECMDGOALS))
|
2012-09-23 00:20:58 -05:00
|
|
|
ifeq ($(strip $(bridges_SELECTED_BRIDGE)),)
|
|
|
|
$(call gb_Output_error,no bridge selected for build: bailing out)
|
|
|
|
endif
|
2012-09-23 07:24:49 -05:00
|
|
|
endif
|
2012-09-23 00:20:58 -05:00
|
|
|
|
2012-07-29 10:31:26 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|