# BuildSystemHeader added automatically
/**/# $Header: [Imakefile,v 1.1 91/05/03 12:21:46 afuller Exp ]$
#include "DPS.tmpl"
    SRCS = DPStest.c
    OBJS = DPStest.o 

CLIENTLIB = $(PSLIBDPS) $(PSLIBFP) $(PSLIBPSLIB)
   WOBJS = DPStest.o 
   INCLUDES = -I$(PSCLIENTDIR) -I$(PSINCLUDEDIR) -I$(TOP) -I$(INCLUDESRC) -I../../include -I../../lib
    DEFINES = -DDPS_DEF_TOKENTYPE=DPS_LO_NATIVE
    CDEBUGFLAGS = -g

all: DPStest

NormalLibraryObjectRule()

SingleProgramTarget(DPStest,$(WOBJS),$(CLIENTLIB) $(EXTENSIONLIB) -ldwt $(XLIB) -lm,)

NormalLintTarget($(SRCS))

DependTarget()
