1 # Build rules for the generic utility library
3 UTIL_SRC_DIR
= $(SRC
)/Util
6 $(UTIL_SRC_DIR
)/CRC.
cpp \
7 $(UTIL_SRC_DIR
)/tstring.
cpp \
8 $(UTIL_SRC_DIR
)/UTF8.
cpp \
9 $(UTIL_SRC_DIR
)/EscapeBackslash.
cpp \
10 $(UTIL_SRC_DIR
)/ConvertString.
cpp \
11 $(UTIL_SRC_DIR
)/StaticString.
cpp \
12 $(UTIL_SRC_DIR
)/StringUtil.
cpp
14 $(eval
$(call link-library
,util
,UTIL
))