tdf#147925 fix view scrolling back to comment
[LibreOffice.git] / external / serf / StaticLibrary_serf.mk
blobb6bef228a009a6f6f00aff362742a2891be0b557
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_StaticLibrary_StaticLibrary,serf))
12 $(eval $(call gb_StaticLibrary_set_warnings_disabled,serf))
14 $(eval $(call gb_StaticLibrary_use_unpacked,serf,serf))
16 $(eval $(call gb_StaticLibrary_use_externals,serf,\
17 apr \
18 openssl \
19 openssl_headers \
20 zlib \
23 $(eval $(call gb_StaticLibrary_set_include,serf,\
24 -I$(call gb_UnpackedTarball_get_dir,serf) \
25 $$(INCLUDE) \
28 $(eval $(call gb_StaticLibrary_add_generated_cobjects,serf,\
29 UnpackedTarball/serf/context \
30 UnpackedTarball/serf/incoming \
31 UnpackedTarball/serf/outgoing \
32 UnpackedTarball/serf/ssltunnel \
33 UnpackedTarball/serf/auth/auth_basic \
34 UnpackedTarball/serf/auth/auth \
35 UnpackedTarball/serf/auth/auth_digest \
36 UnpackedTarball/serf/auth/auth_spnego \
37 UnpackedTarball/serf/auth/auth_spnego_gss \
38 UnpackedTarball/serf/auth/auth_spnego_sspi \
39 UnpackedTarball/serf/buckets/aggregate_buckets \
40 UnpackedTarball/serf/buckets/allocator \
41 UnpackedTarball/serf/buckets/barrier_buckets \
42 UnpackedTarball/serf/buckets/buckets \
43 UnpackedTarball/serf/buckets/bwtp_buckets \
44 UnpackedTarball/serf/buckets/deflate_buckets \
45 UnpackedTarball/serf/buckets/dechunk_buckets \
46 UnpackedTarball/serf/buckets/file_buckets \
47 UnpackedTarball/serf/buckets/headers_buckets \
48 UnpackedTarball/serf/buckets/chunk_buckets \
49 UnpackedTarball/serf/buckets/iovec_buckets \
50 UnpackedTarball/serf/buckets/limit_buckets \
51 UnpackedTarball/serf/buckets/mmap_buckets \
52 UnpackedTarball/serf/buckets/request_buckets \
53 UnpackedTarball/serf/buckets/response_body_buckets \
54 UnpackedTarball/serf/buckets/response_buckets \
55 UnpackedTarball/serf/buckets/simple_buckets \
56 UnpackedTarball/serf/buckets/socket_buckets \
57 UnpackedTarball/serf/buckets/ssl_buckets \
60 # vim: set noet sw=4 ts=4: