tdf#137838 SW: Add ability to create a hyperlink to a drawing object
[LibreOffice.git] / dbaccess / Module_dbaccess.mk
blob49bd9d202c7f8d0ad6e7e44e4647a50ff8c6ebe5
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 $(eval $(call gb_Module_add_targets,dbaccess,\
13 Library_dba \
14 Library_dbahsql \
17 $(eval $(call gb_Module_add_l10n_targets,dbaccess,\
18 AllLangMoTarget_dba \
21 ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
23 $(eval $(call gb_Module_add_targets,dbaccess,\
24 $(if $(filter WNT,$(OS)),Executable_odbcconfig) \
25 Library_dbaxml \
26 Library_dbu \
27 Library_sdbt \
28 UIConfig_dbaccess \
29 UIConfig_dbapp \
30 UIConfig_dbbrowser \
31 UIConfig_dbquery \
32 UIConfig_dbrelation \
33 UIConfig_dbtable \
34 UIConfig_dbtdata \
37 ifneq ($(OS),iOS)
38 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
39 $(eval $(call gb_Module_add_check_targets,dbaccess,\
40 $(if $(ENABLE_JAVA),CppunitTest_dbaccess_hsqlbinary_import) \
41 $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf119625) \
42 $(if $(ENABLE_JAVA),CppunitTest_dbaccess_tdf126268) \
45 # remove if we have a be file for this
46 ifeq ($(ENDIANNESS),little)
47 $(eval $(call gb_Module_add_check_targets,dbaccess,\
48 CppunitTest_dbaccess_firebird_regression_test \
50 endif
51 $(eval $(call gb_Module_add_check_targets,dbaccess,\
52 CppunitTest_dbaccess_firebird_test \
54 endif
56 $(eval $(call gb_Module_add_check_targets,dbaccess,\
57 CppunitTest_dbaccess_dialog_save \
58 CppunitTest_dbaccess_empty_stdlib_save \
59 CppunitTest_dbaccess_nolib_save \
60 CppunitTest_dbaccess_macros_test \
61 CppunitTest_dbaccess_hsqlschema_import \
64 # this test fails 50% of the time on the mac jenkins buildbots
65 ifeq ($(ENABLE_JAVA),TRUE)
66 ifneq ($(OS),MACOSX)
67 $(eval $(call gb_Module_add_check_targets,dbaccess,\
68 CppunitTest_dbaccess_hsqldb_test \
69 CppunitTest_dbaccess_RowSetClones \
71 endif
72 endif
74 # This runs a suite of performance tests on embedded firebird and HSQLDB.
75 # Instructions on running the test can be found in qa/unit/embeddedb_performancetest
76 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
77 ifeq ($(ENABLE_JAVA),TRUE)
78 $(eval $(call gb_Module_add_check_targets,dbaccess,\
79 CppunitTest_dbaccess_embeddeddb_performancetest \
81 endif
82 endif
84 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
85 JunitTest_dbaccess_complex \
86 JunitTest_dbaccess_unoapi \
89 ifneq ($(ENABLE_JAVA),)
90 $(eval $(call gb_Module_add_subsequentcheck_targets,dbaccess,\
91 PythonTest_dbaccess_python \
93 endif
95 # screenshots
96 $(eval $(call gb_Module_add_screenshot_targets,dbaccess,\
97 CppunitTest_dbaccess_dialogs_test \
100 endif
101 endif
103 # vim: set noet sw=4 ts=4: