This repository has been archived on 2025-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ObjGameKit.old/src/Makefile

15 lines
256 B
Makefile

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}