# -*- 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_Executable_Executable,fftester)) $(eval $(call gb_Executable_use_api,fftester,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_external,fftester,boost_headers)) $(eval $(call gb_Executable_set_include,fftester,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,fftester,\ tl \ sal \ utl \ vcl \ cppu \ cppuhelper \ comphelper \ )) $(eval $(call gb_Executable_add_exception_objects,fftester,\ vcl/workben/fftester \ )) # vim: set noet sw=4 ts=4: '>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cairo
AgeCommit message (Expand)Author
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-28Resolves: fdo#61571 cairo not linking against internal libpngCaolán McNamara
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-02-18remove stray makefile.mk in cairoBjoern Michaelsen
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-18Replace GUIBASE checks with equivalent OS checksTor Lillqvist
2012-11-21deliver also .so.<version> librariesLuboš Luňák
2012-11-20cairo: to actually use the right cairo-version.h...Michael Stahl
2012-11-20cairo: convert to gbuildMatúš Kukan
2012-11-07add dependency on fontconfig to cairoMatúš Kukan
2012-11-07Revert "Depend on the internal freetype when needed (for Android)"Tor Lillqvist
2012-11-06Depend on the internal freetype when needed (for Android)Tor Lillqvist
2012-10-14Filter out fairly pointless ld warning from crt1.o (!) in the 10.4 SDKTor Lillqvist