PGM      = v.export.scs

LIST =  exp_vect.o

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