#   Make the calcphot task
#   Author: BSIMON 25-Aug-1989
#
#   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:
	calcphot.x	
	findfunc.x	
	photband.x	
	photoutput.x	
	photstim.x	
	wrtphottab.x	<tbset.h>
	;
