
       STD_DEFINES = PexDefines
       CDEBUGFLAGS = PexCDebugFlags
       INCLUDES = -I.\
                  -I$(TOP)\
		  -I$(INCLUDESRC)\
		  -I$(XLIBSRC)\
                  -I../../include/PEX


         DDSRCS = 
         DDOBJS = 

           SRCS = $(DDSRCS)\
                  PApprox.c\
                  PBERend.c\
                  PBEStruct.c\
                  PColor.c\
                  PCtrl.c\
		  PCull.c\
                  PDisting.c\
		  PEvent.c\
                  PFillArea.c\
		  PHlhsr.c\
		  PIntSty.c\
                  PLight.c\
                  PNormFlip.c\
                  PNurb.c\
                  PPolyline.c\
                  PQuadMesh.c\
                  PRefAttr.c\
                  PRendOut.c\
		  PSrfIntrp.c\
                  PStoreEl.c\
                  PTransF.c\
                  PText.c\
                  PUtil.c\
                  PView.c\
                  PViewRep.c

           OBJS = $(DDOBJS)\
                  PApprox.o\
                  PBERend.o\
                  PBEStruct.o\
                  PColor.o\
                  PCtrl.o\
		  PCull.o\
                  PDisting.o\
		  PEvent.o\
                  PFillArea.o\
		  PHlhsr.o\
		  PIntSty.o\
                  PLight.o\
                  PNormFlip.o\
                  PNurb.o\
                  PPolyline.o\
                  PQuadMesh.o\
                  PRefAttr.o\
                  PRendOut.o\
		  PSrfIntrp.o\
                  PStoreEl.o\
                  PUtil.o\
                  PText.o\
                  PTransF.o\
                  PView.o\
                  PViewRep.o

       LINTLIBS = $(LINTXLIB)

NormalLibraryTarget(dice,$(OBJS))
LintLibraryTarget(dice,$(SRCS))

DependTarget()

NormalLintTarget($(SRCS))
