Implement qt5 plain text copy to clipboard
[LibreOffice.git] / connectivity / Module_connectivity.mk
blob0fc587daa340ec4d61905447794f009e3bb02a97
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Module_Module,connectivity))
13 $(eval $(call gb_Module_add_targets,connectivity,\
14 Library_dbtools \
17 ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
19 $(eval $(call gb_Module_add_targets,connectivity,\
20 Configuration_calc \
21 Configuration_dbase \
22 Configuration_flat \
23 Configuration_odbc \
24 Configuration_writer \
25 Library_calc \
26 Library_dbase \
27 Library_dbpool2 \
28 Library_file \
29 Library_flat \
30 $(if $(filter ANDROID IOS,$(OS)),,Library_odbc) \
31 Library_sdbc2 \
32 Library_writer \
35 $(eval $(call gb_Module_add_l10n_targets,connectivity,\
36 AllLangMoTarget_cnr \
39 ifneq ($(ENABLE_JAVA),)
40 $(eval $(call gb_Module_add_targets,connectivity,\
41 Configuration_hsqldb \
42 Configuration_jdbc \
43 Jar_sdbc_hsqldb \
44 Library_hsqldb \
45 Library_jdbc \
47 endif
49 ifneq ($(OS),WNT)
51 ifeq ($(OS),MACOSX)
52 $(eval $(call gb_Module_add_targets,connectivity,\
53 Configuration_macab \
54 Library_macab1 \
55 Library_macabdrv1 \
57 endif
59 endif
61 ifeq ($(OS),WNT)
62 $(eval $(call gb_Module_add_targets,connectivity,\
63 Configuration_ado \
64 Library_ado \
66 endif
68 ifeq ($(ENABLE_EVOAB2),TRUE)
69 $(eval $(call gb_Module_add_targets,connectivity,\
70 Configuration_evoab \
71 Library_evoab \
73 endif
75 ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
76 $(eval $(call gb_Module_add_targets,connectivity,\
77 Configuration_firebird \
78 Library_firebird_sdbc \
80 endif
82 ifeq ($(ENABLE_MARIADBC),TRUE)
83 $(eval $(call gb_Module_add_targets,connectivity,\
84 Configuration_mysql \
85 Library_mysqlc \
87 endif
89 ifneq ($(BUILD_POSTGRESQL_SDBC),)
90 $(eval $(call gb_Module_add_targets,connectivity,\
91 Configuration_postgresql \
92 Library_postgresql-sdbc \
93 Library_postgresql-sdbc-impl \
94 Package_postgresql-sdbc \
95 Rdb_postgresql-sdbc \
97 endif
99 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
101 $(eval $(call gb_Module_add_targets,connectivity,\
102 Configuration_mork \
103 Executable_mork_helper \
104 Library_mork \
105 Library_mozbootstrap \
108 $(eval $(call gb_Module_add_check_targets,connectivity,\
109 CppunitTest_connectivity_mork \
112 endif
114 ifeq ($(OS),WNT)
115 # "ADO is not available on 64bit" said the commit
116 ifneq ($(CPUNAME),X86_64)
117 $(eval $(call gb_Module_add_check_targets,connectivity,\
118 CppunitTest_connectivity_ado \
120 endif
121 endif
123 ifneq ($(filter QADEVOOO,$(BUILD_TYPE)),)
124 $(eval $(call gb_Module_add_subsequentcheck_targets,connectivity,\
125 Jar_ConnectivityTools \
127 # FIXME: Does not work. Convert to JUnit.
128 # JunitTest_complex \
130 endif
132 # general tests
133 $(eval $(call gb_Module_add_check_targets,connectivity,\
134 CppunitTest_connectivity_commontools \
137 endif
139 # vim: set noet sw=4 ts=4: