1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval
$(call gb_Module_Module
,connectivity
))
13 $(eval
$(call gb_Module_add_targets
,connectivity
,\
26 $(if
$(filter ANDROID IOS
,$(OS
)),,Library_odbc
) \
30 $(eval
$(call gb_Module_add_l10n_targets
,connectivity
,\
31 AllLangResTarget_cnr \
32 AllLangResTarget_sdbcl \
33 AllLangResTarget_sdberr \
36 ifneq ($(ENABLE_JAVA
),)
37 $(eval
$(call gb_Module_add_targets
,connectivity
,\
38 Configuration_hsqldb \
48 ifeq ($(ENABLE_KAB
),TRUE
)
49 $(eval
$(call gb_Module_add_targets
,connectivity
,\
56 ifeq ($(ENABLE_TDEAB
),TRUE
)
57 $(eval
$(call gb_Module_add_targets
,connectivity
,\
65 $(eval
$(call gb_Module_add_targets
,connectivity
,\
75 $(eval
$(call gb_Module_add_targets
,connectivity
,\
81 ifeq ($(ENABLE_EVOAB2
),TRUE
)
82 $(eval
$(call gb_Module_add_targets
,connectivity
,\
88 ifeq ($(ENABLE_FIREBIRD_SDBC
),TRUE
)
89 $(eval
$(call gb_Module_add_targets
,connectivity
,\
90 Configuration_firebird \
91 Library_firebird_sdbc \
95 ifneq ($(BUILD_POSTGRESQL_SDBC
),)
96 $(eval
$(call gb_Module_add_targets
,connectivity
,\
97 Configuration_postgresql \
98 Library_postgresql-sdbc \
99 Library_postgresql-sdbc-impl \
100 Package_postgresql-sdbc \
101 Rdb_postgresql-sdbc \
107 ifneq ($(WITH_MOZAB4WIN
),)
108 $(eval
$(call gb_Module_add_targets
,connectivity
,\
109 Configuration_mozab \
114 $(eval
$(call gb_Module_add_targets
,connectivity
,\
115 Library_mozbootstrap \
119 else ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
121 $(eval
$(call gb_Module_add_targets
,connectivity
,\
123 Executable_mork_helper \
125 Library_mozbootstrap \
128 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
129 CppunitTest_connectivity_mork \
135 # HACK: FIXME: TODO: only disabled to not make the build fail when targeting Win XP with VS 2012
136 #warn:legacy.osl:2120:7064:connectivity/source/commontools/dbmetadata.cxx:177: caught an exception!
137 #in function:const class rtl::OUString &__cdecl dbtools::`anonymous-namespace'::lcl_getConnectionStringSetting(const struct dbtools::DatabaseMetaData_Impl &,class boost::optional<class rtl::OUString> &,class rtl::OUString (__cdecl com::sun::star::sdbc::XDatabaseMetaData::* )(void))
138 #type: com.sun.star.sdbc.SQLException
139 #message: Fehler bei einem aus mehreren Schritten bestehenden OLE DB-Vorgang. Pr�fen Sie die einzelnen OLE DB-Statuswerte, falls vorhanden. Daten wurden nicht verarbeitet .
140 #context: class connectivity::ado::ODatabaseMetaData
142 #Assertion failed: this->is_initialized(), file C:\cygwin\home\buildslave\build\workdir\wntmsci14.pro\UnpackedTarball\boost\boost/optional/optional.hpp, line 638
144 ifneq ($(VCVER
)_
$(WINDOWS_SDK_VERSION
),110_70
)
145 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
146 CppunitTest_connectivity_ado \
151 ifneq ($(filter QADEVOOO
,$(BUILD_TYPE
)),)
152 $(eval
$(call gb_Module_add_subsequentcheck_targets
,connectivity
,\
153 Jar_ConnectivityTools \
155 # FIXME: Does not work. Convert to JUnit.
156 # JunitTest_complex \
161 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
162 CppunitTest_connectivity_commontools \
165 # vim: set noet sw=4 ts=4: