EXTRA_CFLAGS	= $(DANOTHER_BUTTON)

PGM=r.digit
OBJ =  main.o digitize.o get_type.o setup_graph.o get_map.o \
	get_point.o get_label.o get_area.o get_line.o get_circle.o \
	instruct.o bnw_line.o create_map.o get_en.o

LIBES = $(DISPLAYLIB) $(RASTERLIB) $(GISLIB) $(VASKLIB)
DEPLIBS = $(DEPDISPLAYLIB) $(DEPRASTERLIB) $(DEPGISLIB) $(DEPVASKLIB)

$(BIN_INTER)/$(PGM): $(OBJ) $(DEPLIBS)
	$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBES) $(CURSES) $(MATHLIB) $(XDRLIB)

$(DEPLIBS): #
