1 # Build rules for the generic utility library
3 UTIL_SRC_DIR
= $(SRC
)/Util
4 INCLUDES
+= -I
$(UTIL_SRC_DIR
)
7 $(UTIL_SRC_DIR
)/tstring.
cpp \
8 $(UTIL_SRC_DIR
)/UTF8.
cpp \
9 $(UTIL_SRC_DIR
)/EscapeBackslash.
cpp \
10 $(UTIL_SRC_DIR
)/StringUtil.
cpp
12 $(eval
$(call link-library
,util
,UTIL
))