version 1.2, 1999/10/30 11:12:03 |
version 1.5, 1999/11/02 12:34:37 |
|
|
#!/bin/sh |
#!/bin/sh |
if test "uname"="Linux" |
# $OpenXM$ |
|
if test -f lin_phcv2p.gz.uuencoded |
then |
then |
ln -fs ./fep.linux fep |
uudecode lin_phcv2p.gz.uuencoded |
ln -fs ./lin_phcv2p phc |
gunzip lin_phcv2p.gz |
|
chmod +x lin_phcv2p |
|
fi |
|
if test -f fep.linux.gz.uuencoded |
|
then |
|
uudecode fep.linux.gz.uuencoded |
|
gunzip fep.linux.gz |
|
chmod +x fep.linux |
|
fi |
|
if test `uname` = "Linux" |
|
then |
|
ln -f -s ./fep.linux fep |
|
ln -f -s ./lin_phcv2p phc |
else |
else |
echo "We have the binary of phc only for linux." |
echo "We have the binary of phc only for linux." |
fi |
fi |
|
|
ln -fs ../lib/asir/ox_asir asir |
ln -f -s ../lib/asir/ox_asir asir |
|
|
|
|
|
|