repo.or.cz
/
barvinok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update polylib for make distclean fixes
[barvinok.git]
/
check_iscc.sh.in
blob
8d3333969a6ff042f6a3c321295f19de48c46477
1
#!/bin/sh
2
3
EXEEXT
=
"@EXEEXT@"
4
top_srcdir
=
"@top_srcdir@"
5
6
for
i
in
"
$top_srcdir
"
/
test
s
/
iscc
/*;
do
7
if
test -f
$i
;
then
8
echo
$i
;
9
.
/
iscc
$EXEEXT
<
$i
||
exit
;
10
fi
11
done