Artifact 0b27dde2b3a96f8f0e0102efbbb242af21ca356dd100689dcabbdbf678be4914:
- File
src/Makefile
— part of check-in
[ce5d486e9a]
at
2016-05-06 18:04:28
on branch trunk
— Initial import.
Only templates for now. This is based on some code from 2013 and adds a
proper build system and tests. (user: js, size: 389) [annotate] [blame] [check-ins using]
include ../extra.mk SUBDIRS = exceptions SHARED_LIB = ${OBJWEB_SHARED_LIB} STATIC_LIB = ${OBJWEB_STATIC_LIB} LIB_MAJOR = ${OBJWEB_LIB_MAJOR} LIB_MINOR = ${OBJWEB_LIB_MINOR} SRCS = OWTemplate.m INCLUDES = ${SRCS:.m=.h} \ ObjWeb.h OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_A} LIB_OBJS_EXTRA = ${EXCEPTIONS_EXCEPTIONS_LIB_A} include ../buildsys.mk CPPFLAGS += -Iexceptions LD = ${OBJC}