From: wolf Date: Fri, 6 Mar 1998 13:54:26 +0000 (+0000) Subject: Add a possibility to get a list of symbols in the libraries. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0801d4dfa8b4b0016eccec52131bca14d3b85b48;p=dealii-svn.git Add a possibility to get a list of symbols in the libraries. git-svn-id: https://svn.dealii.org/trunk@32 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/lib/symbols b/deal.II/deal.II/lib/symbols index ca6416b17c..e555d57fe7 100755 --- a/deal.II/deal.II/lib/symbols +++ b/deal.II/deal.II/lib/symbols @@ -1 +1,2 @@ +#extract symbols from libraries and sort them nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort