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 \
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 \
119 ifeq ($(if
$(or
$(filter-out YES
,$(WITH_MOZILLA
)),$(filter YES
,$(SYSTEM_MOZILLA
)),$(filter MACOSX
,$(OS
))),YES
),YES
)
120 $(eval
$(call gb_Module_add_targets
,connectivity
,\
121 Library_mozbootstrap \
125 $(eval
$(call gb_Module_add_targets
,connectivity
,\
131 $(eval
$(call gb_Module_add_targets
,connectivity
,\
132 Configuration_mozab \
135 $(eval
$(call gb_Module_add_targets
,connectivity
,\
136 Configuration_mozab2 \
142 ifneq ($(filter QADEVOOO
,$(BUILD_TYPE
)),)
143 $(eval
$(call gb_Module_add_subsequentcheck_targets
,connectivity
,\
144 Jar_ConnectivityTools \
146 # FIXME: Does not work. Convert to JUnit.
147 # JunitTest_complex \
153 # vim: set noet sw=4 ts=4: