#define DoNotAutoUpdate

PROGRAM_NAME =\
	imake

depend::

install::
	-@if test -f imake; then \
	$(INSTALL) $(INSTPGMFLAGS)   $(PROGRAM_NAME) $(BINDIR) ; \
	$(RM) -f $(PROGRAM_NAME) ; \
	fi



