# Make the IMGTOOLS lib package # Author: B.Simon 14-AUG-1991 # # 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$ $call update $exit relink: $call update ; linkonly: ; install: ; update: $set XFLAGS = "-fgq $(XFLAGS)" $checkout imgtools.a ../ $update imgtools.a $checkin imgtools.a ../ ; imgtools.a: chkexten.x fullimg.x images.x mask.x tables.x imdfile.x intbpl.x ;