[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / lib

Annotation of OpenXM_contrib2/asir2000/lib/Imakefile, Revision 1.1

1.1     ! noro        1: /* $OpenXM: OpenXM/src/asir99/lib/Imakefile,v 1.2 1999/11/17 08:57:10 noro Exp $ */
        !             2: #include "../include/Risa.tmpl"
        !             3:
        !             4: SRCS= alpi bgk const contrib cyclic\
        !             5:        defs.h fctrdata fctrtest fff gr\
        !             6:        ifplot katsura mat nf num\
        !             7:        primdec ratint robot solve sp sturm xm
        !             8:
        !             9: all::
        !            10:
        !            11: install2::
        !            12:        MakeDir($(ASIR_BINDIR))
        !            13:        MakeDir($(ASIR_LIBDIR))
        !            14:        -$(CP) -R $(SRCS) $(ASIR_LIBDIR)
        !            15:        $(RM) -r $(ASIR_LIBDIR)/help
        !            16:        $(RM) -r $(ASIR_LIBDIR)/help-jp
        !            17:        $(RM) -r $(ASIR_LIBDIR)/html-jp
        !            18:        gzip -dc help-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - )
        !            19:        gzip -dc html-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - )
        !            20:        $(LN) $(ASIR_LIBDIR)/help-jp $(ASIR_LIBDIR)/help

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