summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_base.mk
blob: 709d1493e0d83238c6fbde9b77691510a6538b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_InstallModule_InstallModule,scp2/base))

$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/base,\
	base \
	base_brand \
	firebirdsdbc \
	postgresqlsdbc \
))

$(eval $(call gb_InstallModule_define_if_set,scp2/base,\
	ENABLE_MACOSX_SANDBOX \
	ENABLE_FIREBIRD_SDBC \
	SYSTEM_FIREBIRD \
))

$(eval $(call gb_InstallModule_add_templates,scp2/base,\
    scp2/source/templates/module_langpack_base \
))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/base,\
    scp2/source/base/file_base \
    scp2/source/base/firebird \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/base,\
    scp2/source/base/module_base \
    scp2/source/base/postgresqlsdbc \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
td>Michael Weghorn 2024-05-31kf: Drop "5" from KF 5 desktop backend file namesMichael Weghorn 2024-05-31tdf#143148 kf: Use pragma once in kf5access.hxxMichael Weghorn 2024-05-16loplugin:ostr in shellNoel Grandin 2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier 2024-03-30tdf#146619 Drop unused 'using namespace' in: shell/Gabor Kelemen 2024-03-21Drop C/C++ DEBUG macroStephan Bergmann 2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski 2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski 2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski 2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski 2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski 2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski 2024-02-26Remove an instance of MAX_PATHMike Kaganski 2024-02-26Remove an instance of MAX_PATH limitationMike Kaganski 2024-01-31Fix typoAndrea Gelmini 2024-01-31tdf#159307 Let non-URIS_ONLY execute() handle .app directories on macOSStephan Bergmann 2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski 2024-01-22use portable "command -v" to detect installed programs, part 1Eli Schwartz 2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl 2023-11-15avoid double map lookupNoel Grandin 2023-11-08loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann