CoreFW  Makefile at [83b94fbdaf]

File src/Makefile artifact af64497e3d part of check-in 83b94fbdaf


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