jpayne@68: # Copyright (C) 2016 and later: Unicode, Inc. and others. jpayne@68: # License & terms of use: http://www.unicode.org/copyright.html jpayne@68: # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. jpayne@68: jpayne@68: # CFLAGS contains only anything end users should set jpayne@68: CFLAGS = jpayne@68: # CXXFLAGS contains only anything end users should set jpayne@68: CXXFLAGS = jpayne@68: # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h jpayne@68: DEFS = jpayne@68: prefix = /mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce jpayne@68: exec_prefix = ${prefix} jpayne@68: #bindir = ${exec_prefix}/bin jpayne@68: libdir = ${exec_prefix}/lib jpayne@68: includedir = ${prefix}/include jpayne@68: baselibs = -lpthread -ldl -lm jpayne@68: #datarootdir = ${prefix}/share jpayne@68: #datadir = ${datarootdir} jpayne@68: #sbindir = ${exec_prefix}/sbin jpayne@68: #mandir = ${datarootdir}/man jpayne@68: #sysconfdir = ${prefix}/etc jpayne@68: UNICODE_VERSION=13.0 jpayne@68: ICUPREFIX=icu jpayne@68: ICULIBSUFFIX= jpayne@68: LIBICU=lib${ICUPREFIX} jpayne@68: #SHAREDLIBCFLAGS=-fPIC jpayne@68: pkglibdir=${libdir}/icu${ICULIBSUFFIX}/67.1 jpayne@68: #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/67.1 jpayne@68: ICUDATA_NAME = icudt67l jpayne@68: #ICUPKGDATA_DIR=${exec_prefix}/lib jpayne@68: #ICUDATA_DIR=${pkgdatadir} jpayne@68: ICUDESC=International Components for Unicode jpayne@68: jpayne@68: Version: 67.1 jpayne@68: Cflags: -I${includedir} jpayne@68: # end of icu.pc.in jpayne@68: Description: International Components for Unicode: Internationalization library jpayne@68: Name: icu-i18n jpayne@68: Requires: icu-uc jpayne@68: Libs: -licui18n