[pt-PT] Added 20 words to autocorrect
[LibreOffice.git] / starmath / Library_sm.mk
blob1ccbf48896f75f8709cd217906c6f1f8bb5605a9
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,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 \
34 $(eval $(call gb_Library_use_custom_headers,sm,\
35 officecfg/registry \
36 oox/generated \
39 $(eval $(call gb_Library_use_sdk_api,sm))
41 $(eval $(call gb_Library_use_libraries,sm,\
42 comphelper \
43 cppu \
44 cppuhelper \
45 editeng \
46 i18nutil \
47 i18nlangtag \
48 msfilter \
49 oox \
50 sal \
51 sax \
52 sfx \
53 sot \
54 svl \
55 svt \
56 svx \
57 svxcore \
58 tk \
59 tl \
60 utl \
61 vcl \
62 xo \
65 $(eval $(call gb_Library_add_exception_objects,sm,\
66 starmath/source/AccessibleSmElement \
67 starmath/source/AccessibleSmElementsControl \
68 starmath/source/ElementsDockingWindow \
69 starmath/source/accessibility \
70 starmath/source/action \
71 starmath/source/caret \
72 starmath/source/cfgitem \
73 starmath/source/cursor \
74 starmath/source/dialog \
75 starmath/source/document \
76 starmath/source/edit \
77 starmath/source/format \
78 starmath/source/mathtype \
79 starmath/source/node \
80 starmath/source/ooxmlexport \
81 starmath/source/ooxmlimport \
82 starmath/source/rtfexport \
83 starmath/source/parse \
84 starmath/source/rect \
85 starmath/source/scrwin \
86 starmath/source/smdll \
87 starmath/source/smmod \
88 starmath/source/symbol \
89 starmath/source/tmpdevice \
90 starmath/source/typemap \
91 starmath/source/uiobject \
92 starmath/source/unodoc \
93 starmath/source/unofilter \
94 starmath/source/unomodel \
95 starmath/source/utility \
96 starmath/source/view \
97 starmath/source/visitors \
98 starmath/source/wordexportbase \
99 starmath/source/mathml/xparsmlbase \
100 starmath/source/mathml/mathmlattr \
101 starmath/source/mathml/mathmlexport \
102 starmath/source/mathml/mathmlimport \
103 starmath/source/mathml/mathmlMo \
104 starmath/source/mathml/starmathdatabase \
108 $(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath))
110 $(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
111 -I$(SRCDIR)/starmath/inc \
112 -I$(SRCDIR)/starmath/sdi \
113 -I$(SRCDIR)/svx/sdi \
114 -I$(SRCDIR)/sfx2/sdi \
115 $$(INCLUDE) \
118 # vim: set noet sw=4 ts=4: