1edc944178b5f8a0ba97907465b6aa75d32f2a1f
[ric-plt/e2.git] / RIC-E2-TERMINATION / 3rdparty / asnTextFiles / header.sh
1 mkdir -p tmpFiles
2 cat extFileList.txt | xargs mv -t tmpFiles/.
3 cd ../oranE2
4 find . -type f -name \*.c -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
5 find . -type f -name \*.h -exec ../int/autogen/autogen -i --no-top-level-comment -l codev {} \;
6 mv ../asnTextFiles/tmpFiles/* .
7 rmdir ../asnTextFiles/tmpFiles