2010-11-10 17:30:49 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
|
|
#
|
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
#
|
|
|
|
# This file is part of OpenOffice.org.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
# fixes for all the libraries that are named with too much creativity and do
|
|
|
|
# not follow any of the established nameschemes
|
|
|
|
|
2011-03-21 17:21:20 -05:00
|
|
|
# Make has no support for 'or' clauses in conditionals,
|
|
|
|
# we use a filter expression instead.
|
2011-06-18 08:46:39 -05:00
|
|
|
ifneq (,$(filter LINUX-GCC MACOSX-GCC WNT-GCC DRAGONFLY-GCC OPENBSD-GCC FREEBSD-GCC NETBSD-GCC IOS-GCC ANDROID-GCC, $(OS)-$(COM)))
|
|
|
|
# Could we in fact just check for $(COM) == "GCC" here?
|
2011-01-28 05:49:53 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_FILENAMES))
|
2010-11-10 17:30:49 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
|
2011-06-20 06:24:08 -05:00
|
|
|
endif
|
2010-11-10 17:30:49 -06:00
|
|
|
|
2011-03-16 04:26:30 -05:00
|
|
|
ifeq ($(OS),SOLARIS)
|
|
|
|
gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES))
|
|
|
|
endif
|
2010-11-10 17:30:49 -06:00
|
|
|
|
|
|
|
ifeq ($(OS),WNT)
|
2011-03-16 04:26:30 -05:00
|
|
|
|
2011-06-20 15:52:40 -05:00
|
|
|
ifeq ($(COM),GCC)
|
2011-01-05 07:55:15 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst sb:isb%,sb:basic%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst sfx:isfx%,sfx:sfx%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst svt:isvt%,svt:svtool%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst tl:itl%,tl:itools%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst vbahelper:ivbahelper%,vbahelper:vbahelper%,$(gb_Library_FILENAMES))
|
2011-03-07 06:07:44 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:crypto%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst ssl:issl%,ssl:ssl%,$(gb_Library_FILENAMES))
|
2011-01-05 07:55:15 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
|
2011-02-14 07:19:23 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
|
2011-03-07 06:11:41 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf.dll$(gb_Library_IARCEXT),$(gb_Library_FILENAMES))
|
2011-01-05 07:55:15 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES))
|
2011-07-14 17:56:36 -05:00
|
|
|
gb_Library_FILENAMES := $(patsubst graphite2_off:%.dll.a,graphite2_off:%.a,$(gb_Library_FILENAMES))
|
2011-04-04 04:54:29 -05:00
|
|
|
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
|
2011-04-13 07:44:29 -05:00
|
|
|
|
2011-03-16 04:26:30 -05:00
|
|
|
|
|
|
|
# handle libraries in msvc format that don't use an "i" prefix for their import library
|
|
|
|
# these are libraries built by OOo, but only a few of them
|
|
|
|
# all other libraries built by OOo and all platform libraries (exceptions see below) are used without an import library
|
|
|
|
# we link against their dlls in gcc format directly
|
2011-01-05 07:55:15 -06:00
|
|
|
|
2011-06-20 15:52:40 -05:00
|
|
|
# Libraries not provided by mingw(-w64), available only in the Windows
|
|
|
|
# SDK. So if these actually are liked with somewhere, we can't
|
|
|
|
# cross-compile that module then using MinGW. That needs to be fixed
|
|
|
|
# then, and we need to use these libraries through run-time lookup of
|
|
|
|
# APIs. Or something.
|
|
|
|
gb_Library_SDKLIBFILENAMES:=\
|
2011-01-05 07:55:15 -06:00
|
|
|
unicows \
|
|
|
|
|
2011-03-16 04:26:30 -05:00
|
|
|
# some Windows platform libraries are missing in mingw library set
|
|
|
|
# we have to use them from the PSDK by linking against their ilibs
|
2011-01-05 07:55:15 -06:00
|
|
|
gb_Library_ILIBFILENAMES:=\
|
2011-07-21 11:27:57 -05:00
|
|
|
|
2011-06-18 07:12:16 -05:00
|
|
|
unicows \
|
|
|
|
uuid \
|
2011-02-25 09:51:24 -06:00
|
|
|
winmm \
|
2011-01-05 07:55:15 -06:00
|
|
|
|
2011-06-20 15:52:40 -05:00
|
|
|
gb_Library_DLLFILENAMES := $(filter-out $(foreach lib,$(gb_Library_SDKLIBFILENAMES),$(lib):%),$(gb_Library_DLLFILENAMES))
|
|
|
|
gb_Library_DLLFILENAMES += $(foreach lib,$(gb_Library_SDKLIBFILENAMES),$(lib):$(WINDOWS_SDK_HOME)/lib/$(lib).lib)
|
2011-01-05 07:55:15 -06:00
|
|
|
|
2011-01-28 05:49:53 -06:00
|
|
|
gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLFILENAMES))
|
2011-04-18 05:40:45 -05:00
|
|
|
gb_Library_DLLFILENAMES := $(patsubst crypto:crypto%,crypto:libeay32%,$(gb_Library_DLLFILENAMES))
|
2011-01-05 07:55:15 -06:00
|
|
|
gb_Library_DLLFILENAMES := $(patsubst icuuc:icuuc%,icuuc:icuuc40%,$(gb_Library_DLLFILENAMES))
|
2011-04-18 05:40:45 -05:00
|
|
|
gb_Library_DLLFILENAMES := $(patsubst ssl:ssl%,ssl:ssleay32%,$(gb_Library_DLLFILENAMES))
|
2011-01-05 07:55:15 -06:00
|
|
|
gb_Library_DLLFILENAMES := $(patsubst ucbhelper:ucbhelper%,ucbhelper:ucbhelper4%,$(gb_Library_DLLFILENAMES))
|
|
|
|
gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
|
|
|
|
|
2011-03-16 04:26:30 -05:00
|
|
|
else #ifneq ($(USE_MINGW),)
|
|
|
|
|
2011-07-04 06:42:28 -05:00
|
|
|
gb_Library_FILENAMES := $(patsubst cairo:icairo%,cairo:cairo%,$(gb_Library_FILENAMES))
|
2010-11-10 17:30:49 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst comphelper:icomphelper%,comphelper:icomphelp%,$(gb_Library_FILENAMES))
|
2011-01-20 12:32:26 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst cppunit:icppunit%,cppunit:icppunit_dll%,$(gb_Library_FILENAMES))
|
2011-04-18 05:27:39 -05:00
|
|
|
gb_Library_FILENAMES := $(patsubst crypto:libcrypto%,crypto:libcrypto_static%,$(gb_Library_FILENAMES))
|
2010-11-10 17:30:49 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst cui:icui%,cui:icuin%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst i18nisolang1:ii18nisolang1%,i18nisolang1:ii18nisolang%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst sb:isb%,sb:basic%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst sfx:isfx%,sfx:sfx%,$(gb_Library_FILENAMES))
|
2011-04-18 05:27:39 -05:00
|
|
|
gb_Library_FILENAMES := $(patsubst ssl:libssl%,ssl:libssl_static%,$(gb_Library_FILENAMES))
|
2010-11-10 17:30:49 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst svt:isvt%,svt:svtool%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst tl:itl%,tl:itools%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst vbahelper:ivbahelper%,vbahelper:vbahelper%,$(gb_Library_FILENAMES))
|
2011-06-18 07:12:16 -05:00
|
|
|
gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:libeay32%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst ssl:issl%,ssl:ssleay32%,$(gb_Library_FILENAMES))
|
2010-11-10 17:30:49 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2%,$(gb_Library_FILENAMES))
|
2011-02-14 07:19:23 -06:00
|
|
|
gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt%,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES))
|
2011-04-04 04:40:41 -05:00
|
|
|
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
|
2011-06-18 07:12:16 -05:00
|
|
|
|
2011-03-16 04:26:30 -05:00
|
|
|
|
|
|
|
# change the names of all import libraries that don't have an "i" prefix as in our standard naming schema
|
|
|
|
gb_Library_NOILIBFILENAMES := $(gb_Library_PLAINLIBS_NONE)
|
2011-06-19 04:36:52 -05:00
|
|
|
gb_Library_NOILIBFILENAMES += icule icuuc \
|
2011-05-30 09:53:46 -05:00
|
|
|
graphite2_off \
|
2011-03-16 05:54:52 -05:00
|
|
|
msvcprt \
|
2011-04-18 08:21:52 -05:00
|
|
|
shlwapi \
|
2011-05-30 10:01:40 -05:00
|
|
|
version \
|
2010-11-10 17:30:49 -06:00
|
|
|
|
|
|
|
gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES += $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT))
|
2011-03-16 04:26:30 -05:00
|
|
|
gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES))
|
|
|
|
|
2010-12-03 06:51:55 -06:00
|
|
|
ifneq ($(gb_PRODUCT),$(true))
|
|
|
|
gb_Library_FILENAMES := $(patsubst msvcrt:msvcrt%,msvcrt:msvcrtd%,$(gb_Library_FILENAMES))
|
|
|
|
endif
|
2010-11-10 17:30:49 -06:00
|
|
|
|
2011-01-28 05:49:53 -06:00
|
|
|
gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLFILENAMES))
|
2010-11-10 17:30:49 -06:00
|
|
|
gb_Library_DLLFILENAMES := $(patsubst icuuc:icuuc%,icuuc:icuuc40%,$(gb_Library_DLLFILENAMES))
|
|
|
|
gb_Library_DLLFILENAMES := $(patsubst ucbhelper:ucbhelper%,ucbhelper:ucbhelper4%,$(gb_Library_DLLFILENAMES))
|
|
|
|
gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES))
|
|
|
|
|
2011-03-16 04:26:30 -05:00
|
|
|
endif # ifneq ($(USE_MINGW),)
|
2010-11-10 17:30:49 -06:00
|
|
|
|
2011-03-16 04:26:30 -05:00
|
|
|
endif # ifeq ($(OS),WNT)
|
2010-11-13 02:41:56 -06:00
|
|
|
|
2011-07-04 13:11:36 -05:00
|
|
|
# Some external libraries get built as static libraries for Android
|
|
|
|
# because we haven't bothered fixing their configury to recognize that
|
|
|
|
# shared libraries can be built for the platform.
|
|
|
|
ifeq ($(OS),ANDROID)
|
|
|
|
gb_Library_FILENAMES := $(patsubst cppunit:%.so,cppunit:%.a,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst xml2:%.so,xml2:%.a,$(gb_Library_FILENAMES))
|
2011-07-05 02:10:18 -05:00
|
|
|
gb_Library_FILENAMES := $(patsubst rdf:%.so,rdf:%.a,$(gb_Library_FILENAMES))
|
|
|
|
gb_Library_FILENAMES := $(patsubst xslt:%.so,xslt:%.a,$(gb_Library_FILENAMES))
|
2011-07-04 13:11:36 -05:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-11-11 08:36:05 -06:00
|
|
|
|
2011-06-29 10:22:25 -05:00
|
|
|
ifeq ($(SYSTEM_CAIRO),YES)
|
|
|
|
gb_Library_TARGETS := $(filter-out cairo,$(gb_Library_TARGETS))
|
|
|
|
endif
|
2010-11-11 08:36:05 -06:00
|
|
|
|
2010-11-10 17:30:49 -06:00
|
|
|
# vim: set noet sw=4 ts=4:
|