Files
loongoffice/xmlscript/Library_xcr.mk
Norbert Thiebaud 0db1b46a45 gbuildify xmlscript
Change-Id: Ia3704b4a7813d45c87e9f7107945fedd73622339
2012-06-16 21:00:11 -05:00

59 lines
1.6 KiB
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Library_Library,xcr))
$(eval $(call gb_Library_use_package,xcr,xmlscript_inc))
$(eval $(call gb_Library_set_componentfile,xcr,xmlscript/util/xcr))
$(eval $(call gb_Library_use_api,xcr,\
offapi \
udkapi \
))
$(eval $(call gb_Library_use_libraries,xcr,\
comphelper \
cppu \
cppuhelper \
sal \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_include,xcr,\
-I$(SRCDIR)/xmlscript/source/inc \
$$(INCLUDE) \
))
$(eval $(call gb_Library_add_defs,xcr,\
-DXCR_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_add_exception_objects,xcr,\
xmlscript/source/misc/unoservices \
xmlscript/source/xml_helper/xml_byteseq \
xmlscript/source/xml_helper/xml_element \
xmlscript/source/xml_helper/xml_impctx \
xmlscript/source/xmldlg_imexp/xmldlg_addfunc \
xmlscript/source/xmldlg_imexp/xmldlg_expmodels \
xmlscript/source/xmldlg_imexp/xmldlg_export \
xmlscript/source/xmldlg_imexp/xmldlg_impmodels \
xmlscript/source/xmldlg_imexp/xmldlg_import \
xmlscript/source/xmlflat_imexp/xmlbas_export \
xmlscript/source/xmlflat_imexp/xmlbas_import \
xmlscript/source/xmllib_imexp/xmllib_export \
xmlscript/source/xmllib_imexp/xmllib_import \
xmlscript/source/xmlmod_imexp/xmlmod_export \
xmlscript/source/xmlmod_imexp/xmlmod_import \
))
# vim: set noet sw=4 ts=4: