summaryrefslogtreecommitdiff
path: root/vcl/Executable_fftester.mk
blob: 0eaa4e39c3c20b654914fc7d22cfe695d4993b0c (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
# -*- 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_Executable_Executable,fftester))

$(eval $(call gb_Executable_use_api,fftester,\
    offapi \
    udkapi \
))

$(eval $(call gb_Executable_use_external,fftester,boost_headers))

$(eval $(call gb_Executable_set_include,fftester,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_Executable_use_libraries,fftester,\
    tl \
    sal \
    utl \
    vcl \
    cppu \
    cppuhelper \
    comphelper \
))

$(eval $(call gb_Executable_add_exception_objects,fftester,\
    vcl/workben/fftester \
))

# vim: set noet sw=4 ts=4:
-05-19 20:04:22 +0200'>2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold 2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni 2014-04-24scaddins: sal_Bool->boolNoel Grandin 2014-04-22coverity#708114 Uninitialized scalar fieldCaolán McNamara 2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dupJulien Nabet 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold 2014-04-07coverity#708113 Uninitialized scalar fieldCaolán McNamara 2014-04-06whitespace cleanup in scaddinsMarkus Mohrhard 2014-03-27scaddins: workaround spurious MSVC warning C4701Michael Stahl 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-25coverity#1019315 Dead default in switchCaolán McNamara 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from scaddinsAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-04fdo#54938 Convert oox and scaddins to cppu::supportsServiceAlexandre Vicenzi 2014-01-20remove now dead MyList classNoel Grandin 2014-01-20convert custom list implementation ScaDoubleList to std::vectorNoel Grandin 2014-01-20convert custom list implementation SortedIndividualInt32ListNoel Grandin 2014-01-20convert custom list implementation FuncDataList to use std::vectorNoel Grandin 2014-01-20convert custom list implement ConvertDataList to std::vectorNoel Grandin 2014-01-20Convert custom list implementation ComplexList to use std::vectorNoel Grandin 2014-01-20remove unused CStrList classNoel Grandin 2014-01-17convert custom list implementation to regular std::vector<OUString>Noel Grandin 2014-01-10Be explicit when using bool as integral valueStephan Bergmann 2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás