- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git] / webif / pages_mkdep
blob9baeaced19006e565857fa18ba878e7cfbfbdbc5
1 #!/bin/sh
3 FILES=$(while read TPL FILE DEP ; do [ "$TPL" != "#" ] && echo $FILE ; done < pages_index.txt | sort | uniq | xargs echo)
5 echo "pages.c: pages_index.txt pages.h $FILES" > pages.dep
6 for FILE in pages_index.txt pages.h $FILES
7 do
8 echo ""
9 echo "$FILE:"
10 done >> pages.dep