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
,solenv
))
12 $(eval
$(call gb_Module_add_targets_for_build
,solenv
,\
13 Executable_concat-deps \
14 Executable_gbuildtojson \
18 $(eval
$(call gb_Module_add_targets_for_build
,solenv
,\
19 $(call gb_CondExeLockfile
,Executable_lockfile
) \
24 $(eval
$(call gb_Module_add_targets
,solenv
,\
25 StaticLibrary_wrapper \
26 Executable_gcc-wrapper \
27 Executable_g
++-wrapper \
31 ifneq ($(DISABLE_PYTHON
),TRUE
)
32 ifneq ($(MAKE_VERSION
),3.81) # gbuildtojson requires 3.82+
33 ifneq ($(OS
),WNT
) # disable on Windows for now, causes gerrit/jenkins failures
34 ifneq ($(OS
),MACOSX
) # disable on macOS too, fails at least for me and would be pointless anyway surely
35 $(eval
$(call gb_Module_add_subsequentcheck_targets
,solenv
,\
36 CustomTarget_gbuildtesttools \
37 PythonTest_solenv_python \
44 ifneq ($(COMPILER_PLUGINS
),)
45 ifeq ($(COMPILER_EXTERNAL_TOOL
)$(COMPILER_PLUGIN_TOOL
),)
46 $(eval
$(call gb_Module_add_check_targets
,solenv
, \
47 CompilerTest_compilerplugins_clang \
52 # vim: set shiftwidth=4 tabstop=4 noexpandtab: