fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / ucpp / Executable_ucpp.mk
bloba2e64e644eed68130e5df6746b7a83f7e4b65967
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_not_errors,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 # suppress warning spam
23 $(eval $(call gb_Executable_add_cflags,ucpp,\
24 -w \
28 $(eval $(call gb_Executable_add_generated_cobjects,ucpp,\
29 UnpackedTarball/ucpp/assert \
30 UnpackedTarball/ucpp/cpp \
31 UnpackedTarball/ucpp/eval \
32 UnpackedTarball/ucpp/hash \
33 UnpackedTarball/ucpp/lexer \
34 UnpackedTarball/ucpp/macro \
35 UnpackedTarball/ucpp/mem \
36 UnpackedTarball/ucpp/nhash \
39 # vim: set noet sw=4 ts=4: