# Generated automatically from Makefile.in by configure.
movemail: movemail.c
	$(CC) -o movemail -DNETSCAPE movemail.c

clean:
	rm -f *.o movemail .depend

distclean:
	rm -f Makefile
	rm -Rf CVS

dep:

#
# include a dependency file if one exists
#
ifeq (.depend,$(wildcard .depend))
include .depend
endif


syntax highlighted by Code2HTML, v. 0.9.1