@rm testresults
+# compilation of tests only, no execution of tests
+
+build: build-base build-lac build-fe build-deal.II build-bits
+
+build-base: abort.o
+ cd base ; $(MAKE) exe
+
+build-lac: abort.o
+ cd lac ; $(MAKE) exe
+
+build-fe: abort.o
+ cd fe ; $(MAKE) exe
+
+build-bits: abort.o
+ cd bits ; $(MAKE) exe
+
+build-deal.II: abort.o
+ cd deal.II ; $(MAKE) exe
+
+
# collect all header files, and for each try to do the following:
# generate a file tmp.cc that contains nothing but "#include <xxx>"
# with this particular header file. then try to compile it. this
output: $(tests:%=%.output)
+exe: $(tests:%=%.exe)
+
############################################################
# Link and copy files in ./results/* to generate checked
# checked files for new hardware/compiler platform.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams