xref: /trunk/main/idl/Executable_svidl.mk (revision 33608c82206695bbbe0b645fe8a658bc051dbbbe)
1###############################################################
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20###############################################################
21
22
23
24$(eval $(call gb_Executable_Executable,svidl))
25
26$(eval $(call gb_Executable_add_api,svidl,\
27    udkapi \
28    offapi \
29))
30
31$(eval $(call gb_Executable_set_include,svidl,\
32    $$(INCLUDE) \
33    -I$(OUTDIR)/inc/ \
34    -I$(SRCDIR)/idl/inc/pch \
35    -I$(SRCDIR)/idl/inc \
36))
37
38$(eval $(call gb_Executable_add_defs,svidl,\
39    -DIDL_COMPILER \
40))
41
42$(eval $(call gb_Executable_add_linked_libs,svidl,\
43    tl \
44    sal \
45    stl \
46    $(gb_STDLIBS) \
47))
48
49$(eval $(call gb_Executable_add_exception_objects,svidl,\
50    idl/source/cmptools/char \
51    idl/source/cmptools/hash \
52    idl/source/cmptools/lex \
53    idl/source/objects/basobj \
54    idl/source/objects/bastype \
55    idl/source/objects/module \
56    idl/source/objects/object \
57    idl/source/objects/slot \
58    idl/source/objects/types \
59    idl/source/prj/command \
60    idl/source/prj/database \
61    idl/source/prj/globals \
62    idl/source/prj/svidl \
63))
64
65# vim: set noet sw=4 ts=4:
66