# the ife map application (see map.1 for details of operation)
CFLAGS= -I/usr/esru/include
DEST=/usr/esru/ife
PROG=   map
ULIBS= -L/usr/esru/lib -lXww `xr5 -l`

map:	map.o
	$(LINK.c) $(CFLAGS) -o $(PROG) map.o $(ULIBS)
install: map2
	mv $(PROG) $(DEST)/bin
clean:
	rm -f *.o core
