mirror of
https://github.com/0intro/wmii
synced 2024-11-26 15:49:37 +03:00
31 lines
332 B
Makefile
31 lines
332 B
Makefile
|
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
|
||
|
|