Artifact 7758cb7095313c36d582fb558621f5fd93a0ed1cffd970f88ebac77c597539b5:
- File src/Makefile — part of check-in [2c9f1864d5] at 2012-08-26 12:34:16 on branch trunk — Reexport allegro_main on OS X. (user: js, size: 326) [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} \ ObjGameKit.h include ../buildsys.mk include ../extra.mk CPPFLAGS += -DOGK_INTERNAL LD = ${OBJC} LDFLAGS += ${REEXPORT_ALLEGRO}