bump product version to 4.1.6.2
[LibreOffice.git] / basctl / Library_basctl.mk
blobcff14f708498c8963ab3df5c23c522253932c378
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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,basctl))
22 $(eval $(call gb_Library_set_componentfile,basctl,basctl/util/basctl))
24 $(eval $(call gb_Library_set_include,basctl,\
25 -I$(SRCDIR)/basctl/inc \
26 -I$(SRCDIR)/basctl/sdi \
27 -I$(SRCDIR)/basctl/source/inc \
28 $$(INCLUDE) \
29 -I$(WORKDIR)/SdiTarget/basctl/sdi \
32 $(eval $(call gb_Library_use_external,basctl,boost_headers))
34 $(eval $(call gb_Library_use_custom_headers,basctl,\
35 officecfg/registry \
38 $(eval $(call gb_Library_use_sdk_api,basctl))
40 $(eval $(call gb_Library_use_libraries,basctl,\
41 comphelper \
42 cppu \
43 cppuhelper \
44 editeng \
45 fwe \
46 sal \
47 i18nlangtag \
48 sb \
49 sfx \
50 sot \
51 svl \
52 svt \
53 svx \
54 svxcore \
55 tk \
56 tl \
57 utl \
58 ucbhelper \
59 vcl \
60 xmlscript \
61 $(gb_UWINAPI) \
64 $(eval $(call gb_Library_add_exception_objects,basctl,\
65 basctl/source/accessibility/accessibledialogcontrolshape \
66 basctl/source/accessibility/accessibledialogwindow \
67 basctl/source/basicide/basdoc \
68 basctl/source/basicide/basicbox \
69 basctl/source/basicide/basicrenderable \
70 basctl/source/basicide/baside2b \
71 basctl/source/basicide/baside2 \
72 basctl/source/basicide/baside3 \
73 basctl/source/basicide/basidectrlr \
74 basctl/source/basicide/basides1 \
75 basctl/source/basicide/basides2 \
76 basctl/source/basicide/basides3 \
77 basctl/source/basicide/basidesh \
78 basctl/source/basicide/basobj2 \
79 basctl/source/basicide/basobj3 \
80 basctl/source/basicide/bastype2 \
81 basctl/source/basicide/bastype3 \
82 basctl/source/basicide/bastypes \
83 basctl/source/basicide/breakpoint \
84 basctl/source/basicide/brkdlg \
85 basctl/source/basicide/doceventnotifier \
86 basctl/source/basicide/docsignature \
87 basctl/source/basicide/documentenumeration \
88 basctl/source/basicide/iderdll \
89 basctl/source/basicide/layout \
90 basctl/source/basicide/linenumberwindow \
91 basctl/source/basicide/localizationmgr \
92 basctl/source/basicide/macrodlg \
93 basctl/source/basicide/moduldl2 \
94 basctl/source/basicide/moduldlg \
95 basctl/source/basicide/objdlg \
96 basctl/source/basicide/register \
97 basctl/source/basicide/sbxitem \
98 basctl/source/basicide/scriptdocument \
99 basctl/source/basicide/tbxctl \
100 basctl/source/basicide/unomodel \
101 basctl/source/dlged/dlgedclip \
102 basctl/source/dlged/dlged \
103 basctl/source/dlged/dlgedfac \
104 basctl/source/dlged/dlgedfunc \
105 basctl/source/dlged/dlgedlist \
106 basctl/source/dlged/dlgedmod \
107 basctl/source/dlged/dlgedobj \
108 basctl/source/dlged/dlgedpage \
109 basctl/source/dlged/dlgedview \
110 basctl/source/dlged/managelang \
111 basctl/source/dlged/propbrw \
114 $(eval $(call gb_Library_add_sdi_headers,basctl,basctl/sdi/basslots))
116 $(eval $(call gb_SdiTarget_SdiTarget,basctl/sdi/basslots,basctl/sdi/baside))
118 $(eval $(call gb_SdiTarget_set_include,basctl/sdi/basslots,\
119 -I$(SRCDIR)/svx/sdi \
120 -I$(SRCDIR)/sfx2/sdi \
121 $$(INCLUDE) \
124 ifeq ($(OS),WNT)
125 $(eval $(call gb_Library_use_system_win32_libs,basctl,\
126 advapi32 \
127 gdi32 \
128 shell32 \
130 endif
132 # vim: set noet sw=4 ts=4: