[BACK]Return to Makefile.SH.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / pari

Annotation of OpenXM/src/pari/Makefile.SH.diff, Revision 1.1

1.1     ! noro        1: *** Makefile.SH.sav    Tue Oct  2 04:16:55 2001
        !             2: --- Makefile.SH        Thu Dec 27 15:38:46 2001
        !             3: ***************
        !             4: *** 499,515 ****
        !             5:     plot-dyn)
        !             6:       source="$src/graph/\$(PLOTFILE)"
        !             7:       cflags="\$(DYNFLAGS) \$(PLOTCFLAGS)"
        !             8: !     depend="$src/graph/rect.h \$(LIBPARI).dll libpari_dll.h libpari_globals.h \$(LIBPARI).dll"
        !             9:       ;;
        !            10:     gp-dyn|gp_rl-dyn)
        !            11:       source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
        !            12:       cflags="\$(DYNFLAGS) -I$src/language \$(RLINCLUDE)"
        !            13: !     depend="$src/language/anal.h $src/gp/gp.h ./paricfg.h libpari_dll.h libpari_globals.h \$(LIBPARI).dll"
        !            14:       ;;
        !            15:     gp_init-dyn|plotport-dyn)
        !            16:       source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
        !            17:       cflags="\$(DYNFLAGS) -I$src/graph"
        !            18: !     depend="$src/graph/rect.h libpari_dll.h libpari_globals.h \$(LIBPARI).dll"
        !            19:       ;;
        !            20:     init|es|sumiter)
        !            21:       depend="$src/language/anal.h"
        !            22: --- 499,515 ----
        !            23:     plot-dyn)
        !            24:       source="$src/graph/\$(PLOTFILE)"
        !            25:       cflags="\$(DYNFLAGS) \$(PLOTCFLAGS)"
        !            26: !     depend="$src/graph/rect.h \$(LIBPARI).dll libpari_dll.h \$(LIBPARI).dll"
        !            27:       ;;
        !            28:     gp-dyn|gp_rl-dyn)
        !            29:       source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
        !            30:       cflags="\$(DYNFLAGS) -I$src/language \$(RLINCLUDE)"
        !            31: !     depend="$src/language/anal.h $src/gp/gp.h ./paricfg.h libpari_dll.h \$(LIBPARI).dll"
        !            32:       ;;
        !            33:     gp_init-dyn|plotport-dyn)
        !            34:       source=$src\/`echo $dir | sed -e "s/dyn//"`\/`echo $f | cut -f1 -d-`.c
        !            35:       cflags="\$(DYNFLAGS) -I$src/graph"
        !            36: !     depend="$src/graph/rect.h libpari_dll.h \$(LIBPARI).dll"
        !            37:       ;;
        !            38:     init|es|sumiter)
        !            39:       depend="$src/language/anal.h"

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