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 \
25 $(eval
$(call gb_Library_add_defs
,sm
,\
26 -DSM_DLLIMPLEMENTATION \
29 $(eval
$(call gb_Library_use_externals
,sm
, \
34 $(eval
$(call gb_Library_use_custom_headers
,sm
,\
39 $(eval
$(call gb_Library_use_sdk_api
,sm
))
41 $(eval
$(call gb_Library_use_libraries
,sm
,\
66 $(eval
$(call gb_Library_add_exception_objects
,sm
,\
67 starmath
/source
/ElementsDockingWindow \
68 starmath
/source
/SmElementsPanel \
69 starmath
/source
/SmPanelFactory \
70 starmath
/source
/SmPropertiesPanel \
71 starmath
/source
/accessibility \
72 starmath
/source
/action \
73 starmath
/source
/caret \
74 starmath
/source
/cfgitem \
75 starmath
/source
/cursor \
76 starmath
/source
/dialog \
77 starmath
/source
/document \
78 starmath
/source
/edit \
79 starmath
/source
/smediteng \
80 starmath
/source
/format \
81 starmath
/source
/mathtype \
82 starmath
/source
/node \
83 starmath
/source
/ooxmlexport \
84 starmath
/source
/ooxmlimport \
85 starmath
/source
/rtfexport \
86 starmath
/source
/parsebase \
87 starmath
/source
/parse \
88 starmath
/source
/parse5 \
89 starmath
/source
/rect \
90 starmath
/source
/smdll \
91 starmath
/source
/smmod \
92 starmath
/source
/symbol \
93 starmath
/source
/tmpdevice \
94 starmath
/source
/typemap \
95 starmath
/source
/unodoc \
96 starmath
/source
/unofilter \
97 starmath
/source
/unomodel \
98 starmath
/source
/utility \
99 starmath
/source
/view \
100 starmath
/source
/visitors \
101 starmath
/source
/wordexportbase \
102 starmath
/source
/mathml
/xparsmlbase \
103 starmath
/source
/mathml
/mathmlattr \
104 starmath
/source
/mathml
/mathmlexport \
105 starmath
/source
/mathml
/mathmlimport \
106 starmath
/source
/mathml
/mathmlMo \
107 starmath
/source
/mathml
/export \
108 starmath
/source
/mathml
/import \
109 starmath
/source
/mathml
/iterator \
110 starmath
/source
/mathml
/attribute \
111 starmath
/source
/mathml
/element \
112 starmath
/source
/mathml
/def \
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 \
127 # vim: set noet sw=4 ts=4: