XCOMM
XCOMM Imakefile du widget Videotex
XCOMM
XCOMM Auteur : Pierre FICHEUX	07/94
XCOMM $Id: Imakefile,v 1.4 1994/09/16 15:51:24 pierre Exp $
XCOMM

SRCS= Videotex.c xvdt.c
OBJS= Videotex.o

NormalLibraryTarget(Videotex,$(OBJS))
NormalProgramTarget(xvdt, Videotex.o xvdt.o, ,XawClientLibs, )
NormalLintTarget($(SRCS))

depend:: Videotex.h VideotexP.h Videotex.c xvdt.c
DependTarget()



