CoreFW  Diff

Differences From Artifact [6f54b584d5]:

To Artifact [598251ea9c]:


1
2
3
4
5
6
7

8
9
10
11
12
13
14
15
16
17
18
19
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







>












1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX}
LIB_MAJOR = 0
LIB_MINOR = 0

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

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

include ../buildsys.mk