go-X script are now directly in the documentation tree.
This commit is contained in:
parent
91fe99a99d
commit
714721ed1d
|
@ -1,10 +1,9 @@
|
|||
# $Id: Makefile.am,v 1.5 2012/04/17 09:04:30 alliance Exp $
|
||||
# $Id: Makefile.am,v 1.6 2012/05/03 18:10:01 jpc Exp $
|
||||
|
||||
SUBDIRS = doc etc
|
||||
|
||||
EXTRA_DIST = alliance.spec.in alliance-fedora.spec \
|
||||
alliance.fedora \
|
||||
alliance-examples-go-all.sh alliance-examples-go-all-clean.sh \
|
||||
alliance-tutorials-go-all.sh alliance-tutorials-go-all-clean.sh \
|
||||
dreal.png graal.png xfsm.png xgra.png xpat.png xsch.png xvpn.png \
|
||||
dreal.desktop graal.desktop xfsm.desktop xgra.desktop xpat.desktop \
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
for B in addaccu16 adder4 amd2901 amd2901-vasy digi divcas4 \
|
||||
multi16b-reg multi4b multi8 multi8b pgcd sqrt32 sqrt8 \
|
||||
mipsR3000 hadamard
|
||||
do
|
||||
if [ -d $B ]
|
||||
then echo "----- BENCH $B ----- "
|
||||
(cd $B && make clean)
|
||||
fi
|
||||
done
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
for B in addaccu16 adder4 amd2901 amd2901-vasy digi divcas4 \
|
||||
multi16b-reg multi4b multi8 multi8b pgcd sqrt32 sqrt8 \
|
||||
mipsR3000 hadamard
|
||||
do
|
||||
if [ -d $B ]
|
||||
then echo "----- BENCH $B ----- "
|
||||
(cd $B && make clean && make)
|
||||
fi
|
||||
done
|
|
@ -215,9 +215,9 @@ popd
|
|||
%{__rm} -rf %{buildroot}%{prefix}/examples/
|
||||
|
||||
# Add automated scripts to examples
|
||||
%{__install} -pm 755 ./distrib/alliance-examples-go-all.sh alliance-examples/go-all.sh
|
||||
%{__install} -pm 755 ./distrib/alliance-examples-go-all-clean.sh alliance-examples/go-all-clean.sh
|
||||
%{__chmod} ug+x ./alliance-examples/mipsR3000/asm/go-*.sh
|
||||
%{__chmod} ug+x ./alliance-examples/mipsR3000/asm/go-*.sh \
|
||||
./alliance-examples/go-all.sh \
|
||||
./alliance-examples/go-all-clean.sh
|
||||
|
||||
pushd alliance-examples/
|
||||
# FEL self test for alliance
|
||||
|
|
Loading…
Reference in New Issue