Artifact 0adfd37e8140fc1365f97a879a4a57b302f5dd5831399485294e94dc127312fc:
- File src/Makefile — part of check-in [1e716c7f85] at 2020-10-03 14:23:04 on branch trunk — Add MTXRequest, MTXClient & support for logging in (user: js, size: 465) [annotate] [blame] [check-ins using]
include ../extra.mk SUBDIRS = exceptions SHARED_LIB = ${OBJMATRIX_SHARED_LIB} STATIC_LIB = ${OBJMATRIX_STATIC_LIB} FRAMEWORK = ${OBJMATRIX_FRAMEWORK} LIB_MAJOR = ${OBJMATRIX_LIB_MAJOR} LIB_MINOR = ${OBJMATRIX_LIB_MINOR} SRCS = MTXClient.m \ MTXRequest.m INCLUDES := ${SRCS:.m=.h} \ ObjMatrix.h OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_A} LIB_OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_LIB_A} include ../buildsys.mk CPPFLAGS += -I. -Iexceptions LD = ${OBJC}