XCOMM $XFree86: xc/programs/sxpm/Imakefile,v 1.1 1999/01/13 12:17:48 dawes Exp $

/* This is a simplified version of the Imakefile included with the xpm dist */

LOCAL_LIBRARIES = $(XPMLIB) $(XTOOLLIB) $(XLIB)
        DEPLIBS = $(DEPXPMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
        SXPMDIR = $(TOP)/extras/Xpm/sxpm
       INCLUDES = -I$(SXPMDIR)

SimpleProgramTarget(sxpm)

LinkSourceFile(sxpm.c,$(SXPMDIR))
LinkSourceFile(sxpm.man,$(SXPMDIR))
