/* This is the Imakefile for the Xedw Widget Set */

CC=cc -I.
SRCS=XedwForm.c XedwList.c
OBJS=XedwForm.o XedwList.o

all::
    NormalLibraryObjectRule()

NormalLibraryTarget(Xedw,$(OBJS))

DependTarget()
