# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Library_Library,canvasfactory)) $(eval $(call gb_Library_set_componentfile,canvasfactory,canvas/source/factory/canvasfactory)) $(eval $(call gb_Library_use_external,canvasfactory,boost_headers)) $(eval $(call gb_Library_use_sdk_api,canvasfactory)) $(eval $(call gb_Library_use_libraries,canvasfactory,\ cppu \ cppuhelper \ sal \ utl \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,canvasfactory,\ canvas/source/factory/cf_service \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2014-09-16Missing rm of generated file in distcleanStephan Bergmann
2014-09-12TypoTor Lillqvist
2014-09-09Surely by now nobody has a 'solver' folder or an 'install' symlink any moreTor Lillqvist
2014-09-09Fix help and showmodules build targetsPeter Foley
2014-09-05gbuild: Framework for performance unit tests using callgrindMatúš Kukan
2014-08-11add a IDE generator for clang json database formatMarkus Mohrhard
2014-08-07If dev-install is obsolete, why have it at all?Tor Lillqvist
2014-08-04fdo#82136 fix download of submodule tarballsDavid Tardon
2014-07-08configure, gbuild: remove Cygwin paths from make environmentMichael Stahl
2014-07-08create a new top-level makefile target "clean.internal"Noel Grandin
2014-06-18Make things like "make CppunitTest_FOO" depend on bootstrap and fetch, tooStephan Bergmann
2014-06-10Make test-install work also in the non-release-build caseTor Lillqvist
2014-06-10Add --enable-macosx-package-signingTor Lillqvist
2014-06-09Makefile: prevent Win32 make from doing CreateProcess(autogen.sh)Michael Stahl
2014-04-25support sc.slowcheckMarkus Mohrhard
2014-04-17Makefile: let "make foo.genpatch" work on top-levelMichael Stahl
2014-03-23fix $(MAKE) usage in a make defineLuboš Luňák
2014-03-23use $(MAKE) for recursive make invocationLuboš Luňák
2014-03-23make it possible to build without the obnoxious forced -j to makeLuboš Luňák
2014-03-11normalize values of DO_FETCH_TARBALLSMichael Stahl
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl