Bump for 4.0-15
[LibreOffice.git] / xmlscript / Library_xmlscript.mk
blobc7c77557f630c6b87e83e8c6f179cf76ad6d8752
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,xmlscript))
12 $(eval $(call gb_Library_use_packages,xmlscript,\
13 tools_inc \
14 xmlscript_inc \
17 $(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript))
19 $(eval $(call gb_Library_use_sdk_api,xmlscript))
21 $(eval $(call gb_Library_use_libraries,xmlscript,\
22 comphelper \
23 cppu \
24 cppuhelper \
25 sal \
26 $(gb_UWINAPI) \
29 $(eval $(call gb_Library_set_include,xmlscript,\
30 -I$(SRCDIR)/xmlscript/source/inc \
31 $$(INCLUDE) \
35 $(eval $(call gb_Library_add_defs,xmlscript,\
36 -DXMLSCRIPT_DLLIMPLEMENTATION \
40 $(eval $(call gb_Library_add_exception_objects,xmlscript,\
41 xmlscript/source/misc/unoservices \
42 xmlscript/source/xml_helper/xml_byteseq \
43 xmlscript/source/xml_helper/xml_element \
44 xmlscript/source/xml_helper/xml_impctx \
45 xmlscript/source/xmldlg_imexp/xmldlg_addfunc \
46 xmlscript/source/xmldlg_imexp/xmldlg_expmodels \
47 xmlscript/source/xmldlg_imexp/xmldlg_export \
48 xmlscript/source/xmldlg_imexp/xmldlg_impmodels \
49 xmlscript/source/xmldlg_imexp/xmldlg_import \
50 xmlscript/source/xmlflat_imexp/xmlbas_export \
51 xmlscript/source/xmlflat_imexp/xmlbas_import \
52 xmlscript/source/xmllib_imexp/xmllib_export \
53 xmlscript/source/xmllib_imexp/xmllib_import \
54 xmlscript/source/xmlmod_imexp/xmlmod_export \
55 xmlscript/source/xmlmod_imexp/xmlmod_import \
58 # vim: set noet sw=4 ts=4: