Artifact 7281a8448b837c43edd9c319d5fd365df912906e2b66ed4d0743769d631df544:
- File src/Makefile — part of check-in [e6664d7c7a] at 2012-04-08 20:53:03 on branch trunk — Remove cfw prefix from files. (user: js, size: 250) [annotate] [blame] [check-ins using]
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a 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