tdf#135774, tdf#114799 Char highlight: apply to numbering
[LibreOffice.git] / external / ucpp / Executable_ucpp.mk
bloba4be71c4901c1cbf97e686e5fab97d4edefc130a
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_Executable_Executable,ucpp))
12 $(eval $(call gb_Executable_set_warnings_disabled,ucpp))
14 $(eval $(call gb_Executable_use_unpacked,ucpp,ucpp))
16 $(eval $(call gb_Executable_add_defs,ucpp,\
17 -DNO_UCPP_BUF \
18 -DUCPP_CONFIG \
19 -DSTAND_ALONE \
22 $(eval $(call gb_Executable_add_generated_cobjects,ucpp,\
23 UnpackedTarball/ucpp/assert \
24 UnpackedTarball/ucpp/cpp \
25 UnpackedTarball/ucpp/eval \
26 UnpackedTarball/ucpp/hash \
27 UnpackedTarball/ucpp/lexer \
28 UnpackedTarball/ucpp/macro \
29 UnpackedTarball/ucpp/mem \
30 UnpackedTarball/ucpp/nhash \
33 # vim: set noet sw=4 ts=4: