repo.or.cz
/
oscam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- fix Building without Nagra not possible at Nagra_Merlin https://trac.streamboard...
[oscam.git]
/
webif
/
pages_mkdep
blob
9baeaced19006e565857fa18ba878e7cfbfbdbc5
1
#!/bin/sh
2
3
FILES
=
$
(
while
read
TPL FILE DEP
;
do
[
"
$TPL
"
!=
"#"
] &&
echo
$FILE
;
done
<
pages_index.txt |
sort
|
uniq
|
xargs
echo
)
4
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