Version 6.1.4.1, tag libreoffice-6.1.4.1
[LibreOffice.git] / package / Library_package2.mk
blob0ff715e031c1c8b472d49fa496bbf5e4a67881fc
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,package2))
12 $(eval $(call gb_Library_set_componentfile,package2,package/util/package2))
14 $(eval $(call gb_Library_set_include,package2,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/package/inc \
19 $(eval $(call gb_Library_use_sdk_api,package2))
21 $(eval $(call gb_Library_add_defs,package2,\
22 -DDLLIMPLEMENTATION_PACKAGE \
25 $(eval $(call gb_Library_set_precompiled_header,package2,$(SRCDIR)/package/inc/pch/precompiled_package2))
27 $(eval $(call gb_Library_use_libraries,package2,\
28 comphelper \
29 cppu \
30 cppuhelper \
31 sal \
32 sax \
33 ucbhelper \
34 salhelper \
37 $(eval $(call gb_Library_use_externals,package2,\
38 boost_headers \
39 zlib \
42 $(eval $(call gb_Library_add_exception_objects,package2,\
43 package/source/manifest/ManifestExport \
44 package/source/manifest/ManifestImport \
45 package/source/manifest/ManifestReader \
46 package/source/manifest/ManifestWriter \
47 package/source/manifest/UnoRegister \
48 package/source/zipapi/blowfishcontext \
49 package/source/zipapi/ByteChucker \
50 package/source/zipapi/ByteGrabber \
51 package/source/zipapi/CRC32 \
52 package/source/zipapi/Deflater \
53 package/source/zipapi/Inflater \
54 package/source/zipapi/sha1context \
55 package/source/zipapi/XBufferedThreadedStream \
56 package/source/zipapi/XUnbufferedStream \
57 package/source/zipapi/ZipEnumeration \
58 package/source/zipapi/ZipFile \
59 package/source/zipapi/ZipOutputEntry \
60 package/source/zipapi/ZipOutputStream \
61 package/source/zippackage/wrapstreamforshare \
62 package/source/zippackage/zipfileaccess \
63 package/source/zippackage/ZipPackageBuffer \
64 package/source/zippackage/ZipPackage \
65 package/source/zippackage/ZipPackageEntry \
66 package/source/zippackage/ZipPackageFolder \
67 package/source/zippackage/ZipPackageFolderEnumeration \
68 package/source/zippackage/ZipPackageSink \
69 package/source/zippackage/ZipPackageStream \
72 ifneq ($(SYSTEM_ZLIB),)
73 $(eval $(call gb_Library_add_defs,package2,\
74 -DSYSTEM_ZLIB \
76 endif
78 # vim: set noet sw=4 ts=4: