1*7871dc3eSAndrew Rist#************************************************************** 2*7871dc3eSAndrew Rist# 3*7871dc3eSAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 4*7871dc3eSAndrew Rist# or more contributor license agreements. See the NOTICE file 5*7871dc3eSAndrew Rist# distributed with this work for additional information 6*7871dc3eSAndrew Rist# regarding copyright ownership. The ASF licenses this file 7*7871dc3eSAndrew Rist# to you under the Apache License, Version 2.0 (the 8*7871dc3eSAndrew Rist# "License"); you may not use this file except in compliance 9*7871dc3eSAndrew Rist# with the License. You may obtain a copy of the License at 10*7871dc3eSAndrew Rist# 11*7871dc3eSAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 12*7871dc3eSAndrew Rist# 13*7871dc3eSAndrew Rist# Unless required by applicable law or agreed to in writing, 14*7871dc3eSAndrew Rist# software distributed under the License is distributed on an 15*7871dc3eSAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*7871dc3eSAndrew Rist# KIND, either express or implied. See the License for the 17*7871dc3eSAndrew Rist# specific language governing permissions and limitations 18*7871dc3eSAndrew Rist# under the License. 19*7871dc3eSAndrew Rist# 20*7871dc3eSAndrew Rist#************************************************************** 21*7871dc3eSAndrew Rist 22*7871dc3eSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir$(eval $(call gb_Library_Library,msword)) 25cdf0e10cSrcweir 26cdf0e10cSrcweir$(eval $(call gb_Library_set_componentfile,msword,sw/util/msword)) 27cdf0e10cSrcweir 28cdf0e10cSrcweir$(eval $(call gb_Library_set_include,msword,\ 29cdf0e10cSrcweir -I$(SRCDIR)/sw/source/core/inc \ 30cdf0e10cSrcweir -I$(SRCDIR)/sw/source/ui/inc \ 31cdf0e10cSrcweir -I$(SRCDIR)/sw/source/filter/inc \ 32cdf0e10cSrcweir -I$(SRCDIR)/sw/inc/pch \ 33cdf0e10cSrcweir -I$(SRCDIR)/sw/inc \ 34cdf0e10cSrcweir -I$(WORKDIR)/inc/sw/sdi \ 35cdf0e10cSrcweir -I$(WORKDIR)/Misc/sw/ \ 36cdf0e10cSrcweir $$(INCLUDE) \ 37cdf0e10cSrcweir -I$(OUTDIR)/inc/offuh \ 38cdf0e10cSrcweir -I$(OUTDIR)/inc/sw \ 39cdf0e10cSrcweir)) 40cdf0e10cSrcweir 41cdf0e10cSrcweir$(eval $(call gb_Library_set_defs,msword,\ 42cdf0e10cSrcweir $$(DEFS) \ 43cdf0e10cSrcweir)) 44cdf0e10cSrcweir 45cdf0e10cSrcweir$(eval $(call gb_Library_add_linked_libs,msword,\ 46cdf0e10cSrcweir basegfx \ 47cdf0e10cSrcweir comphelper \ 48cdf0e10cSrcweir cppu \ 49cdf0e10cSrcweir cppuhelper \ 50cdf0e10cSrcweir editeng \ 51cdf0e10cSrcweir i18nisolang1 \ 52cdf0e10cSrcweir i18nutil \ 53cdf0e10cSrcweir icuuc \ 54cdf0e10cSrcweir msfilter \ 55cdf0e10cSrcweir sal \ 56cdf0e10cSrcweir sfx \ 57cdf0e10cSrcweir sot \ 58cdf0e10cSrcweir stl \ 59cdf0e10cSrcweir svl \ 60cdf0e10cSrcweir svt \ 61cdf0e10cSrcweir svx \ 62cdf0e10cSrcweir svx \ 63cdf0e10cSrcweir svxcore \ 64cdf0e10cSrcweir sw \ 65cdf0e10cSrcweir tk \ 66cdf0e10cSrcweir tl \ 67cdf0e10cSrcweir ucbhelper \ 68cdf0e10cSrcweir utl \ 69cdf0e10cSrcweir vcl \ 70cdf0e10cSrcweir $(gb_STDLIBS) \ 71cdf0e10cSrcweir)) 72cdf0e10cSrcweir 73cdf0e10cSrcweir$(eval $(call gb_Library_add_exception_objects,msword,\ 74cdf0e10cSrcweir sw/source/filter/rtf/rtffld \ 75cdf0e10cSrcweir sw/source/filter/rtf/rtffly \ 76cdf0e10cSrcweir sw/source/filter/rtf/rtfnum \ 77cdf0e10cSrcweir sw/source/filter/rtf/rtftbl \ 78cdf0e10cSrcweir sw/source/filter/rtf/swparrtf \ 79cdf0e10cSrcweir sw/source/filter/ww8/rtfattributeoutput \ 80cdf0e10cSrcweir sw/source/filter/ww8/rtfexport \ 81cdf0e10cSrcweir sw/source/filter/ww8/rtfexportfilter \ 82cdf0e10cSrcweir sw/source/filter/ww8/rtfimportfilter \ 83cdf0e10cSrcweir sw/source/filter/ww8/rtfsdrexport \ 84cdf0e10cSrcweir sw/source/filter/ww8/WW8FFData \ 85cdf0e10cSrcweir sw/source/filter/ww8/WW8FibData \ 86cdf0e10cSrcweir sw/source/filter/ww8/WW8Sttbf \ 87cdf0e10cSrcweir sw/source/filter/ww8/WW8TableInfo \ 88cdf0e10cSrcweir sw/source/filter/ww8/fields \ 89cdf0e10cSrcweir sw/source/filter/ww8/styles \ 90cdf0e10cSrcweir sw/source/filter/ww8/tracer \ 91cdf0e10cSrcweir sw/source/filter/ww8/writerhelper \ 92cdf0e10cSrcweir sw/source/filter/ww8/writerwordglue \ 93cdf0e10cSrcweir sw/source/filter/ww8/wrtw8esh \ 94cdf0e10cSrcweir sw/source/filter/ww8/wrtw8nds \ 95cdf0e10cSrcweir sw/source/filter/ww8/wrtw8num \ 96cdf0e10cSrcweir sw/source/filter/ww8/wrtw8sty \ 97cdf0e10cSrcweir sw/source/filter/ww8/wrtww8 \ 98cdf0e10cSrcweir sw/source/filter/ww8/wrtww8gr \ 99cdf0e10cSrcweir sw/source/filter/ww8/ww8atr \ 100cdf0e10cSrcweir sw/source/filter/ww8/ww8glsy \ 101cdf0e10cSrcweir sw/source/filter/ww8/ww8graf \ 102cdf0e10cSrcweir sw/source/filter/ww8/ww8graf2 \ 103cdf0e10cSrcweir sw/source/filter/ww8/ww8par \ 104cdf0e10cSrcweir sw/source/filter/ww8/ww8par2 \ 105cdf0e10cSrcweir sw/source/filter/ww8/ww8par3 \ 106cdf0e10cSrcweir sw/source/filter/ww8/ww8par4 \ 107cdf0e10cSrcweir sw/source/filter/ww8/ww8par5 \ 108cdf0e10cSrcweir sw/source/filter/ww8/ww8par6 \ 109cdf0e10cSrcweir sw/source/filter/ww8/ww8scan \ 110cdf0e10cSrcweir)) 111cdf0e10cSrcweir 112cdf0e10cSrcweir# vim: set noet sw=4 ts=4: 113