Artifact dc2092e51f094af380bd092dc7ad56b1b4d318eb7945502baab0d82bd2d008c3:
- File src/Makefile — part of check-in [3bac4aa7d3] at 2016-05-07 11:58:33 on branch trunk — Add a proper build system (user: js, size: 275) [annotate] [blame] [check-ins using]
include ../extra.mk SHARED_LIB = ${OBJIRC_SHARED_LIB} STATIC_LIB = ${OBJIRC_STATIC_LIB} LIB_MAJOR = ${OBJIRC_LIB_MAJOR} LIB_MINOR = ${OBJIRC_LIB_MINOR} SRCS = IRCConnection.m \ IRCUser.m INCLUDES = ${SRCS:.m=.h} \ ObjIRC.h include ../buildsys.mk LD = ${OBJC}