# Makefile for Pinboard

COMPONENT = Pinboard

ROMCDEFINES  = -DROM_MODULE

CINCLUDES = -Itbox:,C:,RISCOSLib:
CMHGFILE = veneers
CMHGDEPENDS = module upcall

LIBS = ${TBOXLIBS} ${FLEXLIB} ${RLIB}

INSTRES_FILES = Res Sprites RMMsgs

ifneq ($(filter debug%,${MAKECMDGOALS}),)
CFLAGS   += -DDEBUGLIB
LIBS     +=  ${NET5LIBS}
endif

# The CMHG and resources object files are added automatically, so don't need to be listed
OBJS = base buffer buffermod confirm drag fileraction filermenu fs\
       iconize indirected localfiles module msgtrans mystring options\
       outline pin sticky tinydirs upcall font\
       imagebase pinfilter doublesize toggle watermark carousel

CDEFINES = -DBUILD="\"${BUILD}\""

include CModule

# Dynamic dependencies:
