PGM=v.in.dlg2

OFILES = \
	v.in.dlg.o \
	a_b_main.o \
	a_b_dlg.o \
	read_write.o \
	r_dlg_head.o \
	pad.o


#  there will be no frontends to dlg code, but code is still there
#          $(BIN)/b.a.dlg $(BIN)/a.b.dlg

$(BIN_CMD)/$(PGM): $(OFILES)
	$(CC) $(LDFLAGS) -o $@ $(OFILES) $(VECTLIB) $(GISLIB) $(MATHLIB) $(XDRLIB)
