# $Header: Imakefile,v 1.10 90/04/10 15:58:30 toddb Exp $
        SRCS = plxinit.c plxrender.c plxvideo.c
        OBJS = plxinit.o plxrender.o plxvideo.o
 STD_DEFINES = ServerDefines
 CDEBUGFLAGS = ServerCDebugFlags
    INCLUDES = -I../../include -I../../../include -I$(SERVERSRC)/include \
		-I$(INCLUDESRC) -I$(SERVERSRC)/ddx/tek/tekplx \
		-I$(LIBSRC)/parallax/include
 EXT_DEFINES = ExtensionDefines

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