panthema / 2014 / vncrec-rgb / vncrec-rgb-0.4 / vncpasswd / Imakefile (Download File)

#ifdef SunArchitecture
EXTRA_DEFINES = -D__EXTENSIONS__
#endif

SRCS = vncpasswd.c
INCLUDES = -I../include
VNCAUTH_LIB = ../libvncauth/libvncauth.a

all:: vncpasswd

NormalProgramTarget(vncpasswd,vncpasswd.o,$(VNCAUTH_LIB),$(VNCAUTH_LIB),)
DependTarget()