LIBES  = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB)
DEPLIBS= $(DEPDISPLAYLIB) $(DEPRASTERLIB) $(DEPGISLIB)

PGM    = d.what.rast

LIST   = main.o \
	 opencell.o\
	 show.o\
	 what.o


$(BIN_CMD)/$(PGM): $(LIST) $(DEPLIBS)
	$(CC) $(LDFLAGS) -o $@ $(LIST) $(LIBES) $(MATHLIB) $(XDRLIB)

$(LIST): what.h

$(DEPLIBS): #
