# Make the MEF library
#
#   Special keywords recognized by IRAF mkpkg files:
#
#	mkpkg relink		update object library and link
#	mkpkg install		move executable to lib$
#	mkpkg update		update object library, link, and move to lib$

relink:
install:
update:

#$update libmef.a
$call install@cfitsio
$exit

libmef.a:
	@meflib
	;
