From 0801d4dfa8b4b0016eccec52131bca14d3b85b48 Mon Sep 17 00:00:00 2001 From: wolf 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