From: wolf Date: Thu, 30 Apr 1998 14:17:04 +0000 (+0000) Subject: Add symbols script, which extracts information from the libraries. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1403fcf5fb31908bc710e683147b93dbc3df60;p=dealii-svn.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