EXTRA_CFLAGS = $(VECT_INCLUDE)
OFILES = \
	v.in.dlg.o \
	a_b_main.o \
	a_b_dlg.o \
	read_write.o \
	r_dlg_head.o \
	pad.o


all:	$(BIN_MAIN_CMD)/v.in.dlg2

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

$(BIN_MAIN_CMD)/v.in.dlg2:	$(OFILES)
	$(CC) $(LDFLAGS) -o $@ $(OFILES) $(VECTLIB) $(GISLIB) $(MATHLIB)

