summaryrefslogtreecommitdiff
path: root/touch/Library_libotouch.mk
blob: 7e26f3d4ff864f2509347fd6ac100cbf2a2beff8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Copyright 2012 LibreOffice contributors.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

$(eval $(call gb_Library_Library,libotouch))

$(eval $(call gb_Library_set_include,libotouch,\
    -I$(SRCDIR)/libotouch/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Library_use_sdk_api,libotouch))

$(eval $(call gb_Library_use_internal_comprehensive_api,libotouch,\
	touch \
))

$(eval $(call gb_Library_use_libraries,libotouch,\
))

$(eval $(call gb_Library_add_exception_objects,libotouch,\
	touch/source/uno/Document \
	touch/source/generic/libotouch \
))

ifeq ($(OS),ANDROID)

$(eval $(call gb_Library_use_libraries,libotouch,\
	lo-bootstrap \
))

$(eval $(call gb_Library_add_exception_objects,libotouch,\
	touch/source/android/android \
))

endif

ifeq ($(OS),IOS)

$(eval $(call gb_Library_add_objcxx_objects,libotouch,\
	touch/source/ios/ios \
))

endif

# vim: set noet sw=4 ts=4:
ration'>Noel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-07-23Fix typosAndrea Gelmini 2018-07-18Fix typosAndrea Gelmini 2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle 2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet 2018-01-24Fix typosAndrea Gelmini 2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann 2018-01-15remove local copies of std::min,std::maxNoel Grandin 2018-01-12More loplugin:cstylecast: ioStephan Bergmann 2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin 2017-12-19inline use-once typedefsNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin 2017-10-30loplugin:constmethod in vcl and stocNoel Grandin 2017-10-23loplugin:includeform: ioStephan Bergmann 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin 2017-09-22loplugin:flatten in framework..packageNoel Grandin 2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin 2017-07-31loplugin:oncevarNoel Grandin 2017-07-22loplugin:unusedfields in ioNoel Grandin 2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock 2017-07-13loplugin:oncevar: empty strings: ioStephan Bergmann 2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin 2017-07-05new loplugin unnecessaryparenNoel Grandin 2017-06-27loplugin:useuniqueptr in variousNoel Grandin 2017-06-25loplugin:oncevar in helpcompiler..jvmfwkNoel Grandin 2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke 2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin 2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-30remove type decorations on char literalsJochen Nitschke