xref: /trunk/main/sw/Library_vbaswobj.mk (revision b63233d8)
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_Library_Library,vbaswobj))
25
26$(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj))
27
28$(eval $(call gb_Library_set_include,vbaswobj,\
29	-I$(SRCDIR)/sw/source/core/inc \
30	-I$(SRCDIR)/sw/source/filter/inc \
31	-I$(SRCDIR)/sw/source/ui/inc \
32	-I$(SRCDIR)/sw/inc/pch \
33	-I$(SRCDIR)/sw/inc \
34	-I$(WORKDIR)/Misc/sw/ \
35	$$(INCLUDE) \
36	-I$(OUTDIR)/inc/ \
37))
38
39$(eval $(call gb_Library_add_api,vbaswobj,\
40	udkapi \
41	offapi \
42	oovbaapi \
43))
44
45$(eval $(call gb_Library_add_linked_libs,vbaswobj,\
46	comphelper \
47	cppu \
48	cppuhelper \
49	editeng \
50	i18nisolang1 \
51	sal \
52	sb \
53	sfx \
54	stl \
55	svl \
56	svt \
57	svx \
58	svxcore \
59	sw \
60	ootk \
61	tl \
62	utl \
63	vbahelper \
64	vcl \
65    $(gb_STDLIBS) \
66))
67
68$(eval $(call gb_Library_add_exception_objects,vbaswobj,\
69	sw/source/ui/vba/service \
70	sw/source/ui/vba/vbadocument \
71	sw/source/ui/vba/vbasections \
72	sw/source/ui/vba/vbadialog \
73	sw/source/ui/vba/vbawrapformat \
74	sw/source/ui/vba/vbafont \
75	sw/source/ui/vba/vbaheaderfooterhelper \
76	sw/source/ui/vba/vbarangehelper \
77	sw/source/ui/vba/vbaaddin \
78	sw/source/ui/vba/vbaautotextentry \
79	sw/source/ui/vba/vbarange \
80	sw/source/ui/vba/vbadocumentproperties \
81	sw/source/ui/vba/vbaeventshelper \
82	sw/source/ui/vba/vbastyle \
83	sw/source/ui/vba/vbapane \
84	sw/source/ui/vba/vbaglobals \
85	sw/source/ui/vba/vbatemplate \
86	sw/source/ui/vba/vbaaddins \
87	sw/source/ui/vba/vbaview \
88	sw/source/ui/vba/vbaheaderfooter \
89	sw/source/ui/vba/vbabookmarks \
90	sw/source/ui/vba/vbaoptions \
91	sw/source/ui/vba/vbadialogs \
92	sw/source/ui/vba/vbapalette \
93	sw/source/ui/vba/vbaparagraph \
94	sw/source/ui/vba/vbafind \
95	sw/source/ui/vba/vbasection \
96	sw/source/ui/vba/vbabookmark \
97	sw/source/ui/vba/vbaapplication \
98	sw/source/ui/vba/vbawindow \
99	sw/source/ui/vba/vbareplacement \
100	sw/source/ui/vba/vbatable \
101	sw/source/ui/vba/vbaselection \
102	sw/source/ui/vba/vbasystem \
103	sw/source/ui/vba/vbainformationhelper \
104	sw/source/ui/vba/vbapagesetup \
105	sw/source/ui/vba/vbafield \
106	sw/source/ui/vba/vbatables \
107	sw/source/ui/vba/vbavariable \
108	sw/source/ui/vba/vbadocuments \
109	sw/source/ui/vba/vbaparagraphformat \
110	sw/source/ui/vba/vbaborders \
111	sw/source/ui/vba/vbavariables \
112	sw/source/ui/vba/vbastyles \
113	sw/source/ui/vba/vbapanes \
114	sw/source/ui/vba/wordvbahelper \
115))
116
117# vim: set noet sw=4 ts=4:
118