]> git.uio.no Git - u/mrichter/AliRoot.git/blame - doxygen/devel/gen_list_includes.sh
Update master to aliroot
[u/mrichter/AliRoot.git] / doxygen / devel / gen_list_includes.sh
CommitLineData
0bffab6b 1#!/bin/bash
2cd "$( dirname "$0" )"
3find "$(cd ../..;pwd)" -name '*.h' | xargs -l dirname | sort -u | xargs -l -- echo -I > includes.txt
4cat includes.txt