# -*- 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,tdefilepicker)) $(eval $(call gb_Executable_add_defs,tdefilepicker,\ $(TDE_CFLAGS) \ -DENABLE_TDE \ )) $(eval $(call gb_Executable_set_include,tdefilepicker,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/vcl/inc/unx/kde \ )) $(eval $(call gb_Executable_use_libraries,tdefilepicker,\ sal \ )) $(eval $(call gb_Executable_add_libs,tdefilepicker,\ $(TDE_LIBS) \ -ltdeio -lX11 \ )) $(eval $(call gb_Executable_add_exception_objects,tdefilepicker,\ vcl/unx/kde/fpicker/kdecommandthread \ vcl/unx/kde/fpicker/kdefilepicker \ vcl/unx/kde/fpicker/kdefpmain \ vcl/unx/kde/fpicker/kdemodalityfilter \ )) $(eval $(call gb_Executable_add_generated_cxxobjects,tdefilepicker,\ CustomTarget/vcl/unx/kde/fpicker/kdefilepicker.moc \ )) $(eval $(call gb_Executable_set_warnings_not_errors,tdefilepicker)) # TDE/TQt consider -Wshadow more trouble than benefit $(eval $(call gb_Executable_add_cxxflags,kdefilepicker,\ -Wno-shadow \ )) # vim: set noet sw=4 ts=4: 0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_doxygen.mk
AgeCommit message (Expand)Author
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist
2013-09-11odk: move files out of the confusing "pack" directory to better homesMichael Stahl
2013-06-04odk: use SHORT_NAMES on WindowsMichael Stahl
2013-06-04odk: add DevGuide wiki links to doxygen documentationMichael Stahl
2013-06-04odk: remove output directory before invoking doxygenMichael Stahl
2013-06-04odk: generate IDL docs with doxygenMichael Stahl
2013-06-04odk: generalize CustomTarget_doxygen a bitMichael Stahl
2013-06-04odk: clean up CustomTarget_doxygen.mkMichael Stahl
2013-05-29Adapt Doxygen STRIP_FROM_PATH to moved headersStephan Bergmann
2013-05-04install cpp docs using filelistDavid Tardon
2013-04-24ritually kill odkcommon.zipDavid Tardon
2013-04-24clean up install. of C++ docsDavid Tardon
2013-04-24fix indentationDavid Tardon
2013-04-24move URE headers to include/David Tardon
2013-04-15adapt doxygen to INSTDIRPeter Foley
2013-04-10API CHANGE: odk: remove "store" and "reg" librariesMichael Stahl
2013-03-22fdo#61790 define PROJECT_NAME in Doxygen config fileAndras Timar
2013-03-18cleanup doxygen warningsPeter Foley
2013-03-15fix deps for odkcommon.zipDavid Tardon
2013-03-03doxygen fixesPeter Foley
2013-03-03silence doxygenDavid Tardon
2013-02-27Use PRODUCTVERSION instead of UDK_MAJOR/MINOR/MICRO in SDK HTML documentationStephan Bergmann
2013-02-27odk, scp2: remove the horribly broken "find" in CustomTarget_includeMichael Stahl
2013-02-27store: new ZipPackage_store_odk_headersMichael Stahl
2013-02-27registry: new ZipPackage_registry_odk_headersMichael Stahl
2013-02-27cppuhelper: new ZipPackage_cppuhelper_odk_headersMichael Stahl
2013-02-27cppu: new ZipPackage_cppu_odk_headersMichael Stahl
2013-02-27salhelper: new ZipPackage_salhelper_odk_headersMichael Stahl
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl
2013-02-23convert odk to gbuild and add to tail_buildPeter Foley