fi ; \
done
+############################################################
+# by default, all .cc-files are tests. individual Makefiles
+# may overrule this:
+ifeq ($(tests),)
+tests = $(basename $(wildcard *.cc))
+endif
+
+############################################################
+# link with all libraries:
+libraries = $(lib-deal2-1d.g) \
+ $(lib-deal2-2d.g) \
+ $(lib-deal2-3d.g) \
+ $(lib-lac.g) \
+ $(lib-base.g)
+libraries_o = $(lib-deal2-1d.o) \
+ $(lib-deal2-2d.o) \
+ $(lib-deal2-3d.o) \
+ $(lib-lac.o) \
+ $(lib-base.o)
############################################################
# After all these general rules, here is the target to be
clean:
-rm -f Makefile.depend Makefile.tests */obj.$(OBJEXT) \
- */obj.g.$(OBJEXT) */output *~
+ */obj.g.$(OBJEXT) */output *~ */status */OK
distclean: clean
-rm -f */exe *.testcase *.gpl *.eps *.gnuplot
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-libraries += $(lib-lac.g) \
- $(lib-base.g)
default: run-tests
############################################################
-
# rules to generate the threading tests. the .cc files are
# automatically generated; note that for the output generation, we
# have to sort the output since otherwise in MT mode things would come
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
############################################################
# $Id: Makefile 16047 2008-05-07 16:51:50Z heltai $
-# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
-############################################################
-
-############################################################
-# Include general settings for including DEAL libraries
+# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-T:
- @echo $(tests)
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
# Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-lac.g) \
- $(lib-base.g)
-libraries_o = $(lib-lac.o) \
- $(lib-base.o)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-lac.g) \
- $(lib-base.g)
-libraries_o = $(lib-lac.o) \
- $(lib-base.o)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-lac.g) \
- $(lib-base.g)
-libraries_o = $(lib-lac.o) \
- $(lib-base.o)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
include $D/common/Make.global_options
debug-mode = on
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
############################################################
# phony header file to force compilation whenever
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-lac.g) \
- $(lib-base.g)
-libraries_o = $(lib-lac.o) \
- $(lib-base.o)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2010 by the deal.II authors
############################################################
-############################################################
-# Include general settings for including DEAL libraries
-############################################################
-
include ../Makefile.paths
include $D/common/Make.global_options
-debug-mode = on
-
-libraries = $(lib-deal2-1d.g) \
- $(lib-deal2-2d.g) \
- $(lib-deal2-3d.g) \
- $(lib-lac.g) \
- $(lib-base.g)
-libraries_o = $(lib-deal2-1d.o) \
- $(lib-deal2-2d.o) \
- $(lib-deal2-3d.o) \
- $(lib-lac.o) \
- $(lib-base.o)
-
-default: run-tests
-
-############################################################
-
-# all .cc-files are tests:
-tests = $(basename $(wildcard *.cc))
-
-############################################################
-
-
include ../Makefile.rules
include Makefile.depend
include Makefile.tests
-
-.PHONY: default