Artifact af64497e3daf6db661c99666deda47c16a3ad99b89837aac0552fda2bc8cb4a5:
- File src/Makefile — part of check-in [83b94fbdaf] at 2012-04-08 21:08:36 on branch trunk — Don't always build a static lib. (user: js, size: 225) [annotate] [blame] [check-ins using]
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ class.c \ object.c \ range.c \ string.c INCLUDES = ${SRCS:.c=.h} \ corefw.h include ../buildsys.mk