]> https://gitweb.dealii.org/ - dealii.git/commitdiff
separate rule for abort
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 7 Mar 2001 12:59:01 +0000 (12:59 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 7 Mar 2001 12:59:01 +0000 (12:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@4141 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile.in

index 961cf9a606f604ef446e914231c06d1a8aac7a4b..75993d0de71165948b4424fac0ab9cb8aa72aaf9 100644 (file)
@@ -62,6 +62,10 @@ endif
 all: logtest.check reference.check tensor.check quadrature_test.check timer.check
 exe: $(all:.check=.testcase)
 output: $(all:.check=.output)
+
+abort.o : abort.cc
+       @$(CXX)  -c $< -o $@
+
 ############################################################
 # Typical block for building a running program
 #
@@ -111,7 +115,7 @@ tensor.testcase: $(tensor-o-files) $(libraries)
 reference-cc-files = reference.cc
 
 ifeq ($(debug-mode),on)
-reference-o-files = $(reference-cc-files:.cc=.go) abort.go
+reference-o-files = $(reference-cc-files:.cc=.go) abort.o
 else
 reference-o-files = $(reference-cc-files:.cc=.o) abort.o
 endif

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


Typeset in Trocchi and Trocchi Bold Sans Serif.