Imakefile   [plain text]


XCOMM $XFree86: xc/programs/cxpm/Imakefile,v 1.2 1999/04/04 08:46:25 dawes Exp $

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

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

SimpleProgramTarget(cxpm)

LinkSourceFile(cxpm.c,$(CXPMDIR))
LinkSourceFile(cxpm.man,$(CXPMDIR))