summaryrefslogtreecommitdiffstats
path: root/cpukit/preinstall.am
diff options
context:
space:
mode:
authorRalf Kirchner <ralf.kirchner@embedded-brains.de>2013-02-26 12:00:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-03 17:28:40 +0200
commit46b7f9215291a98ae11a370b19fd8b45959593f4 (patch)
tree8e06b14b6280b592341b2f2620e5003b4eebfccc /cpukit/preinstall.am
parentfsdosfsname01: New test (diff)
downloadrtems-46b7f9215291a98ae11a370b19fd8b45959593f4.tar.bz2
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.
Diffstat (limited to 'cpukit/preinstall.am')
-rw-r--r--cpukit/preinstall.am9
1 files changed, 9 insertions, 0 deletions
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