From 99947423b136903263513b9022aab6586c8c6cc5 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 18:22:36 +0000 Subject: make -> mk --- src/libutf/Makefile | 31 ------------------------------- src/libutf/mkfile | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 src/libutf/Makefile create mode 100644 src/libutf/mkfile (limited to 'src/libutf') diff --git a/src/libutf/Makefile b/src/libutf/Makefile deleted file mode 100644 index 283b73d3..00000000 --- a/src/libutf/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PLAN9=../.. -include $(PLAN9)/src/Makehdr - -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\ - -include $(PLAN9)/src/Makesyslib diff --git a/src/libutf/mkfile b/src/libutf/mkfile new file mode 100644 index 00000000..46c92fef --- /dev/null +++ b/src/libutf/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