#
#Copyright (C) 1992, California Institute of Technology.
#U.S. Government Sponsorship under NASA Contract NAS7-918
#is acknowledged.
EXPORTDIR= ../../export/scripts
#SCRIPTS= s.help contour contourtek
SCRIPTS= s.help s.help.dec

all:

install: $(SCRIPTS)
	cp -p s.help ../../bin/s.help

export:
	rm -f $(EXPORTDIR)
	mkdir $(EXPORTDIR)
	cp -p Makefile* $(SCRIPTS) $(EXPORTDIR)

clean:
