CoreFW  Artifact [48b5473164]

Artifact 48b5473164dcfe85e66154024a2e1d0af1c76e0b999fd20b345e52669011bad7:

  • File src/Makefile — part of check-in [e21a39f7dc] at 2012-09-29 22:10:17 on branch trunk — Add stream. (user: js size: 365)

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	\
       stream.c		\
       string.c

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

include ../buildsys.mk