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