further winget configuration files to complete the setup
[LibreOffice.git] / starmath / Library_sm.mk
blob9791ffdd5b973ff0ff387bfa2bf92af59ebee063
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,services))
16 $(eval $(call gb_Library_set_precompiled_header,sm,starmath/inc/pch/precompiled_sm))
18 $(eval $(call gb_Library_set_include,sm,\
19 -I$(SRCDIR)/starmath/inc \
20 -I$(SRCDIR)/starmath/inc/mathml \
21 -I$(WORKDIR)/SdiTarget/starmath/sdi \
22 $$(INCLUDE) \
25 $(eval $(call gb_Library_add_defs,sm,\
26 -DSM_DLLIMPLEMENTATION \
29 $(eval $(call gb_Library_use_externals,sm, \
30 boost_headers \
31 icu_headers \
32 icuuc \
35 $(eval $(call gb_Library_use_custom_headers,sm,\
36 officecfg/registry \
37 oox/generated \
40 $(eval $(call gb_Library_use_sdk_api,sm))
42 $(eval $(call gb_Library_use_libraries,sm,\
43 comphelper \
44 cppu \
45 cppuhelper \
46 editeng \
47 i18nutil \
48 i18nlangtag \
49 msfilter \
50 oox \
51 sal \
52 salhelper \
53 sax \
54 sfx \
55 sot \
56 svl \
57 svt \
58 svx \
59 svxcore \
60 tk \
61 tl \
62 utl \
63 vcl \
64 xo \
67 $(eval $(call gb_Library_add_exception_objects,sm,\
68 starmath/source/ElementsDockingWindow \
69 starmath/source/SmElementsPanel \
70 starmath/source/SmPanelFactory \
71 starmath/source/SmPropertiesPanel \
72 starmath/source/accessibility \
73 starmath/source/action \
74 starmath/source/caret \
75 starmath/source/cfgitem \
76 starmath/source/cursor \
77 starmath/source/dialog \
78 starmath/source/document \
79 starmath/source/edit \
80 starmath/source/smediteng \
81 starmath/source/format \
82 starmath/source/mathtype \
83 starmath/source/node \
84 starmath/source/ooxmlexport \
85 starmath/source/ooxmlimport \
86 starmath/source/rtfexport \
87 starmath/source/parsebase \
88 starmath/source/parse \
89 starmath/source/parse5 \
90 starmath/source/rect \
91 starmath/source/smdll \
92 starmath/source/smmod \
93 starmath/source/symbol \
94 starmath/source/tmpdevice \
95 starmath/source/typemap \
96 starmath/source/unodoc \
97 starmath/source/unofilter \
98 starmath/source/unomodel \
99 starmath/source/utility \
100 starmath/source/view \
101 starmath/source/visitors \
102 starmath/source/wordexportbase \
103 starmath/source/mathml/xparsmlbase \
104 starmath/source/mathml/mathmlattr \
105 starmath/source/mathml/mathmlexport \
106 starmath/source/mathml/mathmlimport \
107 starmath/source/mathml/mathmlMo \
108 starmath/source/mathml/export \
109 starmath/source/mathml/import \
110 starmath/source/mathml/iterator \
111 starmath/source/mathml/attribute \
112 starmath/source/mathml/element \
113 starmath/source/mathml/starmathdatabase \
117 $(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath))
119 $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
120 -I$(SRCDIR)/starmath/inc \
121 -I$(SRCDIR)/starmath/sdi \
122 -I$(SRCDIR)/svx/sdi \
123 -I$(SRCDIR)/sfx2/sdi \
124 $$(INCLUDE) \
127 # vim: set noet sw=4 ts=4: