vcl: allow for overriding the default PDF rendering resolution
[LibreOffice.git] / package / Library_package2.mk
blobadca76fba2edda2f5d9fe74e86ed8433bcadee46
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,package/inc/pch/precompiled_package2))
27 $(eval $(call gb_Library_use_libraries,package2,\
28 comphelper \
29 cppu \
30 cppuhelper \
31 sal \
32 sax \
33 salhelper \
34 ucbhelper \
35 tl \
36 utl \
39 $(eval $(call gb_Library_use_externals,package2,\
40 boost_headers \
41 zlib \
44 $(eval $(call gb_Library_add_exception_objects,package2,\
45 package/source/manifest/ManifestExport \
46 package/source/manifest/ManifestImport \
47 package/source/manifest/ManifestReader \
48 package/source/manifest/ManifestWriter \
49 package/source/manifest/UnoRegister \
50 package/source/zipapi/blowfishcontext \
51 package/source/zipapi/ByteChucker \
52 package/source/zipapi/ByteGrabber \
53 package/source/zipapi/CRC32 \
54 package/source/zipapi/Deflater \
55 package/source/zipapi/Inflater \
56 package/source/zipapi/sha1context \
57 package/source/zipapi/ThreadedDeflater \
58 package/source/zipapi/XBufferedThreadedStream \
59 package/source/zipapi/XUnbufferedStream \
60 package/source/zipapi/ZipEnumeration \
61 package/source/zipapi/ZipFile \
62 package/source/zipapi/ZipOutputEntry \
63 package/source/zipapi/ZipOutputStream \
64 package/source/zippackage/wrapstreamforshare \
65 package/source/zippackage/zipfileaccess \
66 package/source/zippackage/ZipPackageBuffer \
67 package/source/zippackage/ZipPackage \
68 package/source/zippackage/ZipPackageEntry \
69 package/source/zippackage/ZipPackageFolder \
70 package/source/zippackage/ZipPackageFolderEnumeration \
71 package/source/zippackage/ZipPackageSink \
72 package/source/zippackage/ZipPackageStream \
75 ifneq ($(SYSTEM_ZLIB),)
76 $(eval $(call gb_Library_add_defs,package2,\
77 -DSYSTEM_ZLIB \
79 endif
81 # vim: set noet sw=4 ts=4: