Bump for 3.6-28
[LibreOffice.git] / starmath / Library_sm.mk
blobbd13669c33c8f7c16214ed5a605562367e830283
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License. You may obtain a copy of the License at
7 # http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # Norbert Thiebaud <nthiebaud@gmail.com> (C) 2010, All Rights Reserved.
17 # Alternatively, the contents of this file may be used under the terms of
18 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
19 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
20 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
21 # instead of those above.
23 $(eval $(call gb_Library_Library,sm))
25 $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
27 $(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
29 $(eval $(call gb_Library_set_include,sm,\
30 -I$(SRCDIR)/starmath/inc \
31 -I$(WORKDIR)/SdiTarget/starmath/sdi \
32 $$(INCLUDE) \
35 $(eval $(call gb_Library_use_api,sm,\
36 offapi \
37 udkapi \
40 $(eval $(call gb_Library_use_libraries,sm,\
41 comphelper \
42 cppu \
43 cppuhelper \
44 editeng \
45 i18nutil \
46 msfilter \
47 oox \
48 sal \
49 sax \
50 sfx \
51 sot \
52 svl \
53 svt \
54 svx \
55 svxcore \
56 tk \
57 tl \
58 utl \
59 vcl \
60 xo \
61 $(gb_STDLIBS) \
64 $(eval $(call gb_Library_add_exception_objects,sm,\
65 starmath/source/accessibility \
66 starmath/source/action \
67 starmath/source/caret \
68 starmath/source/cfgitem \
69 starmath/source/config \
70 starmath/source/cursor \
71 starmath/source/dialog \
72 starmath/source/document \
73 starmath/source/edit \
74 starmath/source/format \
75 starmath/source/mathmlexport \
76 starmath/source/mathmlimport \
77 starmath/source/mathtype \
78 starmath/source/node \
79 starmath/source/ooxmlexport \
80 starmath/source/ooxmlimport \
81 starmath/source/parse \
82 starmath/source/rect \
83 starmath/source/register \
84 starmath/source/smdll \
85 starmath/source/smmod \
86 starmath/source/symbol \
87 starmath/source/toolbox \
88 starmath/source/typemap \
89 starmath/source/types \
90 starmath/source/unodoc \
91 starmath/source/unomodel \
92 starmath/source/utility \
93 starmath/source/view \
94 starmath/source/visitors \
98 $(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath))
100 $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
101 -I$(SRCDIR)/starmath/inc \
102 -I$(SRCDIR)/starmath/sdi \
103 $$(INCLUDE) \
106 # vim: set noet sw=4 ts=4: