PGM=v.rmdup

$(BIN_CMD)/$(PGM): rmdup.o $(DEPVECTLIB) $(DEPGISLIB)
	$(CC) $(LDFLAGS) -o $@ rmdup.o $(VECTLIB) $(GISLIB) $(MATHLIB) $(XDRLIB)
