# $OpenXM: OpenXM/bin/Makefile,v 1.3 2000/01/09 20:27:28 maekawa Exp $ LIBDIR=../lib configure: @if [ -f lin_phcv2p.gz.uuencoded ]; then \ uudecode -p lin_phcv2p.gz.uuencoded | gzip -dc > lin_phcv2p ; \ chmod +x lin_phcv2p ; \ fi @if [ -f fep.linux.gz.uuencoded ]; then \ uudecode -p fep.linux.gz.uuencoded | gzip -dc > fep.linux ; \ chmod +x fep.linux ; \ fi @if [ "`uname`" = "Linux" ]; then \ rm -f fep phc ; \ ln -f -s fep.linux fep ; \ ln -f -s lin_phcv2p phc ; \ else \ echo "We have the binary of phc only for linux." ; \ fi rm -f asir ln -f -s $(LIBDIR)/asir/ox_asir asir distclean: rm -f asir fep fep.linux lin_phcv2p phc