/* $Id: Imakefile,v 1.1 93/10/01 14:47:32 leon Exp Locker: leon $ */
#include "../insets.conf"
#define XpmAndXaw XpmLibs XawClientLibs



CC		= CCompiler

EXTRA_INCLUDES	= -I../lib XpmIncludes
CDEBUGFLAGS	= AnsiFlag InsetDebugFlags
ITLIB		= ../lib/libinsets.a
 


XPMOBJS		= xpm.o
XPMSRCS		= xpm.c 

TARGETS		= xpm-s 
ALLSRCS		= $(XPMSRCS)



AllTarget($(TARGETS))
NormalProgramTarget(xpm-s, $(XPMOBJS), $(ITLIB), $(ITLIB), XpmAndXaw)
DependTarget3(,,$(ALLSRCS))



