]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compilable in non-debug mode.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Dec 1999 10:12:00 +0000 (10:12 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Dec 1999 10:12:00 +0000 (10:12 +0000)
git-svn-id: https://svn.dealii.org/trunk@2062 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/poisson/Makefile
tests/big-tests/poisson/Makefile

index 65a6d6562454450b52b4964d8398a712cabe21a7..a4901b56f453dfae6aa9dd9eff7bdf83bb3d0216 100644 (file)
@@ -75,7 +75,7 @@ $(target) : $(libraries)
 
 # rule how to run the program
 run: $(target)
-       $(target) $(run-parameters)
+       ./$(target) $(run-parameters)
        $(additional-run-action)
 
 
@@ -87,7 +87,7 @@ run: $(target)
 %.o : %.cc
        @echo ============================ Compiling with optimization:   $<
        @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # rules which files the libraries depend upon
index 65a6d6562454450b52b4964d8398a712cabe21a7..a4901b56f453dfae6aa9dd9eff7bdf83bb3d0216 100644 (file)
@@ -75,7 +75,7 @@ $(target) : $(libraries)
 
 # rule how to run the program
 run: $(target)
-       $(target) $(run-parameters)
+       ./$(target) $(run-parameters)
        $(additional-run-action)
 
 
@@ -87,7 +87,7 @@ run: $(target)
 %.o : %.cc
        @echo ============================ Compiling with optimization:   $<
        @echo $(CXX) ... -c $< -o $@
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # rules which files the libraries depend upon

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.