related tdf#150197: sd should SetListFormat
[LibreOffice.git] / desktop / Library_crashreport.mk
blobba267e2129748f08a645bf2188d4c2ffa82c8d2b
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,crashreport))
12 $(eval $(call gb_Library_set_include,crashreport,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/desktop/inc \
17 $(eval $(call gb_Library_use_externals,crashreport,\
18 breakpad \
19 curl \
22 $(eval $(call gb_Library_add_defs,crashreport,\
23 -DCRASHREPORT_DLLIMPLEMENTATION \
26 $(eval $(call gb_Library_add_libs,crashreport,\
27 $(if $(filter LINUX %BSD SOLARIS, $(OS)), \
28 $(UNIX_DLAPI_LIBS) \
29 ) \
32 $(eval $(call gb_Library_use_sdk_api,crashreport))
34 $(eval $(call gb_Library_use_libraries,crashreport,\
35 comphelper \
36 cppu \
37 cppuhelper \
38 sal \
39 salhelper \
40 ucbhelper \
41 utl \
44 $(eval $(call gb_Library_add_exception_objects,crashreport,\
45 desktop/source/app/crashreport \
46 desktop/source/minidump/minidump \
50 # vim: set ts=4 sw=4 et: