cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

autogenerate plugins.txt #359

Closed fwyzard closed 2 years ago

fwyzard commented 2 years ago

src/$PROGRAM/plugins.txt could be autogenerated, wih something like

nm -A -C -D -P --defined-only lib/$PROGRAM/plugin*.so | sed -n -e"s#lib/$PROGRAM/\(plugin\w\+\.so\): typeinfo for edm::\(PluginFactory\|ESPluginFactory\)::impl::Maker<\([A-Za-z0-9_:]\+\)> V .* .*#\3 \1#p" | sort > src/$PROGRAM/plugins.txt