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