Differences From Artifact [d4c5d7911a]:
- File src/Makefile — part of check-in [839e11b5aa] at 2012-04-08 17:50:33 on branch trunk — Add a buildsys. (user: js, size: 184) [annotate] [blame] [check-ins using]
To 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]
1 2 3 4 5 6 7 8 9 10 | 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 \ cfwobject.c \ cfwstring.c INCLUDES = ${SRCS:.c=.h} \ cfwclass.h include ../buildsys.mk |