+
+ make petsc complex: 0.00000+0.00000i should be 0+0i
+ make petsc complex: 0.00000+0.00000i should be 0+0i
+ make petsc complex: 1.00000+2.00000i should be 1+2i
+ make petsc complex from std::complex: 1.00000+2.00000i
+ make std::complex from petsc complex: 1.00000+2.00000i
+ make petsc complex from std::complex: 1.00000+2.00000i should be 1+2i
+ make std::complex from petsc complex: 1.00000+2.00000i should be 1+2i
+ make std::complex from petsc complex: 2.00000+0.00000i should be 2+0i
+ divide a petsc complex by 2.: 0.500000+1.00000i should be 0.5+1i
+ divide-equals a petsc complex by 2.: 0.500000+1.00000i should be 0.5+1i
+
--- /dev/null
+############################################################
+# Makefile,v 1.15 2002/06/13 12:51:13 hartmann Exp
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+############################################################
+
+include ../Makefile.paths
+include $D/common/Make.global_options
+include ../Makefile.rules
+-include Makefile.depend
+-include Makefile.tests