Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git] / dbaccess / Module_dbaccess.mk
blob99073bb80a70c9f3f6739cf719fc302fc47937a2
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_dbu \
19 Library_sdbt \
20 Library_dbahsql \
21 UIConfig_dbaccess \
22 UIConfig_dbapp \
23 UIConfig_dbbrowser \
24 UIConfig_dbquery \
25 UIConfig_dbrelation \
26 UIConfig_dbtable \
27 UIConfig_dbtdata \
30 $(eval $(call gb_Module_add_l10n_targets,dbaccess,\
31 AllLangMoTarget_dba \
34 ifneq ($(OS),iOS)
35 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
36 $(eval $(call gb_Module_add_check_targets,dbaccess,\
37 $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
38 $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
39 $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \
42 # remove if we have a be file for this
43 ifeq ($(ENDIANNESS),little)
44 $(eval $(call gb_Module_add_check_targets,dbaccess,\
45 CppunitTest_dbaccess_firebird_regression_test \
47 endif
48 $(eval $(call gb_Module_add_check_targets,dbaccess,\
49 CppunitTest_dbaccess_firebird_test \
51 endif
53 $(eval $(call gb_Module_add_check_targets,dbaccess,\
54 CppunitTest_dbaccess_dialog_save \
55 CppunitTest_dbaccess_empty_stdlib_save \
56 CppunitTest_dbaccess_nolib_save \
57 CppunitTest_dbaccess_macros_test \
58 CppunitTest_dbaccess_hsqlschema_import \
61 ifeq ($(ENABLE_JAVA),TRUE)
62 $(eval $(call gb_Module_add_check_targets,dbaccess,\
63 CppunitTest_dbaccess_hsqldb_test \
64 CppunitTest_dbaccess_RowSetClones \
66 endif
68 # This runs a suite of performance tests on embedded firebird and HSQLDB.
69 # Instructions on running the test can be found in qa/unit/embeddedb_performancetest
70 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
71 ifeq ($(ENABLE_JAVA),TRUE)
72 $(eval $(call gb_Module_add_check_targets,dbaccess,\
73 CppunitTest_dbaccess_embeddeddb_performancetest \
75 endif
76 endif
78 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
79 JunitTest_dbaccess_complex \
80 JunitTest_dbaccess_unoapi \
83 ifneq ($(DISABLE_PYTHON),TRUE)
84 ifneq ($(ENABLE_JAVA),)
85 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
86 PythonTest_dbaccess_python \
88 endif
89 endif
91 # screenshots
92 $(eval $(call gb_Module_add_screenshot_targets,dbaccess,\
93 CppunitTest_dbaccess_dialogs_test \
96 endif
97 endif
99 # vim: set noet sw=4 ts=4: