xref: /aoo41x/main/sw/Library_swui.mk (revision c42e87e3)
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	-I$(OUTDIR)/inc/offuh \
36cdf0e10cSrcweir))
37cdf0e10cSrcweir
38cdf0e10cSrcweir$(eval $(call gb_Library_set_defs,swui,\
39cdf0e10cSrcweir	$$(DEFS) \
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	svxcore \
57cdf0e10cSrcweir	sw \
58*2e2269f7SJürgen Schmidt	ootk \
59cdf0e10cSrcweir	tl \
60cdf0e10cSrcweir	ucbhelper \
61cdf0e10cSrcweir	utl \
62cdf0e10cSrcweir	vcl \
63cdf0e10cSrcweir    $(gb_STDLIBS) \
64cdf0e10cSrcweir))
65cdf0e10cSrcweir
66cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,swui,\
67cdf0e10cSrcweir	sw/source/core/undo/SwRewriter \
68cdf0e10cSrcweir	sw/source/ui/chrdlg/break \
69cdf0e10cSrcweir	sw/source/ui/chrdlg/chardlg \
70cdf0e10cSrcweir	sw/source/ui/chrdlg/drpcps \
71cdf0e10cSrcweir	sw/source/ui/chrdlg/numpara \
72cdf0e10cSrcweir	sw/source/ui/chrdlg/pardlg \
73cdf0e10cSrcweir	sw/source/ui/chrdlg/swuiccoll \
74cdf0e10cSrcweir	sw/source/ui/chrdlg/tblnumfm \
75cdf0e10cSrcweir	sw/source/ui/config/mailconfigpage \
76cdf0e10cSrcweir	sw/source/ui/config/optcomp \
77cdf0e10cSrcweir	sw/source/ui/config/optload \
78cdf0e10cSrcweir	sw/source/ui/config/optpage \
79cdf0e10cSrcweir	sw/source/ui/dbui/addresslistdialog \
80cdf0e10cSrcweir	sw/source/ui/dbui/createaddresslistdialog \
81cdf0e10cSrcweir	sw/source/ui/dbui/customizeaddresslistdialog \
82cdf0e10cSrcweir	sw/source/ui/dbui/dbinsdlg \
83cdf0e10cSrcweir	sw/source/ui/dbui/dbtablepreviewdialog \
84cdf0e10cSrcweir	sw/source/ui/dbui/mailmergewizard \
85cdf0e10cSrcweir	sw/source/ui/dbui/mmaddressblockpage \
86cdf0e10cSrcweir	sw/source/ui/dbui/mmdocselectpage \
87cdf0e10cSrcweir	sw/source/ui/dbui/mmgreetingspage \
88cdf0e10cSrcweir	sw/source/ui/dbui/mmlayoutpage \
89cdf0e10cSrcweir	sw/source/ui/dbui/mmmergepage \
90cdf0e10cSrcweir	sw/source/ui/dbui/mmoutputpage \
91cdf0e10cSrcweir	sw/source/ui/dbui/mmoutputtypepage \
92cdf0e10cSrcweir	sw/source/ui/dbui/mmpreparemergepage \
93cdf0e10cSrcweir	sw/source/ui/dbui/selectdbtabledialog \
94cdf0e10cSrcweir	sw/source/ui/dialog/abstract \
95cdf0e10cSrcweir	sw/source/ui/dialog/addrdlg \
96cdf0e10cSrcweir	sw/source/ui/dialog/ascfldlg \
97cdf0e10cSrcweir	sw/source/ui/dialog/docstdlg \
98cdf0e10cSrcweir	sw/source/ui/dialog/macassgn \
99cdf0e10cSrcweir	sw/source/ui/dialog/swdialmgr \
100cdf0e10cSrcweir	sw/source/ui/dialog/swdlgfact \
101cdf0e10cSrcweir	sw/source/ui/dialog/swuiexp \
102cdf0e10cSrcweir	sw/source/ui/dialog/uiregionsw \
103cdf0e10cSrcweir	sw/source/ui/dialog/wordcountdialog \
104cdf0e10cSrcweir	sw/source/ui/dochdl/selglos \
105cdf0e10cSrcweir	sw/source/ui/envelp/envfmt \
106cdf0e10cSrcweir	sw/source/ui/envelp/envlop1 \
107cdf0e10cSrcweir	sw/source/ui/envelp/envprt \
108cdf0e10cSrcweir	sw/source/ui/envelp/label1 \
109cdf0e10cSrcweir	sw/source/ui/envelp/labelexp \
110cdf0e10cSrcweir	sw/source/ui/envelp/labfmt \
111cdf0e10cSrcweir	sw/source/ui/envelp/labprt \
112cdf0e10cSrcweir	sw/source/ui/envelp/mailmrge \
113cdf0e10cSrcweir	sw/source/ui/fldui/DropDownFieldDialog \
114cdf0e10cSrcweir	sw/source/ui/fldui/FldRefTreeListBox \
115cdf0e10cSrcweir	sw/source/ui/fldui/changedb \
116cdf0e10cSrcweir	sw/source/ui/fldui/flddb \
117cdf0e10cSrcweir	sw/source/ui/fldui/flddinf \
118cdf0e10cSrcweir	sw/source/ui/fldui/flddok \
119cdf0e10cSrcweir	sw/source/ui/fldui/fldedt \
120cdf0e10cSrcweir	sw/source/ui/fldui/fldfunc \
121cdf0e10cSrcweir	sw/source/ui/fldui/fldpage \
122cdf0e10cSrcweir	sw/source/ui/fldui/fldref \
123cdf0e10cSrcweir	sw/source/ui/fldui/fldtdlg \
124cdf0e10cSrcweir	sw/source/ui/fldui/fldvar \
125cdf0e10cSrcweir	sw/source/ui/fldui/inpdlg \
126cdf0e10cSrcweir	sw/source/ui/fldui/javaedit \
127cdf0e10cSrcweir	sw/source/ui/fmtui/tmpdlg \
128cdf0e10cSrcweir	sw/source/ui/frmdlg/column \
129cdf0e10cSrcweir	sw/source/ui/frmdlg/cption \
130cdf0e10cSrcweir	sw/source/ui/frmdlg/frmdlg \
131cdf0e10cSrcweir	sw/source/ui/frmdlg/frmpage \
132cdf0e10cSrcweir	sw/source/ui/frmdlg/pattern \
133cdf0e10cSrcweir	sw/source/ui/frmdlg/uiborder \
134cdf0e10cSrcweir	sw/source/ui/frmdlg/wrap \
135cdf0e10cSrcweir	sw/source/ui/index/cntex \
136cdf0e10cSrcweir	sw/source/ui/index/cnttab \
137cdf0e10cSrcweir	sw/source/ui/index/multmrk \
138cdf0e10cSrcweir	sw/source/ui/index/swuiidxmrk \
139cdf0e10cSrcweir	sw/source/ui/misc/bookmark \
140cdf0e10cSrcweir	sw/source/ui/misc/docfnote \
141cdf0e10cSrcweir	sw/source/ui/misc/glosbib \
142cdf0e10cSrcweir	sw/source/ui/misc/glossary \
143cdf0e10cSrcweir	sw/source/ui/misc/insfnote \
144cdf0e10cSrcweir	sw/source/ui/misc/insrule \
145cdf0e10cSrcweir	sw/source/ui/misc/linenum \
146cdf0e10cSrcweir	sw/source/ui/misc/num \
147cdf0e10cSrcweir	sw/source/ui/misc/outline \
148cdf0e10cSrcweir	sw/source/ui/misc/pgfnote \
149cdf0e10cSrcweir	sw/source/ui/misc/pggrid \
150cdf0e10cSrcweir	sw/source/ui/misc/srtdlg \
151cdf0e10cSrcweir	sw/source/ui/misc/swmodalredlineacceptdlg \
152cdf0e10cSrcweir	sw/source/ui/table/colwd \
153cdf0e10cSrcweir	sw/source/ui/table/convert \
154cdf0e10cSrcweir	sw/source/ui/table/instable \
155cdf0e10cSrcweir	sw/source/ui/table/mergetbl \
156cdf0e10cSrcweir	sw/source/ui/table/rowht \
157cdf0e10cSrcweir	sw/source/ui/table/splittbl \
158cdf0e10cSrcweir	sw/source/ui/table/tabledlg \
159cdf0e10cSrcweir	sw/source/ui/table/tautofmt \
160cdf0e10cSrcweir	sw/source/ui/utlui/swrenamexnameddlg \
161cdf0e10cSrcweir))
162cdf0e10cSrcweir
163cdf0e10cSrcweir# vim: set noet sw=4 ts=4:
164