office-gobmx/svl/Library_svl.mk

169 lines
5 KiB
Makefile
Raw Normal View History

2010-04-17 05:41:17 -05: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.
2010-04-17 05:41:17 -05: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
2010-04-17 05:41:17 -05: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
2010-04-17 05:41:17 -05:00
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
$(eval $(call gb_Library_Library,svl))
$(eval $(call gb_Library_add_package_headers,svl,svl_inc))
$(eval $(call gb_Library_add_precompiled_header,svl,$(SRCDIR)/svl/inc/pch/precompiled_svl))
2010-04-17 05:41:17 -05:00
2010-11-06 09:58:44 -05:00
$(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
2010-04-17 05:41:17 -05:00
$(eval $(call gb_Library_set_include,svl,\
$$(SOLARINC) \
-I$(realpath $(SRCDIR)/svl/source/inc) \
-I$(realpath $(SRCDIR)/svl/inc/pch) \
2010-04-17 05:41:17 -05:00
-I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,svl,\
$$(DEFS) \
-DSVL_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_add_linked_libs,svl,\
basegfx \
2010-04-17 05:41:17 -05:00
comphelper \
cppu \
cppuhelper \
2010-04-17 05:41:17 -05:00
i18nisolang1 \
i18nutil \
jvmfwk \
2010-04-17 05:41:17 -05:00
sal \
sot \
tl \
ucbhelper \
utl \
$(gb_STDLIBS) \
2010-04-17 05:41:17 -05:00
))
$(eval $(call gb_Library_add_exception_objects,svl,\
svl/inc/pch/precompiled_svl \
svl/source/config/asiancfg \
2010-04-17 05:41:17 -05:00
svl/source/config/cjkoptions \
svl/source/config/ctloptions \
svl/source/config/itemholder2 \
svl/source/config/languageoptions \
svl/source/config/srchcfg \
2010-04-17 05:41:17 -05:00
svl/source/filepicker/pickerhistory \
svl/source/filerec/filerec \
svl/source/items/aeitem \
svl/source/items/cenumitm \
svl/source/items/cintitem \
svl/source/items/cntwall \
svl/source/items/ctypeitm \
svl/source/items/custritm \
svl/source/items/dateitem \
svl/source/items/eitem \
svl/source/items/flagitem \
svl/source/items/globalnameitem \
svl/source/items/ilstitem \
svl/source/items/imageitm \
svl/source/items/intitem \
svl/source/items/itemiter \
svl/source/items/itempool \
svl/source/items/itemprop \
svl/source/items/itemset \
svl/source/items/lckbitem \
svl/source/items/macitem \
svl/source/items/poolcach \
svl/source/items/poolio \
svl/source/items/poolitem \
svl/source/items/ptitem \
svl/source/items/rectitem \
svl/source/items/rngitem \
svl/source/items/sfontitm \
svl/source/items/sitem \
svl/source/items/slstitm \
svl/source/items/srchitem \
2010-04-17 05:41:17 -05:00
svl/source/items/stritem \
svl/source/items/style \
svl/source/items/stylepool \
svl/source/items/szitem \
svl/source/items/visitem \
svl/source/items/whiter \
svl/source/memtools/svarray \
svl/source/misc/PasswordHelper \
svl/source/misc/adrparse \
svl/source/misc/documentlockfile \
svl/source/misc/filenotation \
svl/source/misc/folderrestriction \
svl/source/misc/fstathelper \
svl/source/misc/inethist \
svl/source/misc/inettype \
svl/source/misc/lngmisc \
svl/source/misc/lockfilecommon \
svl/source/misc/ownlist \
svl/source/misc/restrictedpaths \
svl/source/misc/sharecontrolfile \
svl/source/misc/strmadpt \
svl/source/misc/svldata \
svl/source/misc/urihelper \
svl/source/notify/brdcst \
svl/source/notify/broadcast \
svl/source/notify/hint \
svl/source/notify/isethint \
svl/source/notify/listener \
svl/source/notify/listenerbase \
svl/source/notify/listeneriter \
svl/source/notify/lstner \
svl/source/notify/smplhint \
svl/source/numbers/numfmuno \
svl/source/numbers/numhead \
svl/source/numbers/numuno \
svl/source/numbers/supservs \
svl/source/numbers/zforfind \
svl/source/numbers/zforlist \
svl/source/numbers/zformat \
svl/source/numbers/zforscan \
svl/source/svsql/converter \
svl/source/undo/undo \
svl/source/uno/pathservice \
svl/source/uno/registerservices \
))
ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_exception_objects,svl,\
svl/source/svdde/ddecli \
svl/source/svdde/ddedata \
svl/source/svdde/ddeinf \
svl/source/svdde/ddestrg \
svl/source/svdde/ddesvr \
svl/source/svdde/ddewrap \
))
$(eval $(call gb_Library_add_linked_libs,svl,\
user32 \
))
2010-04-17 05:41:17 -05:00
else
$(eval $(call gb_Library_add_exception_objects,svl,\
svl/unx/source/svdde/ddedummy \
))
endif
# vim: set noet sw=4 ts=4: