#  @(#)Gmakefile	2.2  6/26/87

IMP_OFILES = \
	imp_main.o \
	imp_gef.o \
	get_head.o \
	llutm.o \
	llstp.o \
	llalbr.o \
	utmll.o \
	stpll.o \
	albrll.o 

all:	$(BIN_CMD)/v.in.gef


$(BIN_CMD)/v.in.gef:	$(IMP_OFILES)
	$(CC) $(LDFLAGS) -o $@ $(IMP_OFILES) $(GISLIB) $(XDRLIB) $(VASKLIB) $(CURSES) $(MATHLIB)


imp_gef.o:	format.h
imp_main.o:	format.h
get_head.o:	format.h

$(DEPGISLIB): #

