14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
XCOMM $XFree86: xc/programs/cxpm/Imakefile,v 1.3 2003/05/27 17:58:21 tsi Exp $
|
|
|
|
/* This is a simplified version of the Imakefile included with the xpm dist */
|
|
|
|
LOCAL_LIBRARIES = $(XPMLIB) $(XONLYLIB)
|
|
DEPLIBS = $(DEPXPMLIB) $(DEPXONLYLIB)
|
|
CXPMDIR = $(TOP)/extras/Xpm/cxpm
|
|
INCLUDES = -I$(CXPMDIR)
|
|
|
|
SimpleProgramTarget(cxpm)
|
|
|
|
LinkSourceFile(cxpm.c,$(CXPMDIR))
|
|
LinkSourceFile(cxpm.man,$(CXPMDIR))
|