Artifact 8e47e91e59c5a86350d9f49c35b60ce2284d6773d75bc1502dbbbee1c370da55:
- File src/Makefile — part of check-in [561f525c55] at 2020-10-02 23:48:23 on branch trunk — Add buildsys (user: js, size: 424) [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} 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}