.SUFFIXES: .met .err .html .xml .txt .dif # For Windows, use the first and comment the second # For Linux or Solaris, use the second and comment the first RM = delete #RM = rm .txt.xml: mp -c four.cfg $*.txt err2html -c four.cfg $*.err all: one.xml two.xml three.xml four.xml clean: $(RM) *.html *.err *.xml