From: Wolfgang Bangerth Date: Thu, 30 Apr 1998 14:17:04 +0000 (+0000) Subject: Add symbols script, which extracts information from the libraries. X-Git-Tag: v8.0.0~23022 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d3c920f50c7ed2404008d32ffbd9263f25e64c;p=dealii.git Add symbols script, which extracts information from the libraries. git-svn-id: https://svn.dealii.org/trunk@232 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/lib/symbols b/deal.II/lac/lib/symbols new file mode 100755 index 0000000000..e555d57fe7 --- /dev/null +++ b/deal.II/lac/lib/symbols @@ -0,0 +1,2 @@ +#extract symbols from libraries and sort them +nm *.g.a | c++filt | perl -pi -e 's/.{8} . (.*)/$1/;' | sort