# Make the astrometry package # Author: P.E. Hodge, 21-Jan-88 # # 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$ *** can't do this # mkpkg update update library, link, and give error message $call relink $exit update: $call relink $call install ; relink: $update astrometry.a $call astrometry ; install: $move x_astrometry.e bin$x_astrometry.e ; astrometry: linkonly: $omake x_astrometry.x $omake xrename.x $link x_astrometry.o xrename.o astrometry.a \ $(TBLSPP) -lc \ -o x_astrometry.e ; astrometry.a: @test ;