From 46b7f9215291a98ae11a370b19fd8b45959593f4 Mon Sep 17 00:00:00 2001 From: Ralf Kirchner Date: Tue, 26 Feb 2013 12:00:34 +0100 Subject: libmisc: Add utf8proc-v1.1.5 utf8proc is a small library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. For the time beeing utf8proc is intended to be used for normalizing and folding UTF-8 strings for comparison purposes when adding UTF-8 support to the FAT file system. --- cpukit/preinstall.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/preinstall.am') diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am index d1e1f87804..d22d3a1cd1 100644 --- a/cpukit/preinstall.am +++ b/cpukit/preinstall.am @@ -37,6 +37,15 @@ $(PROJECT_INCLUDE)/uuid/uuid.h: libmisc/uuid/uuid.h $(PROJECT_INCLUDE)/uuid/$(di $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/uuid/uuid.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/uuid/uuid.h +$(PROJECT_INCLUDE)/utf8proc/$(dirstamp): + @$(MKDIR_P) $(PROJECT_INCLUDE)/utf8proc + @: > $(PROJECT_INCLUDE)/utf8proc/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/utf8proc/$(dirstamp) + +$(PROJECT_INCLUDE)/utf8proc/utf8proc.h: libmisc/utf8proc/utf8proc.h $(PROJECT_INCLUDE)/utf8proc/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/utf8proc/utf8proc.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/utf8proc/utf8proc.h + if NEWLIB $(PROJECT_INCLUDE)/sys/$(dirstamp): @$(MKDIR_P) $(PROJECT_INCLUDE)/sys -- cgit v1.2.3