# -*- 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_Library_Library,clew)) $(eval $(call gb_Library_add_defs,clew,\ -DCLEW_BUILD \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Library_add_libs,clew,\ -ldl \ -lrt \ )) endif ifeq ($(OS),MACOSX) $(eval $(call gb_Library_add_libs,clew,\ -framework OpenCL \ )) endif $(eval $(call gb_Library_add_cobjects,clew,\ clew/source/clew \ )) # vim: set noet sw=4 ts=4: a87f3fde8316fe1e4c35d1dd5132dbd7d7d903'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/Library_canvasfactory.mk
AgeCommit message (Expand)Author
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl