PGM = v.out.dxf

$(BIN_CMD)/$(PGM): v.out.dxf.o $(DEPGISLIB)
	$(CC) $(LDFLAGS) -o $@ v.out.dxf.o $(GISLIB) $(MATHLIB) $(XDRLIB)

$(DEPGISLIB): #
