Artifact 2ec17b93d3006df7ce28752fd9c93997934cc719480a8a7d67972eee5e6ebeec:
- File src/exceptions/Makefile — part of check-in [cc03d24ff3] at 2020-09-01 01:43:07 on branch trunk — Add SL3Statement (user: js, size: 481) [annotate] [blame] [check-ins using]
include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} SRCS = SL3BindObjectFailedException.m \ SL3ClearBindingsFailedException.m \ SL3Exception.m \ SL3ExecuteStatementFailedException.m \ SL3OpenFailedException.m \ SL3PrepareStatementFailedException.m \ SL3ResetStatementFailedException.m INCLUDES = ${SRCS:.m=.h} include ../../buildsys.mk CPPFLAGS += -I. -I.. -DSL3_PUBLIC_IVARS