Differences From Artifact [833709b5a3]:
- File src/Makefile — part of check-in [526bfbdcdc] at 2012-04-08 19:02:11 on branch trunk — Install includes. (user: js, size: 227) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} STATIC_LIB = libcorefw.a LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = cfwarray.c \ cfwobject.c \ cfwstring.c | > | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 | 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} include ../buildsys.mk |