XCOMM  Imakefile for the Image Support Module components.

X11IRAFDIR = ../../
#include <../../X11IRAF.tmpl>

      WC_SRCS = wcspix/t_wcspix.x wcspix/wcimage.x wcspix/wcmef.x \
		wcspix/wcmspec.x wcspix/wcspix.h
     LIB_SRCS = lib/dspmmap.x lib/reopen.x lib/ximtool.x


all::	ism_wcspix.e

ism_wcspix.e: $(WC_SRCS) $(LIB_SRCS)
	mkpkg relink
	touch DONE

SubdirLibraryRule($(WC_SRCS) $(LIB_SRCS))

clean::	
	$(RM) *.[aeo]
	touch DONE

includes::

#if InstallBinaries
install:: ism_wcspix.e
	-@if [ -d X11irafBinDir ]; then set +x; \
		else (set -x; $(MKDIRHIER) X11irafBinDir); fi
	mv ism_wcspix.e X11irafBinDir
#endif

DependTarget()
