#include <XView.tmpl>

#ifndef XCOMM
#define XCOMM #
#endif

XCOMM
XCOMM Imakefile for xvmpeg.
XCOMM Created by Alexandre Naaman <hoser@step.polymtl.ca>
XCOMM See README file for info on making xvmpeg.
XCOMM 

#DEFINES =
#SYS_LIBRARIES =
DEPLIBS= XViewClientDepLibs
LOCAL_LIBRARIES = XViewClientLibs

XCOMM There has to be a better way to define the compilers options...
CCOPTIONS = -Wall -ansi

SRCS=xvmpeg.c

OBJS=xvmpeg.o

ComplexProgramTarget(xvmpeg)
