CoreFW  Artifact [51f63f1332]

Artifact 51f63f1332932c9ada10407885d5a6023367d8961e46025884c9322caa2c480f:

  • File src/Makefile — part of check-in [17c1d8f6b0] at 2012-09-29 22:34:49 on branch trunk — Add tcpsocket.

    TODO:
    * check for getaddrinfo() in configure
    * fallback if getaddrinfo() is unavailable (user: js size: 404)


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

SRCS = array.c		\
       bool.c		\
       box.c		\
       class.c		\
       double.c		\
       file.c		\
       int.c		\
       map.c		\
       object.c		\
       range.c		\
       refpool.c	\
       stream.c		\
       string.c		\
       tcpsocket.c

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

include ../buildsys.mk