.suffixes .uid .uil
.uil.uid
	UIL/MOTIF $(mms$source)

build : dwprofile.exe, dwprofile.uid, access.uid, privs.uid, idents.uid, dwprofile.hlb 
	!done

dwprofile.exe : dwprofile.obj
	$(link) $(linkflags) $(mms$source_list),motif/opt

dwprofile.obj : dwprofile.c, dwpdef.h

dwprofile.uid : dwprofile.uil, text.uil, flags.uil, quotas.uil, buttons.uil

deb : 
	cflags = "/noopt/debug/define=debug"
	linkflags = "/deb"
	if "''f$search("dwprofile.obj")'" .nes. "" then delete/nolog dwprofile.obj;*
	mms /override
