Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / hwpfilter / CppunitTest_hwpfilter_test_hwpfilter.mk
blobaa5903bd83172bdcc40d811489dc6666b58ff79b
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # The Initial Developer of the Original Code is
15 # Bjoern Michaelsen, Canonical Ltd. <bjoern.michaelsen@canonical.com>
16 # Portions created by the Initial Developer are Copyright (C) 2010 the
17 # Initial Developer. All Rights Reserved.
19 # Major Contributor(s):
20 # Caolán McNamara, Red Hat, Inc. <caolanm@redhat.com>
21 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
23 # For minor contributions see the git repository.
25 # Alternatively, the contents of this file may be used under the terms of
26 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
27 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
28 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
29 # instead of those above.
31 $(eval $(call gb_CppunitTest_CppunitTest,hwpfilter_test_hwpfilter))
33 $(eval $(call gb_CppunitTest_add_exception_objects,hwpfilter_test_hwpfilter, \
34 hwpfilter/qa/cppunit/test_hwpfilter \
37 $(eval $(call gb_CppunitTest_use_libraries,hwpfilter_test_hwpfilter, \
38 ucbhelper \
39 comphelper \
40 cppu \
41 cppuhelper \
42 sal \
43 test \
44 unotest \
45 $(gb_STDLIBS) \
48 $(eval $(call gb_CppunitTest_use_api,hwpfilter_test_hwpfilter,\
49 offapi \
50 udkapi \
53 $(eval $(call gb_CppunitTest_use_ure,hwpfilter_test_hwpfilter))
55 $(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\
56 configmgr/source/configmgr \
57 hwpfilter/source/hwp \
58 ucb/source/core/ucb1 \
59 ucb/source/ucp/file/ucpfile1 \
62 $(eval $(call gb_CppunitTest_use_configuration,hwpfilter_test_hwpfilter))
64 # vim: set noet sw=4 ts=4: