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

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

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

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