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
,\
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
,\
39 $(eval
$(call gb_Library_use_externals
,package2
,\
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
/zipapi
/blowfishcontext \
50 package
/source
/zipapi
/ByteChucker \
51 package
/source
/zipapi
/ByteGrabber \
52 package
/source
/zipapi
/CRC32 \
53 package
/source
/zipapi
/Deflater \
54 package
/source
/zipapi
/Inflater \
55 package
/source
/zipapi
/sha1context \
56 package
/source
/zipapi
/ThreadedDeflater \
57 package
/source
/zipapi
/XBufferedThreadedStream \
58 package
/source
/zipapi
/XUnbufferedStream \
59 package
/source
/zipapi
/ZipEnumeration \
60 package
/source
/zipapi
/ZipFile \
61 package
/source
/zipapi
/ZipOutputEntry \
62 package
/source
/zipapi
/ZipOutputStream \
63 package
/source
/zippackage
/wrapstreamforshare \
64 package
/source
/zippackage
/zipfileaccess \
65 package
/source
/zippackage
/ZipPackageBuffer \
66 package
/source
/zippackage
/ZipPackage \
67 package
/source
/zippackage
/ZipPackageEntry \
68 package
/source
/zippackage
/ZipPackageFolder \
69 package
/source
/zippackage
/ZipPackageFolderEnumeration \
70 package
/source
/zippackage
/ZipPackageSink \
71 package
/source
/zippackage
/ZipPackageStream \
74 ifneq ($(SYSTEM_ZLIB
),)
75 $(eval
$(call gb_Library_add_defs
,package2
,\
80 # vim: set noet sw=4 ts=4: