summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpfile1.mk
blob: 4505708cbac8d7a0c5bff1da7cb6ce4f163397eb (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
# -*- 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/.
#

$(eval $(call gb_Library_Library,ucpfile1))

$(eval $(call gb_Library_set_componentfile,ucpfile1,ucb/source/ucp/file/ucpfile1))

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

$(eval $(call gb_Library_use_sdk_api,ucpfile1))

$(eval $(call gb_Library_use_libraries,ucpfile1,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	ucbhelper \
))

$(eval $(call gb_Library_add_exception_objects,ucpfile1,\
	ucb/source/ucp/file/bc \
	ucb/source/ucp/file/filcmd \
	ucb/source/ucp/file/filglob \
	ucb/source/ucp/file/filid \
	ucb/source/ucp/file/filinpstr \
	ucb/source/ucp/file/filinsreq \
	ucb/source/ucp/file/filnot \
	ucb/source/ucp/file/filprp \
	ucb/source/ucp/file/filrec \
	ucb/source/ucp/file/filrow \
	ucb/source/ucp/file/filrset \
	ucb/source/ucp/file/filstr \
	ucb/source/ucp/file/filtask \
	ucb/source/ucp/file/prov \
))

# vim: set noet sw=4 ts=4:
Noel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-12java: convert fields to local variables where possibleNoel Grandin 2014-10-17java: final fields that can be staticNoel Grandin 2014-08-20java: remove unnecessary constructor declarationsNoel Grandin 2014-08-19java: no need to instantiate String objects directlyNoel Grandin 2014-08-14java: remove unused importsNoel Grandin 2014-08-13java: remove dead methodsNoel Grandin 2014-08-12java: add @Override annotation to overriding methodsNoel Grandin 2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin 2014-08-08java: remove redundant null checksNoel Grandin 2014-08-08java: remove unnecessary semi-colonsNoel Grandin 2014-08-08java: remove redundant super-interfacesNoel Grandin 2014-08-05java: remove commented out codeNoel Grandin 2014-08-05java: remove unused fieldsNoel Grandin 2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin 2014-08-01typo: more then -> more thanTakeshi Abe 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2013-12-06typo: onle -> onlyAndras Timar 2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin 2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-24Java cleanup, use generic containers where possibleNoel Grandin 2013-04-19Java cleanup, remove unnecessary castsNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks 2012-09-26fdo#51304: Remove @author annotationJosé Guilherme Vanz 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-09-05extensions: convert unoapi test to gbuildMichael Stahl 2012-09-05remove some obsolete boilerplate Test.javaMichael Stahl