# -*- 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,hwpfilter_test_hwpfilter)) $(eval $(call gb_CppunitTest_use_external,hwpfilter_test_hwpfilter,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,hwpfilter_test_hwpfilter, \ hwpfilter/qa/cppunit/test_hwpfilter \ )) $(eval $(call gb_CppunitTest_use_libraries,hwpfilter_test_hwpfilter, \ ucbhelper \ comphelper \ cppu \ cppuhelper \ sal \ test \ unotest \ )) $(eval $(call gb_CppunitTest_use_sdk_api,hwpfilter_test_hwpfilter)) $(eval $(call gb_CppunitTest_use_ure,hwpfilter_test_hwpfilter)) $(eval $(call gb_CppunitTest_use_vcl,hwpfilter_test_hwpfilter)) $(eval $(call gb_CppunitTest_use_components,hwpfilter_test_hwpfilter,\ configmgr/source/configmgr \ framework/util/fwk \ hwpfilter/source/hwp \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_use_configuration,hwpfilter_test_hwpfilter)) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/Module_framework.mk
AgeCommit message (Expand)Author
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-11-14remove ancient lo-menubar implementation now that we have the shiny new oneBjoern Michaelsen
2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-04-01removing useless executable flag from makefilesBjoern Michaelsen
2011-03-31add lomenubar to the build (disabled)Bjoern Michaelsen
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-01-25CWS gnumake3: fix license headersMathias Bauer
2011-01-11gnumake3: more work on junit subsequenttest migrationBjoern Michaelsen
2010-06-26CWS gnumake2: module reorgBjoern Michaelsen