PROJNAME = iup LIBNAME = iupim OPT = YES USE_IM = Yes ifdef DBG DEFINES += IUP_ASSERT endif INCLUDES = ../include ../src LDIR = ../lib/$(TEC_UNAME) LIBS = iup SRC = iup_im.c ifneq ($(findstring MacOS, $(TEC_UNAME)), ) ifneq ($(TEC_SYSMINOR), 4) BUILD_DYLIB=Yes endif endif