/* $Id: Imakefile,v 1.1 93/10/01 14:47:31 leon Exp Locker: leon $ */
#include "../insets.conf"


CC		= CCompiler
CDEBUGFLAGS	= AnsiFlag InsetDebugFlags
EXTRA_INCLUDES	= -I../lib 
AWOBJS		= aw.o
ITLIB		= ../lib/libinsets.a
TARGETS		= aw 

AWSRCS		= aw.c
ALLSRCS		= $(AWSRCS)


AllTarget($(TARGETS))
NormalProgramTarget(aw, $(AWOBJS), $(ITLIB), $(ITLIB), XawClientLibs)
DependTarget3(,,$(ALLSRCS))



