[BACK]Return to Makefile.forSkip CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir2000

Annotation of OpenXM/src/asir2000/Makefile.forSkip, Revision 1.1

1.1     ! takayama    1: # $OpenXM$
        !             2:
        !             3: ASIR = ../../../OpenXM_contrib2/asir2000
        !             4: PARI = ../pari
        !             5:
        !             6: all: configure
        !             7:        @echo "Skipping the compilation of asir2000."
        !             8:
        !             9: install: all
        !            10:        @echo "Skipping the installation of asir2000."
        !            11:
        !            12: clean:
        !            13:
        !            14: distclean: clean
        !            15:
        !            16: configure: install-pari
        !            17:        @echo "Skipping the configuration of asir2000."
        !            18:
        !            19: install-pari:
        !            20:        @if [ ! -f ./.install-pari_done ]; then \
        !            21:                (cd $(PARI) ; make install) \
        !            22:        fi
        !            23:        @touch ./.install-pari_done

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