SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_decode_utf8.sh > man/grapheme_decode_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_encode_utf8.sh > man/grapheme_encode_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_is_character_break.sh > man/grapheme_is_character_break.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_is_uppercase.sh > man/grapheme_is_uppercase.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_is_uppercase_utf8.sh > man/grapheme_is_uppercase_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_is_lowercase.sh > man/grapheme_is_lowercase.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_is_lowercase_utf8.sh > man/grapheme_is_lowercase_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_is_titlecase.sh > man/grapheme_is_titlecase.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_is_titlecase_utf8.sh > man/grapheme_is_titlecase_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_character_break.sh > man/grapheme_next_character_break.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_line_break.sh > man/grapheme_next_line_break.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_sentence_break.sh > man/grapheme_next_sentence_break.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_word_break.sh > man/grapheme_next_word_break.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_character_break_utf8.sh > man/grapheme_next_character_break_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_line_break_utf8.sh > man/grapheme_next_line_break_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_sentence_break_utf8.sh > man/grapheme_next_sentence_break_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_next_word_break_utf8.sh > man/grapheme_next_word_break_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_to_uppercase.sh > man/grapheme_to_uppercase.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_to_uppercase_utf8.sh > man/grapheme_to_uppercase_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_to_lowercase.sh > man/grapheme_to_lowercase.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_to_lowercase_utf8.sh > man/grapheme_to_lowercase_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_to_titlecase.sh > man/grapheme_to_titlecase.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/grapheme_to_titlecase_utf8.sh > man/grapheme_to_titlecase_utf8.3 SH="sh" MAN_DATE="2022-10-06" UNICODE_VERSION="15.0.0" sh man/libgrapheme.sh > man/libgrapheme.7 cc -c -o gen/case.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic gen/case.c cc -c -o gen/util.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic gen/util.c cc -o gen/case -s gen/case.o gen/util.o ld: warning: option -s is obsolete and being ignored gen/case > gen/case.h gen/case: case-LUT compression-ratio: 97.82% gen/case: LUT compression-ratios: upper=99.36%, lower=99.45%, title=99.38% cc -c -o src/case.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic -fPIC -ffreestanding src/case.c cc -c -o gen/character.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic gen/character.c cc -o gen/character -s gen/character.o gen/util.o ld: warning: option -s is obsolete and being ignored gen/character > gen/character.h gen/character: char_break-LUT compression-ratio: 97.86% cc -c -o src/character.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic -fPIC -ffreestanding src/character.c cc -c -o gen/line.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic gen/line.c cc -o gen/line -s gen/line.o gen/util.o ld: warning: option -s is obsolete and being ignored gen/line > gen/line.h gen/line: line_break-LUT compression-ratio: 97.04% cc -c -o src/line.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic -fPIC -ffreestanding src/line.c cc -c -o gen/sentence.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic gen/sentence.c cc -o gen/sentence -s gen/sentence.o gen/util.o ld: warning: option -s is obsolete and being ignored gen/sentence > gen/sentence.h gen/sentence: sentence_break-LUT compression-ratio: 97.01% cc -c -o src/sentence.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic -fPIC -ffreestanding src/sentence.c cc -c -o src/utf8.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic -fPIC -ffreestanding src/utf8.c cc -c -o src/util.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic -fPIC -ffreestanding src/util.c cc -c -o gen/word.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic gen/word.c cc -o gen/word -s gen/word.o gen/util.o ld: warning: option -s is obsolete and being ignored gen/word > gen/word.h gen/word: word_break-LUT compression-ratio: 97.04% cc -c -o src/word.o -D_DEFAULT_SOURCE -std=c99 -Os -Wall -Wextra -Wpedantic -fPIC -ffreestanding src/word.c ar -rc libgrapheme.a src/case.o src/character.o src/line.o src/sentence.o src/utf8.o src/util.o src/word.o ranlib libgrapheme.a cc -o libgrapheme.2.dylib -dynamiclib -install_name "libgrapheme.2.dylib" -current_version "2.0.1" -compatibility_version "2.0.0" -s src/case.o src/character.o src/line.o src/sentence.o src/utf8.o src/util.o src/word.o ld: warning: option -s is obsolete and being ignored mkdir -p "/usr/local/lib" mkdir -p "/usr/local/include" mkdir -p "/usr/local/share/man/man3" mkdir -p "/usr/local/share/man/man7" cp -f man/grapheme_decode_utf8.3 man/grapheme_encode_utf8.3 man/grapheme_is_character_break.3 man/grapheme_is_uppercase.3 man/grapheme_is_uppercase_utf8.3 man/grapheme_is_lowercase.3 man/grapheme_is_lowercase_utf8.3 man/grapheme_is_titlecase.3 man/grapheme_is_titlecase_utf8.3 man/grapheme_next_character_break.3 man/grapheme_next_line_break.3 man/grapheme_next_sentence_break.3 man/grapheme_next_word_break.3 man/grapheme_next_character_break_utf8.3 man/grapheme_next_line_break_utf8.3 man/grapheme_next_sentence_break_utf8.3 man/grapheme_next_word_break_utf8.3 man/grapheme_to_uppercase.3 man/grapheme_to_uppercase_utf8.3 man/grapheme_to_lowercase.3 man/grapheme_to_lowercase_utf8.3 man/grapheme_to_titlecase.3 man/grapheme_to_titlecase_utf8.3 "/usr/local/share/man/man3" cp -f man/libgrapheme.7 "/usr/local/share/man/man7" cp -f libgrapheme.a "/usr/local/lib" cp -f libgrapheme.2.dylib "/usr/local/lib/libgrapheme.2.dylib" if [ "false" = "true" ]; then i=0; while [ "$i" -le 0 ]; do ln -sf "libgrapheme.2.dylib" "/usr/local/lib/libgrapheme.so.2.$i"; i=$((i+1)); done; fi if [ "false" = "true" ]; then ln -sf "libgrapheme.2.dylib" "/usr/local/lib/libgrapheme.so.2"; fi if [ "false" = "true" ]; then ln -sf "libgrapheme.2.dylib" "/usr/local/lib/libgrapheme.so"; fi cp -f grapheme.h "/usr/local/include" if ! [ -z "" ]; then /bin/sh -c ""; fi