PGM = v.import

$(BIN_INTER)/$(PGM): import_vect.o $(DEPGISLIB)
	$(CC) $(LDFLAGS) -o $@ import_vect.o $(GISLIB)
