Differences From Artifact [b3d23c0239]:
- File src/Makefile — part of check-in [23d36a4cfe] at 2012-04-08 19:12:05 on branch trunk — Add corefw.h. (user: js, size: 245) [annotate] [blame] [check-ins using]
To Artifact [e90a64082f]:
- File src/Makefile — part of check-in [1341ca826a] at 2012-04-08 20:50:33 on branch trunk — Add cfw_range_t. (user: js, size: 265) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwclass.c \ cfwobject.c \ cfwrange.c \ cfwstring.c INCLUDES = ${SRCS:.c=.h} \ corefw.h include ../buildsys.mk |