# $Header: Imakefile,v 1.6 90/01/26 17:54:30 scotthe Exp $
SRCS = globals.c render.c query.c video.c vexutil.c vexevents.c swapvex.c
OBJS = globals.o render.o query.o video.o vexutil.o vexevents.o swapvex.o

 STD_DEFINES = ServerDefines
 CDEBUGFLAGS = ServerCDebugFlags
    INCLUDES = -I../include -I../../include -I$(SERVERSRC)/include \
		-I$(INCLUDESRC)
 EXT_DEFINES = ExtensionDefines

NormalLibraryObjectRule()
NormalLibraryTarget(vexdix,$(OBJS))
LintLibraryTarget(vexdix,$(SRCS))
NormalLintTarget($(SRCS))
DependTarget()
