OBJ=ife_dh_a.o
ife_dh_a:	$(OBJ)
	$(LINK.c) -o ife_dh_a $(OBJ)
install: ife_dh_a
	mv ife_dh_a ${IFE_HOME}bin/ife_dh_a
clean:
	rm -f *.o core
