14 lines
437 B
Plaintext
14 lines
437 B
Plaintext
XCOMM $XFree86: xc/programs/sxpm/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)
|
|
SXPMDIR = $(TOP)/extras/Xpm/sxpm
|
|
INCLUDES = -I$(SXPMDIR)
|
|
|
|
SimpleProgramTarget(sxpm)
|
|
|
|
LinkSourceFile(sxpm.c,$(SXPMDIR))
|
|
LinkSourceFile(sxpm.man,$(SXPMDIR))
|