Bump for 3.6-28
[LibreOffice.git] / editeng / Library_editeng.mk
blobf2a8594e575c10edf6c3c89a4045fa91692742a2
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 #
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_Library_Library,editeng))
31 $(eval $(call gb_Library_use_package,editeng,editeng_inc))
33 $(eval $(call gb_Library_set_include,editeng,\
34 $$(INCLUDE) \
35 -I$(SRCDIR)/editeng/inc \
38 $(eval $(call gb_Library_add_defs,editeng,\
39 -DEDITENG_DLLIMPLEMENTATION \
42 $(eval $(call gb_Library_use_api,editeng,\
43 udkapi \
44 offapi \
47 $(eval $(call gb_Library_add_exception_objects,editeng,\
48 editeng/source/accessibility/AccessibleComponentBase \
49 editeng/source/accessibility/AccessibleContextBase \
50 editeng/source/accessibility/AccessibleEditableTextPara \
51 editeng/source/accessibility/AccessibleHyperlink \
52 editeng/source/accessibility/AccessibleImageBullet \
53 editeng/source/accessibility/AccessibleParaManager \
54 editeng/source/accessibility/AccessibleSelectionBase \
55 editeng/source/accessibility/AccessibleStaticTextBase \
56 editeng/source/accessibility/AccessibleStringWrap \
57 editeng/source/editeng/editattr \
58 editeng/source/editeng/editdata \
59 editeng/source/editeng/editdbg \
60 editeng/source/editeng/editdoc \
61 editeng/source/editeng/editeng \
62 editeng/source/editeng/editobj \
63 editeng/source/editeng/editsel \
64 editeng/source/editeng/editundo \
65 editeng/source/editeng/editview \
66 editeng/source/editeng/edtspell \
67 editeng/source/editeng/eehtml \
68 editeng/source/editeng/eeng_pch \
69 editeng/source/editeng/eeobj \
70 editeng/source/editeng/eerdll \
71 editeng/source/editeng/eertfpar \
72 editeng/source/editeng/fieldupdater \
73 editeng/source/editeng/impedit \
74 editeng/source/editeng/impedit2 \
75 editeng/source/editeng/impedit3 \
76 editeng/source/editeng/impedit4 \
77 editeng/source/editeng/impedit5 \
78 editeng/source/editeng/textconv \
79 editeng/source/items/borderline \
80 editeng/source/items/bulitem \
81 editeng/source/items/charhiddenitem \
82 editeng/source/items/flditem \
83 editeng/source/items/frmitems \
84 editeng/source/items/itemtype \
85 editeng/source/items/justifyitem \
86 editeng/source/items/numitem \
87 editeng/source/items/optitems \
88 editeng/source/items/paperinf \
89 editeng/source/items/paraitem \
90 editeng/source/items/svdfield \
91 editeng/source/items/svxfont \
92 editeng/source/items/textitem \
93 editeng/source/items/writingmodeitem \
94 editeng/source/items/xmlcnitm \
95 editeng/source/misc/acorrcfg \
96 editeng/source/misc/edtdlg \
97 editeng/source/misc/forbiddencharacterstable \
98 editeng/source/misc/hangulhanja \
99 editeng/source/misc/splwrap \
100 editeng/source/misc/svxacorr \
101 editeng/source/misc/SvXMLAutoCorrectExport \
102 editeng/source/misc/SvXMLAutoCorrectImport \
103 editeng/source/misc/swafopt \
104 editeng/source/misc/txtrange \
105 editeng/source/misc/unolingu \
106 editeng/source/outliner/outleeng \
107 editeng/source/outliner/outlin2 \
108 editeng/source/outliner/outliner \
109 editeng/source/outliner/outlobj \
110 editeng/source/outliner/outlundo \
111 editeng/source/outliner/outlvw \
112 editeng/source/outliner/outl_pch \
113 editeng/source/outliner/paralist \
114 editeng/source/rtf/rtfgrf \
115 editeng/source/rtf/rtfitem \
116 editeng/source/rtf/svxrtf \
117 editeng/source/uno/unoedhlp \
118 editeng/source/uno/unoedprx \
119 editeng/source/uno/unoedsrc \
120 editeng/source/uno/unofdesc \
121 editeng/source/uno/unofield \
122 editeng/source/uno/UnoForbiddenCharsTable \
123 editeng/source/uno/unofored \
124 editeng/source/uno/unoforou \
125 editeng/source/uno/unoipset \
126 editeng/source/uno/unonrule \
127 editeng/source/uno/unopracc \
128 editeng/source/uno/unotext \
129 editeng/source/uno/unotext2 \
130 editeng/source/uno/unoviwou \
131 editeng/source/xml/xmltxtexp \
132 editeng/source/xml/xmltxtimp \
135 # add libraries to be linked to editeng; again these names need to be given as
136 # specified in Repository.mk
137 $(eval $(call gb_Library_use_libraries,editeng,\
138 xo \
139 basegfx \
140 lng \
141 svt \
142 tk \
143 vcl \
144 svl \
145 sot \
146 utl \
147 tl \
148 comphelper \
149 ucbhelper \
150 cppuhelper \
151 cppu \
152 sal \
153 salhelper \
154 i18nisolang1 \
155 i18nutil \
156 $(gb_STDLIBS) \
159 $(eval $(call gb_Library_use_external,editeng,icuuc))
161 # vim: set noet sw=4 ts=4: