[BACK]Return to Makefile.1.116.diff.use-asir-gc CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / RPM

Annotation of OpenXM/misc/packages/Linux/RPM/Makefile.1.116.diff.use-asir-gc, Revision 1.1

1.1     ! takayama    1: If the compilation fails at the directory "gc" on the redhat 8.0 or later,
        !             2: try to apply this patch to OpenXM/src/Makefile;
        !             3:     cd OpenXM/src
        !             4:     patch <../misc/packages/Linux/RPM/Makefile.1.116.diff.use-asir-gc
        !             5:
        !             6: $OpenXM$
        !             7: ===================================================================
        !             8:
        !             9: *** Makefile   Thu Mar  6 19:36:03 2003
        !            10: --- Makefile.use-asir-gc       Tue Mar 25 15:38:58 2003
        !            11: ***************
        !            12: *** 11,22 ****
        !            13:   all: configure all-gc all-gmp all-asir all-gnuplot all-k097 all-kan96xx \
        !            14:        all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep
        !            15:
        !            16: ! all-gc:
        !            17: !      @if test ! -f gc/.gc_make_done ; \
        !            18: !      then \
        !            19: !              (cd gc ; make all) ; \
        !            20: !      fi
        !            21: !      @touch gc/.gc_make_done
        !            22:
        !            23:   all-gmp: configure-gmp
        !            24:        (if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ;
        !            25: --- 11,17 ----
        !            26:   all: configure all-gc all-gmp all-asir all-gnuplot all-k097 all-kan96xx \
        !            27:        all-kxx all-pari all-phc all-openmath all-oxmath all-tigers all-fep
        !            28:
        !            29: ! all-gc: configure-asir
        !            30:
        !            31:   all-gmp: configure-gmp
        !            32:        (if test ! -f .gmp_make_done ; then cd gmp ; make ; touch .gmp_make_done ; fi) ;
        !            33: ***************
        !            34: *** 94,100 ****
        !            35:        -@if test ! -f gc/.gc_installed ; \
        !            36:        then \
        !            37:                if test ! -d ../lib ; then mkdir ../lib ; fi ; \
        !            38: !              cp gc/gc.a ../lib/libgc.a ; \
        !            39:        fi
        !            40:        @touch gc/.gc_installed
        !            41:
        !            42: --- 89,96 ----
        !            43:        -@if test ! -f gc/.gc_installed ; \
        !            44:        then \
        !            45:                if test ! -d ../lib ; then mkdir ../lib ; fi ; \
        !            46: !              (cd asir2000 ; make install-libasir-gc) ; \
        !            47: !              ln -s ../lib/libasir-gc.a ../lib/libgc.a ; \
        !            48:        fi
        !            49:        @touch gc/.gc_installed
        !            50:

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