Add @since to osl_areCommandArgsSet.
[LibreOffice.git] / idlc / Executable_idlc.mk
blob1ddc72a470b918b2171438f6475ff6c863c81632
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 \
15 $$(INCLUDE) \
18 $(eval $(call gb_Executable_use_externals,idlc,\
19 boost_headers \
22 $(eval $(call gb_Executable_use_libraries,idlc,\
23 reg \
24 sal \
25 salhelper \
28 $(eval $(call gb_Executable_add_grammars,idlc,\
29 idlc/source/parser \
32 $(eval $(call gb_Executable_add_scanners,idlc,\
33 idlc/source/scanner \
36 ifneq (,$(SYSTEM_UCPP))
37 $(eval $(call gb_Executable_add_defs,idlc,\
38 -DSYSTEM_UCPP \
39 -DUCPP=\"file://$(SYSTEM_UCPP)\" \
41 endif
43 $(eval $(call gb_Executable_add_exception_objects,idlc,\
44 idlc/source/idlcmain \
45 idlc/source/idlc \
46 idlc/source/idlccompile \
47 idlc/source/idlcproduce \
48 idlc/source/errorhandler \
49 idlc/source/options \
50 idlc/source/fehelper \
51 idlc/source/astdeclaration \
52 idlc/source/astscope \
53 idlc/source/aststack \
54 idlc/source/astdump \
55 idlc/source/astinterface \
56 idlc/source/aststruct \
57 idlc/source/aststructinstance \
58 idlc/source/astoperation \
59 idlc/source/astconstant \
60 idlc/source/astenum \
61 idlc/source/astexpression \
62 idlc/source/astservice \
65 # vim:set noet sw=4 ts=4: