| Takeshi Abe | b2bd33e | 2011-08-10 02:12:48 +0900 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 2 | #************************************************************************* |
| 3 | # |
| 4 | # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
| 5 | # |
| 6 | # Copyright 2000, 2010 Oracle and/or its affiliates. |
| 7 | # |
| 8 | # OpenOffice.org - a multi-platform office productivity suite |
| 9 | # |
| 10 | # This file is part of OpenOffice.org. |
| 11 | # |
| 12 | # OpenOffice.org is free software: you can redistribute it and/or modify |
| 13 | # it under the terms of the GNU Lesser General Public License version 3 |
| 14 | # only, as published by the Free Software Foundation. |
| 15 | # |
| 16 | # OpenOffice.org is distributed in the hope that it will be useful, |
| 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | # GNU Lesser General Public License version 3 for more details |
| 20 | # (a copy is included in the LICENSE file that accompanied this code). |
| 21 | # |
| 22 | # You should have received a copy of the GNU Lesser General Public License |
| 23 | # version 3 along with OpenOffice.org. If not, see |
| 24 | # <http://www.openoffice.org/license.html> |
| 25 | # for a copy of the LGPLv3 License. |
| 26 | # |
| 27 | #************************************************************************* |
| 28 | |
| 29 | # fixes for all the libraries that are named with too much creativity and do |
| 30 | # not follow any of the established nameschemes |
| 31 | |
| Francois Tigeot | faae793 | 2011-03-21 23:21:20 +0100 | [diff] [blame] | 32 | # Make has no support for 'or' clauses in conditionals, |
| 33 | # we use a filter expression instead. |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 34 | ifneq (,$(filter SOLARIS GCC,$(OS) $(COM))) |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 35 | gb_Library_FILENAMES := $(patsubst affine_uno:libaffine_uno%,affine_uno:libaffine_uno_uno%,$(gb_Library_FILENAMES)) |
| Hans-Joachim Lankenau | db66b65 | 2011-01-28 12:49:53 +0100 | [diff] [blame] | 36 | gb_Library_FILENAMES := $(patsubst comphelper:libcomphelper%,comphelper:libcomphelp%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 37 | gb_Library_FILENAMES := $(patsubst cppuhelper:libcppuhelper%,cppuhelper:libuno_cppuhelper%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 38 | gb_Library_FILENAMES := $(patsubst jvmfwk:libuno_jvmfwk%,jvmfwk:libjvmfwk%,$(gb_Library_FILENAMES)) |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 39 | gb_Library_FILENAMES := $(patsubst log_uno:liblog_uno%,log_uno:liblog_uno_uno%,$(gb_Library_FILENAMES)) |
| 40 | gb_Library_FILENAMES := $(patsubst purpenvhelper:libpurpen%,purpenvhelper:libuno_purpen%,$(gb_Library_FILENAMES)) |
| Matúš Kukan | a09b25f | 2012-05-06 11:23:55 +0200 | [diff] [blame] | 41 | gb_Library_FILENAMES := $(patsubst reg:libuno_reg%,reg:libreg%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 42 | gb_Library_FILENAMES := $(patsubst salhelper:libsalhelper%,salhelper:libuno_salhelper%,$(gb_Library_FILENAMES)) |
| Matúš Kukan | a09b25f | 2012-05-06 11:23:55 +0200 | [diff] [blame] | 43 | gb_Library_FILENAMES := $(patsubst store:libuno_store%,store:libstore%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 44 | gb_Library_FILENAMES := $(patsubst ucbhelper:libucbhelper%,ucbhelper:libucbhelper4%,$(gb_Library_FILENAMES)) |
| David Ostrovsky | e16ac69 | 2012-05-27 22:50:41 +0200 | [diff] [blame] | 45 | |
| 46 | ifeq ($(OS),MACOSX) |
| Stephan Bergmann | fa20068 | 2012-06-15 16:46:44 +0200 | [diff] [blame] | 47 | # libpyuno_wrapper.dylib => pyuno.so |
| 48 | gb_Library_FILENAMES := $(patsubst pyuno_wrapper:libpyuno_wrapper.dylib,pyuno_wrapper:pyuno.so,$(gb_Library_FILENAMES)) |
| David Ostrovsky | e16ac69 | 2012-05-27 22:50:41 +0200 | [diff] [blame] | 49 | else |
| 50 | # libpyuno_wrapper.so => pyuno.so |
| 51 | gb_Library_FILENAMES := $(patsubst pyuno_wrapper:libpyuno_wrapper.so,pyuno_wrapper:pyuno.so,$(gb_Library_FILENAMES)) |
| 52 | endif |
| 53 | |
| Tor Lillqvist | 3182631 | 2012-02-20 11:15:02 +0200 | [diff] [blame] | 54 | ifneq ($(OS),ANDROID) |
| Caolán McNamara | 8d7e8a0 | 2012-04-13 11:13:19 +0100 | [diff] [blame] | 55 | gb_Library_FILENAMES := $(patsubst unobootstrapprotector:libuno%,unobootstrapprotector:uno%,$(gb_Library_FILENAMES)) |
| Matúš Kukan | d06a78c | 2012-02-10 00:16:55 +0100 | [diff] [blame] | 56 | gb_Library_FILENAMES := $(patsubst unoexceptionprotector:libuno%,unoexceptionprotector:uno%,$(gb_Library_FILENAMES)) |
| Tor Lillqvist | 3182631 | 2012-02-20 11:15:02 +0200 | [diff] [blame] | 57 | endif |
| Matúš Kukan | 051fdda | 2011-12-17 14:55:08 +0100 | [diff] [blame] | 58 | gb_Library_FILENAMES := $(patsubst unsafe_uno:libunsafe_uno%,unsafe_uno:libunsafe_uno_uno%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 902f9da | 2011-06-20 13:24:08 +0200 | [diff] [blame] | 59 | endif |
| Mathias Bauer | 9048591 | 2011-03-16 10:26:30 +0100 | [diff] [blame] | 60 | |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 61 | ifeq ($(OS),WNT) |
| Matúš Kukan | ad4c613 | 2011-12-19 10:13:24 +0100 | [diff] [blame] | 62 | gb_Library_DLLFILENAMES := $(patsubst affine_uno:affine_uno%,affine_uno:affine_uno_uno%,$(gb_Library_DLLFILENAMES)) |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 63 | gb_Library_DLLFILENAMES := $(patsubst comphelper:comphelper%,comphelper:comphelp%,$(gb_Library_DLLFILENAMES)) |
| 64 | gb_Library_DLLFILENAMES := $(patsubst icuuc:icuuc%,icuuc:icuuc40%,$(gb_Library_DLLFILENAMES)) |
| Matúš Kukan | ad4c613 | 2011-12-19 10:13:24 +0100 | [diff] [blame] | 65 | gb_Library_DLLFILENAMES := $(patsubst log_uno:log_uno%,log_uno:log_uno_uno%,$(gb_Library_DLLFILENAMES)) |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 66 | gb_Library_DLLFILENAMES := $(patsubst ucbhelper:ucbhelper%,ucbhelper:ucbhelper4%,$(gb_Library_DLLFILENAMES)) |
| Matúš Kukan | ad4c613 | 2011-12-19 10:13:24 +0100 | [diff] [blame] | 67 | gb_Library_DLLFILENAMES := $(patsubst unsafe_uno:unsafe_uno%,unsafe_uno:unsafe_uno_uno%,$(gb_Library_DLLFILENAMES)) |
| Caolán McNamara | 3934efe | 2012-04-13 14:06:05 +0100 | [diff] [blame] | 68 | gb_Library_DLLFILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_DLLFILENAMES)) |
| Peter Foley | 18bd1e7 | 2012-12-27 18:04:21 -0500 | [diff] [blame] | 69 | gb_Library_DLLFILENAMES := $(patsubst rdf:rdf%,rdf:librdf%,$(gb_Library_DLLFILENAMES)) |
| Mathias Bauer | 9048591 | 2011-03-16 10:26:30 +0100 | [diff] [blame] | 70 | |
| David Ostrovsky | e16ac69 | 2012-05-27 22:50:41 +0200 | [diff] [blame] | 71 | # libpyuno_wrapper.dll => pyuno.pyd |
| 72 | gb_Library_DLLFILENAMES := $(patsubst pyuno:pyuno.dll,pyuno:pyuno.pyd,$(gb_Library_DLLFILENAMES)) |
| 73 | |
| tono | 087e912 | 2011-01-05 22:55:15 +0900 | [diff] [blame] | 74 | gb_Library_FILENAMES := $(patsubst sb:isb%,sb:basic%,$(gb_Library_FILENAMES)) |
| 75 | gb_Library_FILENAMES := $(patsubst sfx:isfx%,sfx:sfx%,$(gb_Library_FILENAMES)) |
| 76 | gb_Library_FILENAMES := $(patsubst svt:isvt%,svt:svtool%,$(gb_Library_FILENAMES)) |
| 77 | gb_Library_FILENAMES := $(patsubst tl:itl%,tl:itools%,$(gb_Library_FILENAMES)) |
| 78 | gb_Library_FILENAMES := $(patsubst vbahelper:ivbahelper%,vbahelper:vbahelper%,$(gb_Library_FILENAMES)) |
| Peter Foley | 2548d63 | 2011-12-17 19:46:38 +0100 | [diff] [blame] | 79 | gb_Library_FILENAMES := $(patsubst curl:icurl%,curl:libcurl%,$(gb_Library_FILENAMES)) |
| 80 | gb_Library_FILENAMES := $(patsubst npsoplugin:inpsoplugin%,npsoplugin:npsoplugin%,$(gb_Library_FILENAMES)) |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 81 | |
| Matúš Kukan | e6812db | 2012-09-09 14:15:44 +0200 | [diff] [blame] | 82 | gb_StaticLibrary_FILENAMES := $(patsubst png:png%,png:libpng%,$(gb_StaticLibrary_FILENAMES)) |
| Matúš Kukan | a52703c | 2012-09-25 09:17:18 +0200 | [diff] [blame] | 83 | gb_StaticLibrary_FILENAMES := $(patsubst salcpprt:salcpprt%,salcpprt:cpprtl%,$(gb_StaticLibrary_FILENAMES)) |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 84 | |
| 85 | ifeq ($(COM),GCC) |
| Daniel Rentz [dr] | 493b594 | 2011-03-07 13:07:44 +0100 | [diff] [blame] | 86 | gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:crypto%,$(gb_Library_FILENAMES)) |
| Stephan Bergmann | ebc6b41 | 2012-09-10 15:00:51 +0200 | [diff] [blame] | 87 | gb_Library_FILENAMES := $(patsubst exslt:iexslt%,exslt:libexslt$(gb_Library_IARCEXT),$(gb_Library_FILENAMES)) |
| Matúš Kukan | 4258f02 | 2011-12-23 13:26:56 +0100 | [diff] [blame] | 88 | gb_Library_FILENAMES := $(patsubst libexttextcat:liblibext%,libexttextcat:libilibext%,$(gb_Library_FILENAMES)) |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 89 | gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf.dll$(gb_Library_IARCEXT),$(gb_Library_FILENAMES)) |
| Daniel Rentz [dr] | 493b594 | 2011-03-07 13:07:44 +0100 | [diff] [blame] | 90 | gb_Library_FILENAMES := $(patsubst ssl:issl%,ssl:ssl%,$(gb_Library_FILENAMES)) |
| tono | 087e912 | 2011-01-05 22:55:15 +0900 | [diff] [blame] | 91 | gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2$(gb_Library_IARCEXT),$(gb_Library_FILENAMES)) |
| Michael Stahl | cbc756f | 2011-02-14 14:19:23 +0100 | [diff] [blame] | 92 | gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt$(gb_Library_IARCEXT),$(gb_Library_FILENAMES)) |
| Caolán McNamara | 3934efe | 2012-04-13 14:06:05 +0100 | [diff] [blame] | 93 | gb_Library_FILENAMES := $(patsubst z:iz%,z:zlib%,$(gb_Library_FILENAMES)) |
| Michael Stahl | d78b18f | 2011-04-13 12:44:29 +0000 | [diff] [blame] | 94 | |
| Tor Lillqvist | 1780e95 | 2011-06-20 23:52:40 +0300 | [diff] [blame] | 95 | # Libraries not provided by mingw(-w64), available only in the Windows |
| 96 | # SDK. So if these actually are liked with somewhere, we can't |
| 97 | # cross-compile that module then using MinGW. That needs to be fixed |
| 98 | # then, and we need to use these libraries through run-time lookup of |
| 99 | # APIs. Or something. |
| Norbert Thiebaud | ddc28b8 | 2011-09-30 08:11:10 -0500 | [diff] [blame] | 100 | gb_Library_SDKLIBFILENAMES:= |
| tono | 087e912 | 2011-01-05 22:55:15 +0900 | [diff] [blame] | 101 | |
| Tor Lillqvist | 1780e95 | 2011-06-20 23:52:40 +0300 | [diff] [blame] | 102 | gb_Library_DLLFILENAMES := $(filter-out $(foreach lib,$(gb_Library_SDKLIBFILENAMES),$(lib):%),$(gb_Library_DLLFILENAMES)) |
| 103 | gb_Library_DLLFILENAMES += $(foreach lib,$(gb_Library_SDKLIBFILENAMES),$(lib):$(WINDOWS_SDK_HOME)/lib/$(lib).lib) |
| tono | 087e912 | 2011-01-05 22:55:15 +0900 | [diff] [blame] | 104 | |
| David Tardon | b338739 | 2011-04-18 12:40:45 +0200 | [diff] [blame] | 105 | gb_Library_DLLFILENAMES := $(patsubst crypto:crypto%,crypto:libeay32%,$(gb_Library_DLLFILENAMES)) |
| David Tardon | b338739 | 2011-04-18 12:40:45 +0200 | [diff] [blame] | 106 | gb_Library_DLLFILENAMES := $(patsubst ssl:ssl%,ssl:ssleay32%,$(gb_Library_DLLFILENAMES)) |
| tono | 087e912 | 2011-01-05 22:55:15 +0900 | [diff] [blame] | 107 | |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 108 | else # $(COM) != GCC |
| Mathias Bauer | 9048591 | 2011-03-16 10:26:30 +0100 | [diff] [blame] | 109 | |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 110 | gb_Library_FILENAMES := $(patsubst comphelper:icomphelper%,comphelper:icomphelp%,$(gb_Library_FILENAMES)) |
| Mathias Bauer | 368bae7 | 2011-01-20 19:32:26 +0100 | [diff] [blame] | 111 | gb_Library_FILENAMES := $(patsubst cppunit:icppunit%,cppunit:icppunit_dll%,$(gb_Library_FILENAMES)) |
| Tor Lillqvist | c77e444 | 2011-08-18 12:08:58 +0300 | [diff] [blame] | 112 | gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:libeay32%,$(gb_Library_FILENAMES)) |
| David Tardon | 373b55a | 2011-04-18 12:27:39 +0200 | [diff] [blame] | 113 | gb_Library_FILENAMES := $(patsubst crypto:libcrypto%,crypto:libcrypto_static%,$(gb_Library_FILENAMES)) |
| Caolán McNamara | 375fc2d | 2011-09-19 09:56:07 +0100 | [diff] [blame] | 114 | gb_Library_FILENAMES := $(patsubst db47:idb47%,db47:libdb47%,$(gb_Library_FILENAMES)) |
| Stephan Bergmann | ebc6b41 | 2012-09-10 15:00:51 +0200 | [diff] [blame] | 115 | gb_Library_FILENAMES := $(patsubst exslt:iexslt%,exslt:libexslt%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 116 | gb_Library_FILENAMES := $(patsubst i18nisolang1:ii18nisolang1%,i18nisolang1:ii18nisolang%,$(gb_Library_FILENAMES)) |
| Caolán McNamara | 79adf17 | 2011-08-05 08:59:58 +0100 | [diff] [blame] | 117 | gb_Library_FILENAMES := $(patsubst lpsolve55:ilpsolve55%,lpsolve55:lpsolve55%,$(gb_Library_FILENAMES)) |
| Matúš Kukan | d0c301b | 2011-08-26 14:04:17 +0200 | [diff] [blame] | 118 | gb_Library_FILENAMES := $(patsubst package2:ipackage2%,package2:ipackage%,$(gb_Library_FILENAMES)) |
| Tor Lillqvist | c77e444 | 2011-08-18 12:08:58 +0300 | [diff] [blame] | 119 | gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES)) |
| Tor Lillqvist | c77e444 | 2011-08-18 12:08:58 +0300 | [diff] [blame] | 120 | gb_Library_FILENAMES := $(patsubst ssl:issl%,ssl:ssleay32%,$(gb_Library_FILENAMES)) |
| David Tardon | 373b55a | 2011-04-18 12:27:39 +0200 | [diff] [blame] | 121 | gb_Library_FILENAMES := $(patsubst ssl:libssl%,ssl:libssl_static%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 122 | gb_Library_FILENAMES := $(patsubst xml2:ixml2%,xml2:libxml2%,$(gb_Library_FILENAMES)) |
| Caolán McNamara | 79a2a32 | 2011-08-23 09:29:33 +0100 | [diff] [blame] | 123 | gb_Library_FILENAMES := $(patsubst xmlsec1:ixmlsec1%,xmlsec1:libxmlsec%,$(gb_Library_FILENAMES)) |
| 124 | gb_Library_FILENAMES := $(patsubst xmlsec1-mscrypto:ixmlsec1-mscrypto%,xmlsec1-mscrypto:libxmlsec-mscrypto%,$(gb_Library_FILENAMES)) |
| 125 | gb_Library_FILENAMES := $(patsubst xmlsec1-nss:ixmlsec1-nss%,xmlsec1-nss:libxmlsec-nss%,$(gb_Library_FILENAMES)) |
| Michael Stahl | cbc756f | 2011-02-14 14:19:23 +0100 | [diff] [blame] | 126 | gb_Library_FILENAMES := $(patsubst xslt:ixslt%,xslt:libxslt%,$(gb_Library_FILENAMES)) |
| Caolán McNamara | 3934efe | 2012-04-13 14:06:05 +0100 | [diff] [blame] | 127 | gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES)) |
| Bjoern Michaelsen | 6f0d3f2 | 2011-06-18 14:12:16 +0200 | [diff] [blame] | 128 | |
| Mathias Bauer | 9048591 | 2011-03-16 10:26:30 +0100 | [diff] [blame] | 129 | |
| 130 | # change the names of all import libraries that don't have an "i" prefix as in our standard naming schema |
| Michael Stahl | dc397aae | 2012-09-28 15:31:46 +0200 | [diff] [blame] | 131 | gb_Library_NOILIBFILENAMES := \ |
| Matúš Kukan | bf5380c | 2012-03-10 16:40:38 +0100 | [diff] [blame] | 132 | icudt icuin icule icuuc \ |
| Eike Rathke | 15b95b2 | 2012-08-06 19:23:09 +0200 | [diff] [blame] | 133 | langtag \ |
| Matúš Kukan | bf5380c | 2012-03-10 16:40:38 +0100 | [diff] [blame] | 134 | lcms2 \ |
| Andras Timar | 06ec1c0 | 2012-11-11 18:24:14 +0100 | [diff] [blame] | 135 | xpcom \ |
| 136 | xpcom_core \ |
| Caolán McNamara | cebaf59 | 2011-08-16 13:32:51 +0100 | [diff] [blame] | 137 | nspr4 \ |
| 138 | nss3 \ |
| Stephan Bergmann | 066cf16 | 2012-08-13 11:46:21 +0200 | [diff] [blame] | 139 | smime3 \ |
| Matúš Kukan | a9e130a | 2011-12-17 13:13:11 +0100 | [diff] [blame] | 140 | uwinapi \ |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 141 | |
| 142 | gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES)) |
| 143 | gb_Library_FILENAMES += $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):$(lib)$(gb_Library_PLAINEXT)) |
| Mathias Bauer | 9048591 | 2011-03-16 10:26:30 +0100 | [diff] [blame] | 144 | |
| Matúš Kukan | 4361791 | 2011-08-26 16:25:45 +0200 | [diff] [blame] | 145 | endif # ifeq ($(COM),GCC) |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 146 | |
| Mathias Bauer | 9048591 | 2011-03-16 10:26:30 +0100 | [diff] [blame] | 147 | endif # ifeq ($(OS),WNT) |
| Bjoern Michaelsen | 56070c6 | 2010-11-13 09:41:56 +0100 | [diff] [blame] | 148 | |
| Tor Lillqvist | c16bc82 | 2012-02-27 16:31:42 +0200 | [diff] [blame] | 149 | ifeq (,$(filter SCRIPTING,$(BUILD_TYPE))) |
| Tor Lillqvist | 5cf4a00 | 2012-01-27 22:30:27 +0200 | [diff] [blame] | 150 | |
| Tor Lillqvist | 5cf4a00 | 2012-01-27 22:30:27 +0200 | [diff] [blame] | 151 | gb_Library_FILENAMES := $(patsubst vbahelper:libvbahelper%,,$(gb_Library_FILENAMES)) |
| 152 | |
| 153 | endif |
| 154 | |
| Tor Lillqvist | f9a5c4c | 2012-02-21 12:47:34 +0200 | [diff] [blame] | 155 | ifeq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))) |
| 156 | gb_Library_FILENAMES := $(patsubst dbtools:libdbtools%,,$(gb_Library_FILENAMES)) |
| 157 | endif |
| 158 | |
| Bjoern Michaelsen | 549d68a | 2010-11-11 00:30:49 +0100 | [diff] [blame] | 159 | # vim: set noet sw=4 ts=4: |