From 20d3c920f50c7ed2404008d32ffbd9263f25e64c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Apr 1998 14:17:04 +0000 Subject: [PATCH] Add symbols script, which extracts information from the libraries. git-svn-id: https://svn.dealii.org/trunk@232 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/lib/symbols | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 deal.II/lac/lib/symbols 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 -- 2.39.5