XCOMM $XConsortium: Imakefile /main/9 1996/01/14 16:53:10 kaleb $
#if defined(ImakeConfigRelease) && ImakeConfigRelease >= 6
/* obeys original xwd */
        DEPLIBS = $(DEPXMULIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMULIB) $(XLIB)
#else
/* Xt is needed, it seems */
        DEPLIBS = $(DEPXMULIB) $(XTOOLLIBDEP) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB)
#endif
           SRCS = xwintoppm.c dsimple.c list.c multiVis.c
           OBJS = xwintoppm.o dsimple.o list.o multiVis.o

ComplexProgramTarget(xwintoppm)

distclean:: clean
	-/bin/rm -f Makefile xwintoppm.0
