# Update the newdisp library. # Author: B.Simon 26-SEP-90 $set XFLAGS = "-fgq $(XFLAGS)" $call default $exit debug: $set XFLAGS = "-fgq $(XFLAGS)" $call default ; strip: $delete newdisp.a $call default ; update: default: $checkout newdisp.a ../../ $update newdisp.a $checkin newdisp.a ../../ ; newdisp.a: fmbegin.x "forms.com" fmcheck.x fmend.x fmhelp.x "forms.com" fmgetform.x "formfn.h" fmmkform.x "formfn.h" fmprompt.x "promptfn.h" fmredraw.x "formfn.h" formfn.x "formfn.h" promptfn.x "formfn.h" ;