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
,\
19 Configuration_writer \
27 $(if
$(filter ANDROID IOS
,$(OS
)),,Library_odbc
) \
32 $(eval
$(call gb_Module_add_l10n_targets
,connectivity
,\
33 AllLangResTarget_cnr \
34 AllLangResTarget_sdbcl \
35 AllLangResTarget_sdberr \
38 ifneq ($(ENABLE_JAVA
),)
39 $(eval
$(call gb_Module_add_targets
,connectivity
,\
40 Configuration_hsqldb \
50 ifeq ($(ENABLE_TDEAB
),TRUE
)
51 $(eval
$(call gb_Module_add_targets
,connectivity
,\
59 $(eval
$(call gb_Module_add_targets
,connectivity
,\
69 $(eval
$(call gb_Module_add_targets
,connectivity
,\
75 ifeq ($(ENABLE_EVOAB2
),TRUE
)
76 $(eval
$(call gb_Module_add_targets
,connectivity
,\
82 ifeq ($(ENABLE_FIREBIRD_SDBC
),TRUE
)
83 $(eval
$(call gb_Module_add_targets
,connectivity
,\
84 Configuration_firebird \
85 Library_firebird_sdbc \
89 ifneq ($(BUILD_POSTGRESQL_SDBC
),)
90 $(eval
$(call gb_Module_add_targets
,connectivity
,\
91 Configuration_postgresql \
92 Library_postgresql-sdbc \
93 Library_postgresql-sdbc-impl \
94 Package_postgresql-sdbc \
99 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
101 $(eval
$(call gb_Module_add_targets
,connectivity
,\
103 Executable_mork_helper \
105 Library_mozbootstrap \
108 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
109 CppunitTest_connectivity_mork \
115 # "ADO is not available on 64bit" said the commit
116 ifneq ($(CPUNAME
),X86_64
)
117 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
118 CppunitTest_connectivity_ado \
123 ifneq ($(filter QADEVOOO
,$(BUILD_TYPE
)),)
124 $(eval
$(call gb_Module_add_subsequentcheck_targets
,connectivity
,\
125 Jar_ConnectivityTools \
127 # FIXME: Does not work. Convert to JUnit.
128 # JunitTest_complex \
133 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
134 CppunitTest_connectivity_commontools \
137 # vim: set noet sw=4 ts=4: