CoreFW  Artifact [6f54b584d5]

Artifact 6f54b584d5cabbc2c13ff4618fe91b186842470a9d3b513c40f7f3a3c9024d83:

  • File src/Makefile — part of check-in [0c81d32c3e] at 2012-05-03 18:43:05 on branch trunk — Add box. (user: js size: 310)

SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX}
LIB_MAJOR = 0
LIB_MINOR = 0

SRCS = array.c		\
       box.c		\
       class.c		\
       int.c		\
       map.c		\
       object.c		\
       range.c		\
       refpool.c	\
       string.c

INCLUDES = ${SRCS:.c=.h}	\
	   corefw.h		\
	   hash.h

include ../buildsys.mk