summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_eps_test.mk
blob: 8adbf42b88fc3cd31b20477ff2067c2232deed03 (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
# -*- 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_CppunitTest_CppunitTest,filter_eps_test))

$(eval $(call gb_CppunitTest_use_external,filter_eps_test,boost_headers))

$(eval $(call gb_CppunitTest_add_exception_objects,filter_eps_test, \
    filter/qa/cppunit/filters-eps-test \
))

$(eval $(call gb_CppunitTest_use_libraries,filter_eps_test, \
	gie \
	sal \
	test \
	tl \
	unotest \
	vcl \
))

$(eval $(call gb_CppunitTest_use_sdk_api,filter_eps_test))

$(eval $(call gb_CppunitTest_use_ure,filter_eps_test))
$(eval $(call gb_CppunitTest_use_vcl,filter_eps_test))

$(eval $(call gb_CppunitTest_use_components,filter_eps_test,\
    configmgr/source/configmgr \
    emfio/emfio \
    i18npool/util/i18npool \
    ucb/source/core/ucb1 \
    ucb/source/ucp/file/ucpfile1 \
    uui/util/uui \
))

$(eval $(call gb_CppunitTest_use_configuration,filter_eps_test))

# vim: set noet sw=4 ts=4:
esktop/Executable_quickstart.mk?h=co-6.4-20&id=dc397aae70433c0086ef41f4dac5289fb07a9b19'>gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist 2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara 2011-11-27remove pch from the include listNorbert Thiebaud 2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud