# mkpkg for the ST4GEM applications packages
#
#   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 lib$
#	mkpkg update		update object library, link, and move to lib$

relink:
linkonly:
update:
install:

$ifeq (hostid, unix)  !(date)  $endif

$echo "===================  ANALYSIS  ======================="
$call @analysis
$echo "===================  CONTRIB  ========================"
$call @contrib
$echo "===================  GRAPHICS  ======================="
$call @graphics
$echo "===================  HST_CALIB  ======================"
$call @hst_calib
$echo "===================  TOOLBOX   ======================="
$call @toolbox
$ifeq (hostid, unix)  !(date)  $endif
$exit
