Differences From Artifact [5cb56e5531]:
- File src/Makefile — part of check-in [8ec09e82ac] at 2012-04-22 13:09:52 on branch trunk — Add refpool. (user: js, size: 278) [annotate] [blame] [check-ins using]
To Artifact [1d8d518421]:
- File src/Makefile — part of check-in [8eceaeb4a4] at 2012-04-22 14:17:10 on branch trunk — Add int boxing. (user: js, size: 294) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + | SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX} LIB_MAJOR = 0 LIB_MINOR = 0 SRCS = array.c \ class.c \ int.c \ map.c \ object.c \ range.c \ refpool.c \ string.c INCLUDES = ${SRCS:.c=.h} \ |
︙ |