PGM       = $(BIN_CMD)/d.what.s.inf
LIBES     = $(GISLIB) $(DISPLAYLIB) $(RASTERLIB) 
DEPLIBS= $(DEPGISLIB) $(DEPDISPLAYLIB) $(DEPRASTERLIB) 

# EXTRA_CFLAGS 	= -Dunlink=puts

OBJS = \
	main.o  \
	getArea.o \
	returns.o \
        getAllOpts.o \
        getSopts.o \
        buildInfxQry.o \
        runInfxFile.o 



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

$(DEPLIBS): #
