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
,\
14 AllLangResTarget_cnr \
15 AllLangResTarget_sdbcl \
16 AllLangResTarget_sdberr \
29 $(if
$(filter ANDROID IOS
,$(OS
)),, \
35 ifneq ($(SOLAR_JAVA
),)
36 $(eval
$(call gb_Module_add_targets
,connectivity
,\
37 Configuration_hsqldb \
47 ifeq ($(ENABLE_KAB
),TRUE
)
48 $(eval
$(call gb_Module_add_targets
,connectivity
,\
55 ifeq ($(ENABLE_TDEAB
),TRUE
)
56 $(eval
$(call gb_Module_add_targets
,connectivity
,\
64 $(eval
$(call gb_Module_add_targets
,connectivity
,\
74 $(eval
$(call gb_Module_add_targets
,connectivity
,\
80 ifeq ($(ENABLE_EVOAB2
),TRUE
)
81 $(eval
$(call gb_Module_add_targets
,connectivity
,\
87 ifeq ($(BUILD_POSTGRESQL_SDBC
),YES
)
88 $(eval
$(call gb_Module_add_targets
,connectivity
,\
89 Configuration_postgresql \
90 Library_postgresql-sdbc \
91 Library_postgresql-sdbc-impl \
92 Package_postgresql-sdbc \
99 ifeq ($(WITH_MOZAB4WIN
),YES
)
100 $(eval
$(call gb_Module_add_targets
,connectivity
,\
101 Configuration_mozab \
106 $(eval
$(call gb_Module_add_targets
,connectivity
,\
107 Library_mozbootstrap \
111 else ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
113 $(eval
$(call gb_Module_add_targets
,connectivity
,\
115 Executable_mork_helper \
117 Library_mozbootstrap \
120 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
121 CppunitTest_connectivity_mork \
127 # HACK: FIXME: TODO: only disabled to not make the build fail when targeting Win XP with VS 2012
128 #warn:legacy.osl:2120:7064:connectivity/source/commontools/dbmetadata.cxx:177: caught an exception!
129 #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))
130 #type: com.sun.star.sdbc.SQLException
131 #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 .
132 #context: class connectivity::ado::ODatabaseMetaData
134 #Assertion failed: this->is_initialized(), file C:\cygwin\home\buildslave\build\workdir\wntmsci14.pro\UnpackedTarball\boost\boost/optional/optional.hpp, line 638
136 ifneq ($(VCVER
)_
$(WINDOWS_SDK_VERSION
),110_70
)
137 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
138 CppunitTest_connectivity_ado \
143 ifneq ($(filter QADEVOOO
,$(BUILD_TYPE
)),)
144 $(eval
$(call gb_Module_add_subsequentcheck_targets
,connectivity
,\
145 Jar_ConnectivityTools \
147 # FIXME: Does not work. Convert to JUnit.
148 # JunitTest_complex \
153 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
154 CppunitTest_connectivity_commontools \
157 # vim: set noet sw=4 ts=4: