ObjGameKit  Makefile at [b82dc2eabe]

File src/Makefile artifact b2212b67f6 part of check-in b82dc2eabe


SHARED_LIB = ${LIB_PREFIX}objgamekit${LIB_SUFFIX}
LIB_MAJOR = 0
LIB_MINOR = 0

SRCS = OGKBitmap.m	\
       OGKDisplay.m	\
       OGKEvent.m	\
       OGKEventQueue.m

INCLUDES = ${SRCS:.m=.h}

include ../buildsys.mk

CPPFLAGS += -DOGK_INTERNAL
LD = ${OBJC}