aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/ximtool/clients/Imakefile
blob: 0c126522327666849e578d427e4af09cda29bbcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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/ism.x lib/idxstr.x lib/wcsgfterm.x


all::	ism_wcspix.e

ism_wcspix.e: $(WC_SRCS) $(LIB_SRCS)
	@(SHELL=/bin/sh ; export SHELL ; mkpkg relink)
	touch DONE

SubdirLibraryRule($(WC_SRCS) $(LIB_SRCS))

clean::	
	@(rmbin -v .)
	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()