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
,\
22 # suppress warning spam
23 $(eval
$(call gb_Executable_add_cflags
,ucpp
,\
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: