icu-uc.pc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
  2. # CFLAGS contains only anything end users should set
  3. CFLAGS =
  4. # CXXFLAGS contains only anything end users should set
  5. CXXFLAGS = --std=c++0x
  6. # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
  7. DEFS =
  8. prefix = /usr
  9. exec_prefix = /usr
  10. #bindir = /usr/bin
  11. libdir = /usr/lib
  12. includedir = /usr/include
  13. baselibs = -lpthread -ldl -lm
  14. #datarootdir = ${prefix}/share
  15. #datadir = /usr/share
  16. #sbindir = /usr/sbin
  17. #mandir = /usr/share/man
  18. #sysconfdir = /etc
  19. UNICODE_VERSION=8.0
  20. ICUPREFIX=icu
  21. ICULIBSUFFIX=
  22. LIBICU=lib${ICUPREFIX}
  23. #SHAREDLIBCFLAGS=-fPIC
  24. pkglibdir=${libdir}/icu${ICULIBSUFFIX}/57.1
  25. #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/57.1
  26. ICUDATA_NAME = icudt57l
  27. #ICUPKGDATA_DIR=/usr/lib
  28. #ICUDATA_DIR=${pkgdatadir}
  29. ICUDESC=International Components for Unicode
  30. Version: 57.1
  31. Cflags: -I${includedir}
  32. # end of icu.pc.in
  33. Description: International Components for Unicode: Common and Data libraries
  34. Name: icu-uc
  35. Libs: -L${libdir} -licuuc -licudata
  36. Libs.private: ${baselibs}