xref: /aoo42x/main/sw/Library_swui.mk (revision b63233d8)
17871dc3eSAndrew Rist#**************************************************************
27871dc3eSAndrew Rist#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
107871dc3eSAndrew Rist#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
127871dc3eSAndrew Rist#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
197871dc3eSAndrew Rist#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir$(eval $(call gb_Library_Library,swui))
25cdf0e10cSrcweir
26cdf0e10cSrcweir$(eval $(call gb_Library_set_include,swui,\
27cdf0e10cSrcweir	-I$(SRCDIR)/sw/inc \
28cdf0e10cSrcweir	-I$(SRCDIR)/sw/inc/pch \
29cdf0e10cSrcweir	-I$(SRCDIR)/sw/source/core/inc \
30cdf0e10cSrcweir	-I$(SRCDIR)/sw/source/filter/inc \
31cdf0e10cSrcweir	-I$(SRCDIR)/sw/source/ui/inc \
32cdf0e10cSrcweir	-I$(WORKDIR)/SdiTarget/sw/sdi \
33cdf0e10cSrcweir	-I$(WORKDIR)/Misc/sw \
34cdf0e10cSrcweir	$$(INCLUDE) \
35cdf0e10cSrcweir))
36cdf0e10cSrcweir
37*b63233d8Sdamjan$(eval $(call gb_Library_add_api,swui,\
38*b63233d8Sdamjan	udkapi \
39*b63233d8Sdamjan	offapi \
40cdf0e10cSrcweir))
41cdf0e10cSrcweir
42cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,swui,\
43cdf0e10cSrcweir	comphelper \
44cdf0e10cSrcweir	cppu \
45cdf0e10cSrcweir	cppuhelper \
46cdf0e10cSrcweir	editeng \
47cdf0e10cSrcweir	i18nisolang1 \
48cdf0e10cSrcweir	msfilter \
49cdf0e10cSrcweir	sal \
50cdf0e10cSrcweir	sfx \
51cdf0e10cSrcweir	sot \
52cdf0e10cSrcweir	stl \
53cdf0e10cSrcweir	svl \
54cdf0e10cSrcweir	svt \
55cdf0e10cSrcweir	svx \
56cdf0e10cSrcweir	svx \
57cdf0e10cSrcweir	svxcore \
58cdf0e10cSrcweir	sw \
59*b63233d8Sdamjan	swd \
602e2269f7SJürgen Schmidt	ootk \
61cdf0e10cSrcweir	tl \
62cdf0e10cSrcweir	ucbhelper \
63cdf0e10cSrcweir	utl \
64cdf0e10cSrcweir	vcl \
65cdf0e10cSrcweir    $(gb_STDLIBS) \
66cdf0e10cSrcweir))
67cdf0e10cSrcweir
68cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,swui,\
69cdf0e10cSrcweir	sw/source/core/undo/SwRewriter \
70cdf0e10cSrcweir	sw/source/ui/chrdlg/break \
71cdf0e10cSrcweir	sw/source/ui/chrdlg/chardlg \
72cdf0e10cSrcweir	sw/source/ui/chrdlg/drpcps \
73cdf0e10cSrcweir	sw/source/ui/chrdlg/numpara \
74cdf0e10cSrcweir	sw/source/ui/chrdlg/pardlg \
75cdf0e10cSrcweir	sw/source/ui/chrdlg/swuiccoll \
76cdf0e10cSrcweir	sw/source/ui/chrdlg/tblnumfm \
77cdf0e10cSrcweir	sw/source/ui/config/mailconfigpage \
78cdf0e10cSrcweir	sw/source/ui/config/optcomp \
79cdf0e10cSrcweir	sw/source/ui/config/optload \
80cdf0e10cSrcweir	sw/source/ui/config/optpage \
81cdf0e10cSrcweir	sw/source/ui/dbui/addresslistdialog \
82cdf0e10cSrcweir	sw/source/ui/dbui/createaddresslistdialog \
83cdf0e10cSrcweir	sw/source/ui/dbui/customizeaddresslistdialog \
84cdf0e10cSrcweir	sw/source/ui/dbui/dbinsdlg \
85cdf0e10cSrcweir	sw/source/ui/dbui/dbtablepreviewdialog \
86cdf0e10cSrcweir	sw/source/ui/dbui/mailmergewizard \
87cdf0e10cSrcweir	sw/source/ui/dbui/mmaddressblockpage \
88cdf0e10cSrcweir	sw/source/ui/dbui/mmdocselectpage \
89cdf0e10cSrcweir	sw/source/ui/dbui/mmgreetingspage \
90cdf0e10cSrcweir	sw/source/ui/dbui/mmlayoutpage \
91cdf0e10cSrcweir	sw/source/ui/dbui/mmmergepage \
92cdf0e10cSrcweir	sw/source/ui/dbui/mmoutputpage \
93cdf0e10cSrcweir	sw/source/ui/dbui/mmoutputtypepage \
94cdf0e10cSrcweir	sw/source/ui/dbui/mmpreparemergepage \
95cdf0e10cSrcweir	sw/source/ui/dbui/selectdbtabledialog \
96cdf0e10cSrcweir	sw/source/ui/dialog/abstract \
97cdf0e10cSrcweir	sw/source/ui/dialog/addrdlg \
98cdf0e10cSrcweir	sw/source/ui/dialog/ascfldlg \
99cdf0e10cSrcweir	sw/source/ui/dialog/docstdlg \
100cdf0e10cSrcweir	sw/source/ui/dialog/macassgn \
101cdf0e10cSrcweir	sw/source/ui/dialog/swdialmgr \
102cdf0e10cSrcweir	sw/source/ui/dialog/swdlgfact \
103cdf0e10cSrcweir	sw/source/ui/dialog/swuiexp \
104cdf0e10cSrcweir	sw/source/ui/dialog/uiregionsw \
105cdf0e10cSrcweir	sw/source/ui/dialog/wordcountdialog \
106cdf0e10cSrcweir	sw/source/ui/dochdl/selglos \
107cdf0e10cSrcweir	sw/source/ui/envelp/envfmt \
108cdf0e10cSrcweir	sw/source/ui/envelp/envlop1 \
109cdf0e10cSrcweir	sw/source/ui/envelp/envprt \
110cdf0e10cSrcweir	sw/source/ui/envelp/label1 \
111cdf0e10cSrcweir	sw/source/ui/envelp/labelexp \
112cdf0e10cSrcweir	sw/source/ui/envelp/labfmt \
113cdf0e10cSrcweir	sw/source/ui/envelp/labprt \
114cdf0e10cSrcweir	sw/source/ui/envelp/mailmrge \
115cdf0e10cSrcweir	sw/source/ui/fldui/DropDownFieldDialog \
116cdf0e10cSrcweir	sw/source/ui/fldui/FldRefTreeListBox \
117cdf0e10cSrcweir	sw/source/ui/fldui/changedb \
118cdf0e10cSrcweir	sw/source/ui/fldui/flddb \
119cdf0e10cSrcweir	sw/source/ui/fldui/flddinf \
120cdf0e10cSrcweir	sw/source/ui/fldui/flddok \
121cdf0e10cSrcweir	sw/source/ui/fldui/fldedt \
122cdf0e10cSrcweir	sw/source/ui/fldui/fldfunc \
123cdf0e10cSrcweir	sw/source/ui/fldui/fldpage \
124cdf0e10cSrcweir	sw/source/ui/fldui/fldref \
125cdf0e10cSrcweir	sw/source/ui/fldui/fldtdlg \
126cdf0e10cSrcweir	sw/source/ui/fldui/fldvar \
127cdf0e10cSrcweir	sw/source/ui/fldui/inpdlg \
128cdf0e10cSrcweir	sw/source/ui/fldui/javaedit \
129cdf0e10cSrcweir	sw/source/ui/fmtui/tmpdlg \
130cdf0e10cSrcweir	sw/source/ui/frmdlg/column \
131cdf0e10cSrcweir	sw/source/ui/frmdlg/cption \
132cdf0e10cSrcweir	sw/source/ui/frmdlg/frmdlg \
133cdf0e10cSrcweir	sw/source/ui/frmdlg/frmpage \
134cdf0e10cSrcweir	sw/source/ui/frmdlg/pattern \
135cdf0e10cSrcweir	sw/source/ui/frmdlg/uiborder \
136cdf0e10cSrcweir	sw/source/ui/frmdlg/wrap \
137cdf0e10cSrcweir	sw/source/ui/index/cntex \
138cdf0e10cSrcweir	sw/source/ui/index/cnttab \
139cdf0e10cSrcweir	sw/source/ui/index/multmrk \
140cdf0e10cSrcweir	sw/source/ui/index/swuiidxmrk \
141cdf0e10cSrcweir	sw/source/ui/misc/bookmark \
142cdf0e10cSrcweir	sw/source/ui/misc/docfnote \
143cdf0e10cSrcweir	sw/source/ui/misc/glosbib \
144cdf0e10cSrcweir	sw/source/ui/misc/glossary \
145cdf0e10cSrcweir	sw/source/ui/misc/insfnote \
146cdf0e10cSrcweir	sw/source/ui/misc/insrule \
147cdf0e10cSrcweir	sw/source/ui/misc/linenum \
148cdf0e10cSrcweir	sw/source/ui/misc/num \
149cdf0e10cSrcweir	sw/source/ui/misc/outline \
150cdf0e10cSrcweir	sw/source/ui/misc/pgfnote \
151cdf0e10cSrcweir	sw/source/ui/misc/pggrid \
152cdf0e10cSrcweir	sw/source/ui/misc/srtdlg \
153cdf0e10cSrcweir	sw/source/ui/misc/swmodalredlineacceptdlg \
154cdf0e10cSrcweir	sw/source/ui/table/colwd \
155cdf0e10cSrcweir	sw/source/ui/table/convert \
156cdf0e10cSrcweir	sw/source/ui/table/instable \
157cdf0e10cSrcweir	sw/source/ui/table/mergetbl \
158cdf0e10cSrcweir	sw/source/ui/table/rowht \
159cdf0e10cSrcweir	sw/source/ui/table/splittbl \
160cdf0e10cSrcweir	sw/source/ui/table/tabledlg \
161cdf0e10cSrcweir	sw/source/ui/table/tautofmt \
162cdf0e10cSrcweir	sw/source/ui/utlui/swrenamexnameddlg \
163cdf0e10cSrcweir))
164cdf0e10cSrcweir
165cdf0e10cSrcweir# vim: set noet sw=4 ts=4:
166