1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_Module_Module
,dbaccess
))
12 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
14 $(eval
$(call gb_Module_add_targets
,dbaccess
,\
15 AllLangResTarget_dba \
16 AllLangResTarget_dbmm \
17 AllLangResTarget_dbu \
18 AllLangResTarget_sdbt \
19 $(if
$(filter WNT
,$(OS
)),Executable_odbcconfig
) \
34 $(eval
$(call gb_Module_add_check_targets
,dbaccess
,\
37 # disable test because it still fails in some situations
38 # CppunitTest_dbaccess_macros_test \
42 $(eval
$(call gb_Module_add_subsequentcheck_targets
,dbaccess
,\
43 JunitTest_dbaccess_complex \
44 JunitTest_dbaccess_unoapi \
49 # vim: set noet sw=4 ts=4: