/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

  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: