poppler: upgrade to release 24.08.0
[LibreOffice.git] / unoidl / Module_unoidl.mk
blob01f7f8852ae367bac9eda6243cdae4f2acac9e04
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,unoidl))
12 $(eval $(call gb_Module_add_targets,unoidl, \
13 $(if $(call gb_not,$(CROSS_COMPILING)), \
14 Executable_unoidl-check) \
15 $(if $(filter ODK,$(BUILD_TYPE)), \
16 Executable_unoidl-read) \
17 $(if $(or $(filter ODK,$(BUILD_TYPE)),$(call gb_not,$(CROSS_COMPILING))), \
18 Executable_unoidl-write) \
19 Library_unoidl \
22 $(eval $(call gb_Module_add_check_targets,unoidl, \
23 CustomTarget_unoidl-write_test \
24 $(if $(filter ODK,$(BUILD_TYPE)),CustomTarget_unoidl-check_test) \
26 # vim: set noet sw=4 ts=4: