mkfile (361B)
1 LIB = libutf.a 2 LOBJ = \ 3 rune.o\ 4 runestrcat.o\ 5 runestrchr.o\ 6 runestrcmp.o\ 7 runestrcpy.o\ 8 runestrdup.o\ 9 runestrlen.o\ 10 runestrecpy.o\ 11 runestrncat.o\ 12 runestrncmp.o\ 13 runestrncpy.o\ 14 runestrrchr.o\ 15 runestrstr.o\ 16 runetype.o\ 17 utfecpy.o\ 18 utflen.o\ 19 utfnlen.o\ 20 utfrrune.o\ 21 utfrune.o\ 22 utfutf.o\ 23 24 LOCAL_CFLAGS = -I"$PREFIX"/include 25 26 <$mkbuild/mk.default 27