Annotation of OpenXM/src/pari/Makefile.SH.diff-2.2, Revision 1.1
1.1 ! noro 1: *** Makefile.SH.sav Wed Sep 11 09:51:16 2002
! 2: --- Makefile.SH Wed Sep 11 09:53:03 2002
! 3: ***************
! 4: *** 572,578 ****
! 5: ;;
! 6: plot*-dyn)
! 7: cflags="\$(DYNFLAGS) \$(PLOTCFLAGS)"
! 8: ! depend="$src/graph/rect.h \$(LIBPARI).dll libpari_dll.h libpari_globals.h \$(LIBPARI).dll"
! 9: ;;
! 10: plot*)
! 11: cflags="\$(PLOTCFLAGS)"
! 12: --- 572,578 ----
! 13: ;;
! 14: plot*-dyn)
! 15: cflags="\$(DYNFLAGS) \$(PLOTCFLAGS)"
! 16: ! depend="$src/graph/rect.h \$(LIBPARI).dll libpari_dll.h \$(LIBPARI).dll"
! 17: ;;
! 18: plot*)
! 19: cflags="\$(PLOTCFLAGS)"
! 20: ***************
! 21: *** 581,592 ****
! 22: gp-dyn|gp_rl-dyn)
! 23: source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
! 24: cflags="\$(DYNFLAGS) -I$src/language \$(RLINCLUDE)"
! 25: ! depend="$src/language/anal.h $src/gp/gp.h ./paricfg.h libpari_dll.h libpari_globals.h \$(LIBPARI).dll"
! 26: ;;
! 27: gp_init-dyn|plotport-dyn)
! 28: source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
! 29: cflags="\$(DYNFLAGS) -I$src/graph"
! 30: ! depend="$src/graph/rect.h libpari_dll.h libpari_globals.h \$(LIBPARI).dll"
! 31: ;;
! 32: init|es|sumiter)
! 33: depend="$src/language/anal.h"
! 34: --- 581,592 ----
! 35: gp-dyn|gp_rl-dyn)
! 36: source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
! 37: cflags="\$(DYNFLAGS) -I$src/language \$(RLINCLUDE)"
! 38: ! depend="$src/language/anal.h $src/gp/gp.h ./paricfg.h libpari_dll.h \$(LIBPARI).dll"
! 39: ;;
! 40: gp_init-dyn|plotport-dyn)
! 41: source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
! 42: cflags="\$(DYNFLAGS) -I$src/graph"
! 43: ! depend="$src/graph/rect.h libpari_dll.h \$(LIBPARI).dll"
! 44: ;;
! 45: init|es|sumiter)
! 46: depend="$src/language/anal.h"
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>