Differences From Artifact [f5621bb8a9]:
- File src/Makefile — part of check-in [07a4b94e52] at 2012-04-08 19:05:46 on branch trunk — Add cfw_class_name(). (user: js, size: 230) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 10 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwclass.c \ cfwobject.c \ cfwstring.c | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwclass.c \ cfwobject.c \ cfwstring.c INCLUDES = ${SRCS:.c=.h} \ corefw.h include ../buildsys.mk |