32 lines
431 B
Makefile
32 lines
431 B
Makefile
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
|