# -*- 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_Executable_Executable,gengal)) $(eval $(call gb_Executable_set_include,gengal,\ $$(INCLUDE) \ -I$(SRCDIR)/svx/inc/ \ -I$(SRCDIR)/svx/inc/pch \ )) $(eval $(call gb_Executable_use_external,gengal,boost_headers)) $(eval $(call gb_Executable_use_sdk_api,gengal)) $(eval $(call gb_Executable_use_libraries,gengal,\ basegfx \ sal \ tl \ sfx \ svl \ svt \ comphelper \ cppu \ cppuhelper \ utl \ vcl \ svxcore \ )) $(eval $(call gb_Executable_add_exception_objects,gengal,\ svx/source/gengal/gengal \ )) $(eval $(call gb_Executable_use_static_libraries,gengal,\ vclmain \ )) ifeq ($(OS),WNT) $(eval $(call gb_Executable_use_system_win32_libs,gengal,\ kernel32 \ msvcrt \ oldnames \ user32 \ )) endif ifeq ($(ENABLE_HEADLESS),TRUE) $(eval $(call gb_Executable_add_libs,gengal,\ $(DLOPEN_LIBS) \ -lpthread \ )) else ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) $(eval $(call gb_Executable_add_libs,gengal,\ $(DLOPEN_LIBS) \ -lpthread \ -lX11 \ )) ifeq ($(USING_X11),TRUE) $(eval $(call gb_Executable_use_static_libraries,gengal,\ glxtest \ )) endif endif endif # vim: set noet sw=4 ts=4: o/collabora/cd-5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bean/Library_officebean.mk
AgeCommit message (Expand)Author
2015-01-02Remove unnecessary bean/inc/comp_LocalOfficeWindow.hStephan Bergmann
2014-12-02Deprecated com.sun.star.beans is goneStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-26specify linking opts for jawt centrallyDavid Tardon
2014-02-14Merge AWTLIB and JAVALIB together as JAWTLIBStephan Bergmann
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
2013-04-24move URE headers to include/David Tardon
2013-03-28add missing dep on jawtDavid Tardon
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl