summaryrefslogtreecommitdiff
path: root/scaddins/Library_date.mk
blob: 96b1e58430d50f84ac511f7cd29ff4df7ed34884 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Library_Library,date))

$(eval $(call gb_Library_set_componentfile,date,scaddins/source/datefunc/date))

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

$(eval $(call gb_Library_use_external,date,boost_headers))

$(eval $(call gb_Library_use_internal_comprehensive_api,date,\
	offapi \
	scaddins \
	udkapi \
))

$(eval $(call gb_Library_use_libraries,date,\
	cppu \
	cppuhelper \
	sal \
	utl \
	i18nlangtag \
))

$(eval $(call gb_Library_add_exception_objects,date,\
	scaddins/source/datefunc/datefunc \
))

# vim: set noet sw=4 ts=4:
10-08 20:30:03 +0000'>2014-10-08complex: Use 'import com.sun.star.beans.UnknownPropertyException;'Robert Antoni Buj i Gelonch 2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin 2014-09-09toolkit: use String.length()==0 instead of String.equals(empty string)rbuj 2014-09-02toolkit: fix javadoc errorsrbuj 2014-08-20java: remove unnecessary constructor declarationsNoel Grandin 2014-08-20use correct loop index variableNoel Grandin 2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin 2014-08-19java: remove unused methodsNoel Grandin 2014-08-17catch UnknownPropertyExceptionCaolán McNamara 2014-08-14java: remove unused importsNoel Grandin 2014-08-13java: remove dead methodsNoel Grandin 2014-08-13java: reduce scope, make some methods privateNoel Grandin 2014-08-13java: reduce scope, make member classes privateNoel Grandin 2014-08-13java: reduce scope, make fields privateNoel Grandin 2014-08-13java: reduce scope, make constructors privateNoel Grandin 2014-08-12java: remove useless javadoc tagsNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-08-05java: remove various unused variablesNoel Grandin 2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin 2014-02-26Remove visual noise from toolkitAlexander Wilms