Artifact 0731aa76a3f04b0fb6dc1be382aba82e032ec5e007b613cee7e8a3eab74442dc:
- File src/Makefile — part of check-in [5797d09b5d] at 2012-06-13 17:01:39 on branch trunk — Add bool boxing. (user: js, size: 346) [annotate] [blame] [check-ins using]
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ bool.c \ box.c \ class.c \ double.c \ int.c \ map.c \ object.c \ range.c \ refpool.c \ string.c INCLUDES = ${SRCS:.c=.h} \ corefw.h \ hash.h include ../buildsys.mk