From ec20a646f1017766b748f746be3103d7c4041df3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Mar 1998 13:54:26 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/lib/symbols | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5