bump product version to 4.1.6.2
[LibreOffice.git] / starmath / Library_sm.mk
bloba56e4391b3e6001ee8eb779a6dad4a31a9a08a87
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/.
10 $(eval $(call gb_Library_Library,sm))
12 $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
14 $(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
16 $(eval $(call gb_Library_set_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_sm))
18 $(eval $(call gb_Library_set_include,sm,\
19 -I$(SRCDIR)/starmath/inc \
20 -I$(WORKDIR)/SdiTarget/starmath/sdi \
21 $$(INCLUDE) \
24 $(eval $(call gb_Library_use_external,sm,boost_headers))
26 $(eval $(call gb_Library_use_custom_headers,sm,oox/generated))
28 $(eval $(call gb_Library_use_sdk_api,sm))
30 $(eval $(call gb_Library_use_libraries,sm,\
31 comphelper \
32 cppu \
33 cppuhelper \
34 editeng \
35 i18nutil \
36 i18nlangtag \
37 msfilter \
38 oox \
39 sal \
40 sax \
41 sfx \
42 sot \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 tk \
48 tl \
49 utl \
50 vcl \
51 xo \
52 $(gb_UWINAPI) \
55 $(eval $(call gb_Library_add_exception_objects,sm,\
56 starmath/source/ElementsDockingWindow \
57 starmath/source/accessibility \
58 starmath/source/action \
59 starmath/source/caret \
60 starmath/source/cfgitem \
61 starmath/source/config \
62 starmath/source/cursor \
63 starmath/source/dialog \
64 starmath/source/document \
65 starmath/source/edit \
66 starmath/source/format \
67 starmath/source/mathmlexport \
68 starmath/source/mathmlimport \
69 starmath/source/mathtype \
70 starmath/source/node \
71 starmath/source/ooxmlexport \
72 starmath/source/ooxmlimport \
73 starmath/source/rtfexport \
74 starmath/source/parse \
75 starmath/source/rect \
76 starmath/source/register \
77 starmath/source/smdll \
78 starmath/source/smmod \
79 starmath/source/symbol \
80 starmath/source/toolbox \
81 starmath/source/typemap \
82 starmath/source/types \
83 starmath/source/unodoc \
84 starmath/source/unomodel \
85 starmath/source/utility \
86 starmath/source/view \
87 starmath/source/visitors \
88 starmath/source/wordexportbase \
92 $(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath))
94 $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
95 -I$(SRCDIR)/starmath/inc \
96 -I$(SRCDIR)/starmath/sdi \
97 -I$(SRCDIR)/svx/sdi \
98 -I$(SRCDIR)/sfx2/sdi \
99 $$(INCLUDE) \
102 # Runtime dependency for unit-tests
103 $(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,sm)) :| \
104 $(call gb_AllLangResTarget_get_target,sm)
106 # vim: set noet sw=4 ts=4: