# This file was generated by `gxv' from `xverif.G'. # Actually it was "cons", renamed "xverif" by J. Stolfi # Last edited on 1999-06-06 06:30:29 by stolfi # Parameters. CGIDIR := /n/lac/pkg/ortho-v353-2/PUB/cgi-bin # The cgi-bin script, calls xverif CGISCRIPTS = \ ortho-5 all: install test install: @/n/gnu/bin/mkdir -p $(CGIDIR) @/n/gnu/bin/cp -auv $(CGISCRIPTS) $(CGIDIR) @/n/gnu/bin/chmod -R a+rX $(CGIDIR) @cd $(CGIDIR) && /n/gnu/bin/chmod a+rx $(CGISCRIPTS) test: cd ../../tests && \ REMOTE_ADDR=test.script; export REMOTE_ADDR; \ { ../pkg/cgi-bin/ortho-5 < fake-form.data; }