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
,idlc
))
12 $(eval
$(call gb_Executable_set_include
,idlc
,\
13 -I
$(SRCDIR
)/idlc
/inc \
14 -I
$(SRCDIR
)/idlc
/source \
18 $(eval
$(call gb_Executable_use_externals
,idlc
,\
22 $(eval
$(call gb_Executable_use_libraries
,idlc
,\
28 $(eval
$(call gb_Executable_add_grammars
,idlc
,\
32 $(eval
$(call gb_Executable_add_scanners
,idlc
,\
36 ifneq (,$(SYSTEM_UCPP
))
37 $(eval
$(call gb_Executable_add_defs
,idlc
,\
39 -DUCPP
=\"file
://$(SYSTEM_UCPP
)\" \
43 $(eval
$(call gb_Executable_add_exception_objects
,idlc
,\
44 idlc
/source
/idlcmain \
46 idlc
/source
/idlccompile \
47 idlc
/source
/idlcproduce \
48 idlc
/source
/errorhandler \
50 idlc
/source
/fehelper \
51 idlc
/source
/astdeclaration \
52 idlc
/source
/astscope \
53 idlc
/source
/aststack \
55 idlc
/source
/astinterface \
56 idlc
/source
/aststruct \
57 idlc
/source
/aststructinstance \
58 idlc
/source
/astoperation \
59 idlc
/source
/astconstant \
61 idlc
/source
/astarray \
62 idlc
/source
/astunion \
63 idlc
/source
/astexpression \
64 idlc
/source
/astservice \
67 # vim:set noet sw=4 ts=4: