Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / filter / Library_msfilter.mk
blob410e9e8be46d107755d0dd4b70269a0aae1aaaa5
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,msfilter))
22 $(eval $(call gb_Library_use_package,msfilter,filter_inc))
24 $(eval $(call gb_Library_set_componentfile,msfilter,filter/source/msfilter/msfilter))
26 $(eval $(call gb_Library_use_sdk_api,msfilter))
28 $(eval $(call gb_Library_set_include,msfilter,\
29 $$(INCLUDE) \
32 $(eval $(call gb_Library_add_defs,msfilter,\
33 -DMSFILTER_DLLIMPLEMENTATION \
36 $(eval $(call gb_Library_use_libraries,msfilter,\
37 svxcore \
38 editeng \
39 sfx \
40 xo \
41 sb \
42 svt \
43 tk \
44 vcl \
45 svl \
46 sot \
47 xmlscript \
48 utl \
49 tl \
50 comphelper \
51 basegfx \
52 cppuhelper \
53 cppu \
54 sal \
55 $(gb_UWINAPI) \
58 $(eval $(call gb_Library_add_exception_objects,msfilter,\
59 filter/source/msfilter/countryid \
60 filter/source/msfilter/dffpropset \
61 filter/source/msfilter/dffrecordheader \
62 filter/source/msfilter/escherex \
63 filter/source/msfilter/eschesdo \
64 filter/source/msfilter/mscodec \
65 filter/source/msfilter/msdffimp \
66 filter/source/msfilter/msocximex \
67 filter/source/msfilter/msoleexp \
68 filter/source/msfilter/mstoolbar \
69 filter/source/msfilter/msvbahelper \
70 filter/source/msfilter/services \
71 filter/source/msfilter/svdfppt \
72 filter/source/msfilter/svxmsbas2 \
73 filter/source/msfilter/rtfutil \
74 filter/source/msfilter/util \
77 # vim: set noet sw=4 ts=4: