PageRenderTime 45ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/mythes/ExternalPackage_mythes.mk

https://bitbucket.org/markjenkins/libreoffice_ubuntu-debian-fixes
Makefile | 27 lines | 11 code | 7 blank | 9 comment | 0 complexity | e0d6efa4f68ea86e38a1257e2ca1c495 MD5 | raw file
Possible License(s): GPL-3.0, LGPL-3.0, MPL-2.0-no-copyleft-exception, LGPL-2.1, BSD-3-Clause-No-Nuclear-License-2014
  1. # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
  2. #
  3. # This file is part of the LibreOffice project.
  4. #
  5. # This Source Code Form is subject to the terms of the Mozilla Public
  6. # License, v. 2.0. If a copy of the MPL was not distributed with this
  7. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  8. #
  9. $(eval $(call gb_ExternalPackage_ExternalPackage,mythes,mythes))
  10. ifneq ($(COM),MSC)
  11. $(eval $(call gb_ExternalPackage_use_external_project,mythes,mythes))
  12. $(eval $(call gb_ExternalPackage_add_file,mythes,lib/libmythes.a,.libs/libmythes-1.2.a))
  13. endif
  14. $(eval $(call gb_ExternalPackage_add_files,mythes,bin,\
  15. th_gen_idx.pl \
  16. ))
  17. $(eval $(call gb_ExternalPackage_add_unpacked_files,mythes,inc,\
  18. mythes.hxx \
  19. ))
  20. # vim: set noet sw=4 ts=4: