From: Wolfgang Bangerth 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-Tag: v8.0.0~23219 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec20a646f1017766b748f746be3103d7c4041df3;p=dealii.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