PGM=p.labels
LIST =	main.o \
		modify.o \
		output.o\
		gather.o\
		proc_new.o\
		proc_old.o\
		setup.o\
		update.o

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

$(LIST): config.h

$(DEPGISLIB):	# in case the library changes
$(DEPVASKLIB):	# in case the library changes
