summaryrefslogtreecommitdiff
path: root/libutf/Makefile
blob: 0fdd571bae6cd52e1044fdc032e4b580eb6eacd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
ROOT= ..
include ${ROOT}/mk/hdr.mk

VERSION=2.0
TARG=libutf

OBJ=\
	rune\
	runestrcat\
	runestrchr\
	runestrcmp\
	runestrcpy\
	runestrdup\
	runestrlen\
	runestrecpy\
	runestrncat\
	runestrncmp\
	runestrncpy\
	runestrrchr\
	runestrstr\
	runetype\
	utfecpy\
	utflen\
	utfnlen\
	utfrrune\
	utfrune\
	utfutf

include ${ROOT}/mk/lib.mk