Artifact b2212b67f6e094ec4148fbe8938d7874b8a06022db3af6a5c3d2c51a7c40f262:
- File src/Makefile — part of check-in [b82dc2eabe] at 2012-08-26 12:21:57 on branch trunk — Add a proper build system. (user: js, size: 256) [annotate] [blame] [check-ins using]
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}