From 91c13e54b5d631b65e2f8344d5e0abd058f78ba1 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 29 Feb 2004 22:11:15 +0000 Subject: Move utf, fmt. Small header file changes. --- src/lib9/utf/mkfile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/lib9/utf/mkfile (limited to 'src/lib9/utf/mkfile') diff --git a/src/lib9/utf/mkfile b/src/lib9/utf/mkfile new file mode 100644 index 00000000..46c92fef --- /dev/null +++ b/src/lib9/utf/mkfile @@ -0,0 +1,31 @@ +PLAN9=../.. +<$PLAN9/src/mkhdr + +LIB=libutf.a + +OFILES=\ + rune.$O\ + runestrcat.$O\ + runestrchr.$O\ + runestrcmp.$O\ + runestrcpy.$O\ + runestrdup.$O\ + runestrlen.$O\ + runestrecpy.$O\ + runestrncat.$O\ + runestrncmp.$O\ + runestrncpy.$O\ + runestrrchr.$O\ + runestrstr.$O\ + runetype.$O\ + utfecpy.$O\ + utflen.$O\ + utfnlen.$O\ + utfrrune.$O\ + utfrune.$O\ + utfutf.$O\ + +HFILES=\ + $PLAN9/include/utf.h\ + +<$PLAN9/src/mksyslib -- cgit v1.2.3