PGM       = $(BIN_CMD)/d.what.v.ora
LIBES     = $(VECTLIB) $(VECTLIB) $(GISLIB) $(DISPLAYLIB) $(RASTERLIB)
DEPLIBS= $(DEPVECTLIB) $(DEPVECTLIB) $(DEPGISLIB) $(DEPDISPLAYLIB) $(DEPRASTERLIB)



OBJS = \
	main.o  \
        getAllOpts.o \
        getSopts.o \
        buildInfxQry.o \
        runInfxFile.o \
	getCat.o  \
	openvect.o 



$(PGM): $(OBJS) $(DEPLIBS)
	$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBES) $(XDRLIB) $(MATHLIB)

$(DEPLIBS): #
