[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / bin

Diff for /OpenXM/bin/Attic/Makefile between version 1.10 and 1.11

version 1.10, 2000/03/10 08:11:17 version 1.11, 2000/09/04 03:17:22
Line 1 
Line 1 
 # $OpenXM: OpenXM/bin/Makefile,v 1.9 2000/03/10 08:03:27 takayama Exp $  # $OpenXM: OpenXM/bin/Makefile,v 1.10 2000/03/10 08:11:17 takayama Exp $
   
 LIBDIR=../lib  LIBDIR=../lib
 FEPLINUX=fep.linux  FEPLINUX=fep.linux
Line 21  configure-real: $(FEPLINUX) $(FEPFBSD) $(PHC)
Line 21  configure-real: $(FEPLINUX) $(FEPFBSD) $(PHC)
                 rm -f fep phc ; \                  rm -f fep phc ; \
                 ln -f -s $(FEPLINUX) fep ; \                  ln -f -s $(FEPLINUX) fep ; \
                 ln -f -s $(PHC) phc ; \                  ln -f -s $(PHC) phc ; \
                   rm -f $(FEPFBSD) ; \
             echo "Linux binary generation: fep, phc" ; \              echo "Linux binary generation: fep, phc" ; \
         else \          else \
                 echo "Not Linux" ; \                  echo "Not Linux" ; \
Line 29  configure-real: $(FEPLINUX) $(FEPFBSD) $(PHC)
Line 30  configure-real: $(FEPLINUX) $(FEPFBSD) $(PHC)
                 rm -f fep phc ; \                  rm -f fep phc ; \
                 ln -f -s $(FEPFBSD) fep ; \                  ln -f -s $(FEPFBSD) fep ; \
                 ln -f -s $(PHC) phc ; \                  ln -f -s $(PHC) phc ; \
                   rm -f $(FEPLINUX) ; \
                 brandelf -t Linux ./phc ; \                  brandelf -t Linux ./phc ; \
                 echo "FreeBSD binary generation: fep and phc. Linux Emulation is requied to execute phc." ; \                  echo "FreeBSD binary generation: fep and phc. Linux Emulation is requied to execute phc." ; \
         else \          else \
Line 65  distclean:
Line 67  distclean:
   
 uuencode:  uuencode:
         @if [ -f $(FEPLINUX) ]; then \          @if [ -f $(FEPLINUX) ]; then \
                 echo '$OpenXM: OpenXM/bin/Makefile,v 1.9 2000/03/10 08:03:27 takayama Exp $' > $(FEPLINUX).gz.uuencoded ; \                  echo '$OpenXM: OpenXM/bin/Makefile,v 1.10 2000/03/10 08:11:17 takayama Exp $' > $(FEPLINUX).gz.uuencoded ; \
                 gzip -c $(FEPLINUX) | uuencode $(FEPLINUX).gz >> $(FEPLINUX).gz.uuencoded ; \                  gzip -c $(FEPLINUX) | uuencode $(FEPLINUX).gz >> $(FEPLINUX).gz.uuencoded ; \
         fi          fi
         @if [ -f $(FEPFBSD) ]; then \          @if [ -f $(FEPFBSD) ]; then \
                 echo '$OpenXM: OpenXM/bin/Makefile,v 1.9 2000/03/10 08:03:27 takayama Exp $' > $(FEPFBSD).gz.uuencoded ; \                  echo '$OpenXM: OpenXM/bin/Makefile,v 1.10 2000/03/10 08:11:17 takayama Exp $' > $(FEPFBSD).gz.uuencoded ; \
                 gzip -c $(FEPFBSD) | uuencode $(FEPFBSD).gz >> $(FEPFBSD).gz.uuencoded ; \                  gzip -c $(FEPFBSD) | uuencode $(FEPFBSD).gz >> $(FEPFBSD).gz.uuencoded ; \
         fi          fi
         @if [ -f $(PHC) ]; then \          @if [ -f $(PHC) ]; then \
                 echo '$OpenXM: OpenXM/bin/Makefile,v 1.9 2000/03/10 08:03:27 takayama Exp $' > $(PHC).gz.uuencoded ; \                  echo '$OpenXM: OpenXM/bin/Makefile,v 1.10 2000/03/10 08:11:17 takayama Exp $' > $(PHC).gz.uuencoded ; \
                 gzip -c $(PHC) | uuencode $(PHC).gz >> $(PHC).gz.uuencoded ; \                  gzip -c $(PHC) | uuencode $(PHC).gz >> $(PHC).gz.uuencoded ; \
         fi          fi

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>