Revert "tdf#37268: use also sheet local range in Pivot"
[LibreOffice.git] / basctl / Library_basctl.mk
blobacd12b474160483c4f8f5d677dc488a4aa74d079
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_set_precompiled_header,basctl,basctl/inc/pch/precompiled_basctl))
40 $(eval $(call gb_Library_use_sdk_api,basctl))
42 $(eval $(call gb_Library_use_libraries,basctl,\
43 comphelper \
44 cppu \
45 cppuhelper \
46 editeng \
47 fwe \
48 sal \
49 i18nlangtag \
50 sb \
51 sfx \
52 sot \
53 svl \
54 svt \
55 svx \
56 svxcore \
57 tk \
58 tl \
59 utl \
60 ucbhelper \
61 vcl \
62 xmlscript \
65 $(eval $(call gb_Library_add_exception_objects,basctl,\
66 basctl/source/accessibility/accessibledialogcontrolshape \
67 basctl/source/accessibility/accessibledialogwindow \
68 basctl/source/basicide/basdoc \
69 basctl/source/basicide/IDEComboBox \
70 basctl/source/basicide/basicrenderable \
71 basctl/source/basicide/baside2b \
72 basctl/source/basicide/baside2 \
73 basctl/source/basicide/baside3 \
74 basctl/source/basicide/basidectrlr \
75 basctl/source/basicide/basides1 \
76 basctl/source/basicide/basides2 \
77 basctl/source/basicide/basides3 \
78 basctl/source/basicide/basidesh \
79 basctl/source/basicide/basobj2 \
80 basctl/source/basicide/basobj3 \
81 basctl/source/basicide/bastype2 \
82 basctl/source/basicide/bastype3 \
83 basctl/source/basicide/bastypes \
84 basctl/source/basicide/breakpoint \
85 basctl/source/basicide/brkdlg \
86 basctl/source/basicide/doceventnotifier \
87 basctl/source/basicide/docsignature \
88 basctl/source/basicide/documentenumeration \
89 basctl/source/basicide/iderdll \
90 basctl/source/basicide/layout \
91 basctl/source/basicide/linenumberwindow \
92 basctl/source/basicide/localizationmgr \
93 basctl/source/basicide/macrodlg \
94 basctl/source/basicide/moduldl2 \
95 basctl/source/basicide/moduldlg \
96 basctl/source/basicide/ObjectCatalog \
97 basctl/source/basicide/register \
98 basctl/source/basicide/sbxitem \
99 basctl/source/basicide/scriptdocument \
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: