version 1.1, 2000/01/09 20:19:39 |
version 1.3, 2000/01/09 20:27:28 |
|
|
# $OpenXM$ |
# $OpenXM: OpenXM/bin/Makefile,v 1.2 2000/01/09 20:24:46 maekawa Exp $ |
|
|
LIBDIR=../lib |
LIBDIR=../lib |
|
|
configure: |
configure: |
@if [ -f lin_phcv2p.gz.uuencoded ]; then \ |
@if [ -f lin_phcv2p.gz.uuencoded ]; then \ |
uudecode lin_phcv2p.gz.uuencoded | gzip -d ; \ |
uudecode -p lin_phcv2p.gz.uuencoded | gzip -dc > lin_phcv2p ; \ |
chmod +x lin_phcv2p ; \ |
chmod +x lin_phcv2p ; \ |
fi |
fi |
|
|
@if [ -f fep.linux.gz.uuencoded ]; then \ |
@if [ -f fep.linux.gz.uuencoded ]; then \ |
uudecode fep.linux.gz.uuencoded | gzip -d ; \ |
uudecode -p fep.linux.gz.uuencoded | gzip -dc > fep.linux ; \ |
chmod +x fep.linux ; \ |
chmod +x fep.linux ; \ |
fi |
fi |
|
|