Add a buildsys.
This commit is contained in:
parent
a9e4c2a8d9
commit
40ec5f83b5
18 changed files with 4760 additions and 0 deletions
10
src/Makefile
Normal file
10
src/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
SHARED_LIB = ${LIB_PREFIX}corefw${LIB_SUFFIX}
|
||||
STATIC_LIB = libcorefw.a
|
||||
LIB_MAJOR = 0
|
||||
LIB_MINOR = 0
|
||||
|
||||
SRCS = cfwarray.c \
|
||||
cfwobject.c \
|
||||
cfwstring.c
|
||||
|
||||
include ../buildsys.mk
|
Loading…
Add table
Add a link
Reference in a new issue