From: guido Date: Fri, 30 Jun 2000 19:11:35 +0000 (+0000) Subject: New target debug for complete debug libraries X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2726a02d442c414a746a49c0b6cc1194f908b65d;p=dealii-svn.git New target debug for complete debug libraries git-svn-id: https://svn.dealii.org/trunk@3112 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index d2f50efe59..7a84591bdc 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -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)