# date and does not need to be regenerated
############################################################
+ifndef OVERRIDE_OUTPUT_RULE
%/output : %/exe
@echo =====Running======= $<
@echo Running > $(dir $@)/status
./$< ; \
if test ! $$? = 0 ; then rm $@ ; false ; fi
@perl -pi $(normalize) $@
-
+endif
############################################################
############################################################
# $Id: Makefile 17098 2008-10-03 19:27:13Z bangerth $
-# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
############################################################
############################################################
############################################################
+OVERRIDE_OUTPUT_RULE = yes
include ../Makefile.rules
include Makefile.depend