]> https://gitweb.dealii.org/ - dealii.git/commitdiff
New target debug for complete debug libraries
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 30 Jun 2000 19:11:35 +0000 (19:11 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 30 Jun 2000 19:11:35 +0000 (19:11 +0000)
git-svn-id: https://svn.dealii.org/trunk@3112 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index d2f50efe591d23a3efa809fb84c44b7f5579dd86..7a84591bdcfa0f0cf8e63d2b35b71cf74f00d391 100644 (file)
@@ -15,7 +15,8 @@ help:
        @echo "=  base lac: debug and optimized libraries base and lac              ="
        @echo "=  1dg 2dg 3dg: (1) and deal.II debug version for specified dimension="
        @echo "=  1d 2d 3d: (2) and deal.II for specified dimension                 ="
-       @echo "=  all: base, lac 1d, 2d and 3d                                      ="
+       @echo "=  all: base, lac, 1d, 2d and 3d                                     ="
+       @echo "=  debug: baseg, lacg, 1dg, 2dg and 3dg                              ="
        @echo "=  online-doc: generate the documentation in HTML format             ="
        @echo "=  printable-doc: generate the documentation in Postscript format.   ="
        @echo "=      You need to have Doc++ and LaTeX installed for that.          ="
@@ -82,6 +83,13 @@ all:
        cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 3dg
        cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 3d
 
+debug:
+       cd $D/base ; $(MAKE) $(MAKEOPTIONS) libg
+       cd $D/lac ; $(MAKE) $(MAKEOPTIONS) libg
+       cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 2dg
+       cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 1dg
+       cd $D/deal.II ; $(MAKE) $(MAKEOPTIONS) 3dg
+
 
 online-doc:
        cd $D/doc ; $(MAKE)

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.