Artifact 93ec1092c3a674a70b5fc21fb248e320eff729b7b1c46cb1ff19fb0684dd7a69:
- File src/Makefile — part of check-in [1965a6ab9e] at 2012-04-22 02:34:54 on branch trunk — Add map. (user: js, size: 254) [annotate] [blame] [check-ins using]
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ class.c \ map.c \ object.c \ range.c \ string.c INCLUDES = ${SRCS:.c=.h} \ corefw.h \ hash.h include ../buildsys.mk