PageRenderTime 25ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/libreoffice-3.6.0.2/lingucomponent/Library_lnth.mk

#
Makefile | 72 lines | 35 code | 10 blank | 27 comment | 0 complexity | 53ae94e136902e0fa9ba497757f014d3 MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, LGPL-2.1, AGPL-1.0, BSD-3-Clause-No-Nuclear-License-2014, GPL-3.0, LGPL-3.0
  1. # -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
  2. #
  3. # Version: MPL 1.1 / GPLv3+ / LGPLv3+
  4. #
  5. # The contents of this file are subject to the Mozilla Public License Version
  6. # 1.1 (the "License"); you may not use this file except in compliance with
  7. # the License or as specified alternatively below. You may obtain a copy of
  8. # the License at http://www.mozilla.org/MPL/
  9. #
  10. # Software distributed under the License is distributed on an "AS IS" basis,
  11. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12. # for the specific language governing rights and limitations under the
  13. # License.
  14. #
  15. # Major Contributor(s):
  16. # Copyright (C) 2011 Mat???? Kukan <matus.kukan@gmail.com> (initial developer)
  17. #
  18. # All Rights Reserved.
  19. #
  20. # For minor contributions see the git repository.
  21. #
  22. # Alternatively, the contents of this file may be used under the terms of
  23. # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
  24. # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
  25. # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
  26. # instead of those above.
  27. $(eval $(call gb_Library_Library,lnth))
  28. $(eval $(call gb_Library_set_componentfile,lnth,lingucomponent/source/thesaurus/libnth/lnth))
  29. $(eval $(call gb_Library_set_include,lnth,\
  30. $$(INCLUDE) \
  31. -I$(SRCDIR)/lingucomponent/source/lingutil \
  32. ))
  33. $(eval $(call gb_Library_use_api,lnth,\
  34. udkapi \
  35. offapi \
  36. ))
  37. $(eval $(call gb_Library_use_libraries,lnth,\
  38. $(gb_STDLIBS) \
  39. comphelper \
  40. cppu \
  41. cppuhelper \
  42. i18nisolang1 \
  43. lng \
  44. sal \
  45. tl \
  46. utl \
  47. ))
  48. $(eval $(call gb_Library_use_static_libraries,lnth,\
  49. ulingu \
  50. ))
  51. $(eval $(call gb_Library_use_externals,lnth,\
  52. hunspell \
  53. ))
  54. $(eval $(call gb_Library_add_libs,lnth,\
  55. $(if $(filter MSC,$(COM)),libmythes.lib,-lmythes-1.2) \
  56. ))
  57. $(eval $(call gb_Library_add_exception_objects,lnth,\
  58. lingucomponent/source/thesaurus/libnth/nthesdta \
  59. lingucomponent/source/thesaurus/libnth/nthesimp \
  60. lingucomponent/source/thesaurus/libnth/ntreg \
  61. ))
  62. # vim: set noet sw=4 ts=4: