bump product version to 5.0.4.1
[LibreOffice.git] / dbaccess / Module_dbaccess.mk
blob200dea0cd019a4beec30870b9b0698e483ac4900
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 $(if $(filter WNT,$(OS)),Executable_odbcconfig) \
16 Library_dba \
17 Library_dbaxml \
18 Library_dbmm \
19 Library_dbu \
20 Library_sdbt \
23 $(eval $(call gb_Module_add_l10n_targets,dbaccess,\
24 AllLangResTarget_dba \
25 AllLangResTarget_dbmm \
26 AllLangResTarget_dbu \
27 AllLangResTarget_sdbt \
28 UIConfig_dbaccess \
29 UIConfig_dbapp \
30 UIConfig_dbbrowser \
31 UIConfig_dbquery \
32 UIConfig_dbrelation \
33 UIConfig_dbtable \
34 UIConfig_dbtdata \
37 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
38 $(eval $(call gb_Module_add_check_targets,dbaccess,\
39 CppunitTest_dbaccess_firebird_test \
41 endif
43 $(eval $(call gb_Module_add_check_targets,dbaccess,\
44 CppunitTest_dbaccess_dialog_save \
45 CppunitTest_dbaccess_empty_stdlib_save \
46 CppunitTest_dbaccess_nolib_save \
47 CppunitTest_dbaccess_macros_test \
48 $(if $(ENABLE_JAVA), \
49 CppunitTest_dbaccess_RowSetClones) \
52 ifeq ($(ENABLE_JAVA),TRUE)
53 $(eval $(call gb_Module_add_check_targets,dbaccess,\
54 CppunitTest_dbaccess_hsqldb_test \
56 endif
58 # This runs a suite of peformance tests on embedded firebird and HSQLDB.
59 # Instructions on running the test can be found in qa/unit/embeddedb_performancetest
60 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
61 ifeq ($(ENABLE_JAVA),TRUE)
62 $(eval $(call gb_Module_add_check_targets,dbaccess,\
63 CppunitTest_dbaccess_embeddeddb_performancetest \
65 endif
66 endif
68 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
69 JunitTest_dbaccess_complex \
70 JunitTest_dbaccess_unoapi \
73 ifneq ($(DISABLE_PYTHON),TRUE)
74 ifneq ($(ENABLE_JAVA),)
75 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
76 PythonTest_dbaccess_python \
78 endif
79 endif
81 endif
83 # vim: set noet sw=4 ts=4: