Initial commit
FossilOrigin-Name: 5e202503fce1cf0fd217a18149bbb2d44d46adb0b997a91a633b1a4433f41a0b
This commit is contained in:
parent
02455b26d7
commit
ac03d41ce8
18 changed files with 5565 additions and 0 deletions
23
src/Makefile
Normal file
23
src/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
include ../extra.mk
|
||||
|
||||
SUBDIRS = exceptions
|
||||
|
||||
SHARED_LIB = ${OBJSQLITE_SHARED_LIB}
|
||||
STATIC_LIB = ${OBJSQLITE_STATIC_LIB}
|
||||
FRAMEWORK = ${OBJSQLITE_FRAMEWORK}
|
||||
LIB_MAJOR = 0
|
||||
LIB_MINOR = 0
|
||||
|
||||
SRCS = SLConnection.m
|
||||
INCLUDES := ${SRCS:.m=.h} \
|
||||
ObjSQLite.h
|
||||
|
||||
OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_A}
|
||||
LIB_OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_LIB_A}
|
||||
|
||||
include ../buildsys.mk
|
||||
|
||||
CPPFLAGS += -I. -Iexceptions
|
||||
LD = ${OBJC}
|
||||
FRAMEWORK_LIBS := ${OBJFW_FRAMEWORK_LIBS} ${LIBS}
|
||||
LIBS := ${OBJFW_LIBS} ${LIBS}
|
Loading…
Add table
Add a link
Reference in a new issue