SRCS = pc.c transreq.c renderreq.c tables.c floatconv.c dispatcher.c\
        miscreq.c renderout.c viewrep.c annotext.c structreq.c fillarea.c\
        quadmesh.c extension.c polyline.c nurbcurve.c nurbsurf.c
OBJS = pc.o transreq.o renderreq.o tables.o floatconv.o dispatcher.o\
        miscreq.o renderout.o viewrep.o annotext.o structreq.o fillarea.o\
        quadmesh.o extension.o polyline.o nurbcurve.o nurbsurf.o

 STD_DEFINES = PexDefines
 CDEBUGFLAGS = PexCDebugFlags
    INCLUDES = -I. -I$(PEXINCLUDE) -I$(INCLUDESRC) -I$(SERVERSRC)/include
 EXT_DEFINES = ExtensionDefines

NormalLibraryObjectRule()

NormalLibraryTarget(dipex,$(OBJS))

NormalLintTarget($(SRCS))

DependTarget()

lintlib:
