1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
15 # Major Contributor(s):
16 # Copyright (C) 2011 Peter Foley <pefoley2@verizon.net> (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval
$(call gb_Module_Module
,connectivity
))
30 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
32 $(eval
$(call gb_Module_add_targets
,connectivity
,\
33 AllLangResTarget_cnr \
34 AllLangResTarget_sdbcl \
35 AllLangResTarget_sdberr \
48 $(if
$(filter ANDROID IOS
,$(OS
)),, \
56 ifneq ($(SOLAR_JAVA
),)
57 $(eval
$(call gb_Module_add_targets
,connectivity
,\
58 AllLangResTarget_hsqldb \
59 Configuration_hsqldb \
69 ifeq ($(ENABLE_KAB
),TRUE
)
70 $(eval
$(call gb_Module_add_targets
,connectivity
,\
77 ifeq ($(ENABLE_TDEAB
),TRUE
)
78 $(eval
$(call gb_Module_add_targets
,connectivity
,\
86 $(eval
$(call gb_Module_add_targets
,connectivity
,\
96 $(eval
$(call gb_Module_add_targets
,connectivity
,\
102 ifeq ($(ENABLE_EVOAB2
),TRUE
)
103 $(eval
$(call gb_Module_add_targets
,connectivity
,\
104 Configuration_evoab \
109 ifeq ($(BUILD_POSTGRESQL_SDBC
),YES
)
110 $(eval
$(call gb_Module_add_targets
,connectivity
,\
111 Configuration_postgresql \
112 Library_postgresql-sdbc \
113 Library_postgresql-sdbc-impl \
114 Package_postgresql-sdbc \
115 Rdb_postgresql-sdbc \
121 ifeq ($(WITH_MOZAB4WIN
),YES
)
122 $(eval
$(call gb_Module_add_targets
,connectivity
,\
123 Configuration_mozab \
128 $(eval
$(call gb_Module_add_targets
,connectivity
,\
129 Library_mozbootstrap \
133 else ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
135 $(eval
$(call gb_Module_add_targets
,connectivity
,\
137 Executable_mork_helper \
139 Library_mozbootstrap \
142 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
143 CppunitTest_connectivity_mork \
149 $(eval
$(call gb_Module_add_check_targets
,connectivity
,\
150 CppunitTest_connectivity_ado \
154 ifneq ($(filter QADEVOOO
,$(BUILD_TYPE
)),)
155 $(eval
$(call gb_Module_add_subsequentcheck_targets
,connectivity
,\
156 Jar_ConnectivityTools \
158 # FIXME: Does not work. Convert to JUnit.
159 # JunitTest_complex \
165 # vim: set noet sw=4 ts=4: