# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2012 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Executable_Executable,pdf2xml)) $(eval $(call gb_Executable_use_sdk_api,pdf2xml)) $(eval $(call gb_Executable_use_externals,pdf2xml,\ zlib \ )) $(eval $(call gb_Executable_set_include,pdf2xml,\ -I$(SRCDIR)/sdext/source/pdfimport/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,pdf2xml,\ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Executable_use_static_libraries,pdf2xml,\ pdfimport_s \ )) $(eval $(call gb_Executable_add_exception_objects,pdf2xml,\ sdext/source/pdfimport/test/pdf2xml \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2015-03-26add Makefile deps and cleanup for config_host_lang.mk*David Tardon
2015-03-08autogen.sh: better error message when src_path contains spacesMiklos Vajna
2015-02-23android: install gdb printersMiklos Vajna
2015-01-07Gallery missing from gbuild_TARGETSStephan Bergmann
2014-11-24Makefile: provide a hint when "make iwyudummy" failsMichael Stahl
2014-11-24improvements to iwyudummy targetNoel Grandin
2014-11-21Call all executables in solenv/bin/ with full pathStephan Bergmann
2014-11-20Call install-gdb-printers with full pathStephan Bergmann
2014-11-18Makefile: set CC as well for include-what-you-useMichael Stahl
2014-11-17add a script to generate a dummy library to "build" all headersMichael Stahl
2014-11-11add 'make etags' to generate etagsTakeshi Abe
2014-11-05Add build support for iwyuRiccardo Magliocchetti
2014-10-10android: Re-autogen when AndroidManifest.xml.in changes.Jan Holesovsky
2014-10-07Proper AC_CONFIG_FILE treatmentStephan Bergmann
2014-10-03gbuild-to-ide: Add support for vs2013David Ostrovsky
2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist
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