mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
31 lines
335 B
Makefile
31 lines
335 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
|
|
|