PGM = r.neighbors

LIST =  main.o\
	ask_method.o\
	ask_nsize.o\
	ask_title.o\
	explain.o\
	new_screen.o\
	scan_int.o

$(BIN_INTER)/$(PGM):  $(LIST) $(DEPGISLIB)
	$(CC) $(LDFLAGS) -o $@ $(LIST) $(GISLIB) $(MATHLIB) $(XDRLIB)

$(DEPGISLIB):      # in case this changes
