#   Make the countrate task
#   Author: BSIMON 22-Apr-97
#
#   Special keywords recognized by IRAF mkpkg files:
#
#	mkpkg relink		update object library and link
#	mkpkg linkonly		skip object library updates and just link
#	mkpkg install		move executable to bin$
#	mkpkg update		update object library, link, and move to lib$

$checkout	synphot.a ../
$update		synphot.a
$checkin	synphot.a ../
$exit

synphot.a:
	bandwave.x	<tbset.h>
	buildmode.x	
	buildspec.x	
	calcstep.x	
	calcwave.x	
	countrate.x	
	findwave.x	
	getcounts.x	
	modefile.x	
	putcounts.x	<tbset.h>
	rdwavecat.x
	rebinspec.x
	resamp.x	
	setform.x
	stepoffset.x	
	wrtcounts.x	
	;
