Differences From Artifact [af64497e3d]:
- File src/Makefile — part of check-in [83b94fbdaf] at 2012-04-08 21:08:36 on branch trunk — Don't always build a static lib. (user: js, size: 225) [annotate] [blame] [check-ins using]
To Artifact [b46de62f05]:
- File src/Makefile — part of check-in [a2613e09be] at 2012-04-09 14:06:27 on branch trunk — Add hashing. (user: js, size: 239) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ class.c \ object.c \ range.c \ string.c | | | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ class.c \ object.c \ range.c \ string.c INCLUDES = ${SRCS:.c=.h} \ corefw.h \ hash.h include ../buildsys.mk |