2011-01-25 01:56:46 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
|
|
#
|
2011-01-25 11:19:55 -06:00
|
|
|
# Copyright 2000, 2011 Oracle and/or its affiliates.
|
2011-01-25 01:56:46 -06:00
|
|
|
#
|
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
#
|
|
|
|
# This file is part of OpenOffice.org.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2011-01-25 11:19:55 -06:00
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2011-01-25 01:56:46 -06:00
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
2011-01-25 11:19:55 -06:00
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
2011-01-25 01:56:46 -06:00
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_Library,editeng))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_add_package_headers,editeng,editeng_inc))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_add_precompiled_header,editeng,$(SRCDIR)/editeng/inc/pch/precompiled_editeng))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_set_include,editeng,\
|
|
|
|
$$(INCLUDE) \
|
2011-01-27 02:47:18 -06:00
|
|
|
-I$(SRCDIR)/editeng/inc/pch \
|
2011-01-25 01:56:46 -06:00
|
|
|
-I$(SRCDIR)/editeng/inc \
|
|
|
|
-I$(OUTDIR)/inc/offuh \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_set_defs,editeng,\
|
|
|
|
$$(DEFS) \
|
|
|
|
-DEDITENG_DLLIMPLEMENTATION \
|
|
|
|
))
|
|
|
|
|
|
|
|
ifneq ($(strip $(EDITDEBUG)),)
|
|
|
|
$(eval $(call gb_Library_set_defs,editeng,\
|
|
|
|
$$(DEFS) \
|
|
|
|
-DEDITDEBUG \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
|
|
|
$(eval $(call gb_Library_add_exception_objects,editeng,\
|
|
|
|
editeng/inc/pch/precompiled_editeng \
|
|
|
|
editeng/source/accessibility/AccessibleComponentBase \
|
|
|
|
editeng/source/accessibility/AccessibleContextBase \
|
|
|
|
editeng/source/accessibility/AccessibleEditableTextPara \
|
|
|
|
editeng/source/accessibility/AccessibleHyperlink \
|
|
|
|
editeng/source/accessibility/AccessibleImageBullet \
|
|
|
|
editeng/source/accessibility/AccessibleParaManager \
|
|
|
|
editeng/source/accessibility/AccessibleSelectionBase \
|
|
|
|
editeng/source/accessibility/AccessibleStaticTextBase \
|
|
|
|
editeng/source/accessibility/AccessibleStringWrap \
|
|
|
|
editeng/source/editeng/editattr \
|
|
|
|
editeng/source/editeng/editdbg \
|
|
|
|
editeng/source/editeng/editdoc \
|
|
|
|
editeng/source/editeng/editdoc2 \
|
|
|
|
editeng/source/editeng/editeng \
|
|
|
|
editeng/source/editeng/editobj \
|
|
|
|
editeng/source/editeng/editsel \
|
|
|
|
editeng/source/editeng/editundo \
|
|
|
|
editeng/source/editeng/editview \
|
|
|
|
editeng/source/editeng/edtspell \
|
|
|
|
editeng/source/editeng/eehtml \
|
|
|
|
editeng/source/editeng/eeng_pch \
|
|
|
|
editeng/source/editeng/eeobj \
|
|
|
|
editeng/source/editeng/eerdll \
|
|
|
|
editeng/source/editeng/eertfpar \
|
|
|
|
editeng/source/editeng/impedit \
|
|
|
|
editeng/source/editeng/impedit2 \
|
|
|
|
editeng/source/editeng/impedit3 \
|
|
|
|
editeng/source/editeng/impedit4 \
|
|
|
|
editeng/source/editeng/impedit5 \
|
|
|
|
editeng/source/editeng/textconv \
|
|
|
|
editeng/source/items/bulitem \
|
|
|
|
editeng/source/items/charhiddenitem \
|
|
|
|
editeng/source/items/flditem \
|
|
|
|
editeng/source/items/frmitems \
|
|
|
|
editeng/source/items/itemtype \
|
2011-03-12 19:21:03 -06:00
|
|
|
editeng/source/items/justifyitem \
|
2011-01-25 01:56:46 -06:00
|
|
|
editeng/source/items/numitem \
|
|
|
|
editeng/source/items/optitems \
|
|
|
|
editeng/source/items/paperinf \
|
|
|
|
editeng/source/items/paraitem \
|
|
|
|
editeng/source/items/svdfield \
|
|
|
|
editeng/source/items/svxfont \
|
|
|
|
editeng/source/items/textitem \
|
|
|
|
editeng/source/items/writingmodeitem \
|
|
|
|
editeng/source/items/xmlcnitm \
|
|
|
|
editeng/source/misc/acorrcfg \
|
|
|
|
editeng/source/misc/edtdlg \
|
|
|
|
editeng/source/misc/forbiddencharacterstable \
|
|
|
|
editeng/source/misc/hangulhanja \
|
|
|
|
editeng/source/misc/splwrap \
|
|
|
|
editeng/source/misc/svxacorr \
|
|
|
|
editeng/source/misc/SvXMLAutoCorrectExport \
|
|
|
|
editeng/source/misc/SvXMLAutoCorrectImport \
|
|
|
|
editeng/source/misc/swafopt \
|
|
|
|
editeng/source/misc/txtrange \
|
|
|
|
editeng/source/misc/unolingu \
|
|
|
|
editeng/source/outliner/outleeng \
|
|
|
|
editeng/source/outliner/outlin2 \
|
|
|
|
editeng/source/outliner/outliner \
|
|
|
|
editeng/source/outliner/outlobj \
|
|
|
|
editeng/source/outliner/outlundo \
|
|
|
|
editeng/source/outliner/outlvw \
|
|
|
|
editeng/source/outliner/outl_pch \
|
|
|
|
editeng/source/outliner/paralist \
|
|
|
|
editeng/source/rtf/rtfgrf \
|
|
|
|
editeng/source/rtf/rtfitem \
|
|
|
|
editeng/source/rtf/svxrtf \
|
|
|
|
editeng/source/uno/unoedhlp \
|
|
|
|
editeng/source/uno/unoedprx \
|
|
|
|
editeng/source/uno/unoedsrc \
|
|
|
|
editeng/source/uno/unofdesc \
|
|
|
|
editeng/source/uno/unofield \
|
|
|
|
editeng/source/uno/UnoForbiddenCharsTable \
|
|
|
|
editeng/source/uno/unofored \
|
|
|
|
editeng/source/uno/unoforou \
|
|
|
|
editeng/source/uno/unoipset \
|
|
|
|
editeng/source/uno/unonrule \
|
|
|
|
editeng/source/uno/unopracc \
|
|
|
|
editeng/source/uno/unotext \
|
|
|
|
editeng/source/uno/unotext2 \
|
|
|
|
editeng/source/uno/unoviwed \
|
|
|
|
editeng/source/uno/unoviwou \
|
|
|
|
editeng/source/xml/xmltxtexp \
|
|
|
|
editeng/source/xml/xmltxtimp \
|
|
|
|
))
|
|
|
|
|
|
|
|
# add libraries to be linked to editeng; again these names need to be given as
|
|
|
|
# specified in Repository.mk
|
|
|
|
$(eval $(call gb_Library_add_linked_libs,editeng,\
|
|
|
|
xo \
|
|
|
|
basegfx \
|
|
|
|
lng \
|
|
|
|
svt \
|
|
|
|
tk \
|
|
|
|
vcl \
|
|
|
|
svl \
|
|
|
|
stl \
|
|
|
|
sot \
|
|
|
|
utl \
|
|
|
|
tl \
|
|
|
|
comphelper \
|
|
|
|
ucbhelper \
|
|
|
|
cppuhelper \
|
|
|
|
cppu \
|
|
|
|
sal \
|
2011-03-12 18:57:32 -06:00
|
|
|
salhelper \
|
2011-01-25 01:56:46 -06:00
|
|
|
icuuc \
|
|
|
|
i18nisolang1 \
|
|
|
|
i18npaper \
|
2011-02-02 10:05:04 -06:00
|
|
|
$(gb_STDLIBS) \
|
2011-01-25 01:56:46 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|
|
|
|
|