Bump for 3.6-28
[LibreOffice.git] / sw / Library_vbaswobj.mk
blobe77dc7823d43b8ebd680eb3700a9f6d7ca38d723
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,vbaswobj))
31 $(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj))
33 $(eval $(call gb_Library_set_include,vbaswobj,\
34 -I$(SRCDIR)/sw/source/core/inc \
35 -I$(SRCDIR)/sw/source/filter/inc \
36 -I$(SRCDIR)/sw/source/ui/inc \
37 -I$(SRCDIR)/sw/inc \
38 $$(INCLUDE) \
41 $(eval $(call gb_Library_use_api,vbaswobj,\
42 udkapi \
43 offapi \
44 oovbaapi \
47 $(eval $(call gb_Library_use_libraries,vbaswobj,\
48 comphelper \
49 cppu \
50 cppuhelper \
51 editeng \
52 i18nisolang1 \
53 sal \
54 sb \
55 sfx \
56 svl \
57 svt \
58 svx \
59 svxcore \
60 sw \
61 tk \
62 tl \
63 utl \
64 vbahelper \
65 vcl \
66 $(gb_STDLIBS) \
69 $(eval $(call gb_Library_use_externals,vbaswobj,\
70 libxml2 \
73 $(eval $(call gb_Library_add_exception_objects,vbaswobj,\
74 sw/source/ui/vba/service \
75 sw/source/ui/vba/vbarange \
76 sw/source/ui/vba/vbacell \
77 sw/source/ui/vba/vbacells \
78 sw/source/ui/vba/vbacolumn \
79 sw/source/ui/vba/vbacolumns \
80 sw/source/ui/vba/vbaframe \
81 sw/source/ui/vba/vbaframes \
82 sw/source/ui/vba/vbalistformat \
83 sw/source/ui/vba/vbalistgallery \
84 sw/source/ui/vba/vbalistgalleries \
85 sw/source/ui/vba/vbalisthelper \
86 sw/source/ui/vba/vbalistlevel \
87 sw/source/ui/vba/vbalistlevels \
88 sw/source/ui/vba/vbalisttemplate \
89 sw/source/ui/vba/vbalisttemplates \
90 sw/source/ui/vba/vbarevision \
91 sw/source/ui/vba/vbarevisions \
92 sw/source/ui/vba/vbarow \
93 sw/source/ui/vba/vbarows \
94 sw/source/ui/vba/vbadocument \
95 sw/source/ui/vba/vbasections \
96 sw/source/ui/vba/vbadialog \
97 sw/source/ui/vba/vbawrapformat \
98 sw/source/ui/vba/vbafont \
99 sw/source/ui/vba/vbarangehelper \
100 sw/source/ui/vba/vbaaddin \
101 sw/source/ui/vba/vbaautotextentry \
102 sw/source/ui/vba/vbadocumentproperties \
103 sw/source/ui/vba/vbaeventshelper \
104 sw/source/ui/vba/vbastyle \
105 sw/source/ui/vba/vbapane \
106 sw/source/ui/vba/vbaglobals \
107 sw/source/ui/vba/vbatemplate \
108 sw/source/ui/vba/vbaaddins \
109 sw/source/ui/vba/vbaview \
110 sw/source/ui/vba/vbaheaderfooter \
111 sw/source/ui/vba/vbaheadersfooters \
112 sw/source/ui/vba/vbaheaderfooterhelper \
113 sw/source/ui/vba/vbabookmarks \
114 sw/source/ui/vba/vbaoptions \
115 sw/source/ui/vba/vbadialogs \
116 sw/source/ui/vba/vbapalette \
117 sw/source/ui/vba/vbaparagraph \
118 sw/source/ui/vba/vbafind \
119 sw/source/ui/vba/vbasection \
120 sw/source/ui/vba/vbabookmark \
121 sw/source/ui/vba/vbaapplication \
122 sw/source/ui/vba/vbawindow \
123 sw/source/ui/vba/vbareplacement \
124 sw/source/ui/vba/vbatable \
125 sw/source/ui/vba/vbatablehelper \
126 sw/source/ui/vba/vbatabstop \
127 sw/source/ui/vba/vbatabstops \
128 sw/source/ui/vba/vbaselection \
129 sw/source/ui/vba/vbasystem \
130 sw/source/ui/vba/vbainformationhelper \
131 sw/source/ui/vba/vbapagesetup \
132 sw/source/ui/vba/vbafield \
133 sw/source/ui/vba/vbatables \
134 sw/source/ui/vba/vbatableofcontents \
135 sw/source/ui/vba/vbatablesofcontents \
136 sw/source/ui/vba/vbavariable \
137 sw/source/ui/vba/vbadocuments \
138 sw/source/ui/vba/vbaparagraphformat \
139 sw/source/ui/vba/vbaborders \
140 sw/source/ui/vba/vbavariables \
141 sw/source/ui/vba/vbastyles \
142 sw/source/ui/vba/vbapanes \
143 sw/source/ui/vba/wordvbahelper \
146 # vim: set noet sw=4 ts=4: