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

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

1.15    ! noro        1: /*
        !             2:  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
        !             3:  * All rights reserved.
        !             4:  *
        !             5:  * $OpenXM: OpenXM_contrib2/asir2000/lib/Imakefile,v 1.14 2000/06/07 03:00:21 noro Exp $
        !             6:  */
1.1       noro        7: #include "../include/Risa.tmpl"
                      8:
1.4       noro        9: SRCS= alpi bgk const cyclic\
1.1       noro       10:        defs.h fctrdata fctrtest fff gr\
                     11:        ifplot katsura mat nf num\
1.14      noro       12:        primdec ratint robot solve sp sturm xm dmul bfct
1.1       noro       13:
                     14: all::
1.7       noro       15:
1.8       noro       16: depend::
1.1       noro       17:
1.6       noro       18: install-lib::
1.1       noro       19:        MakeDir($(ASIR_BINDIR))
                     20:        MakeDir($(ASIR_LIBDIR))
1.14      noro       21:        -$(CP) $(SRCS) $(ASIR_LIBDIR)
1.9       noro       22:        $(RM) $(ASIR_LIBDIR)/help
1.13      noro       23:        (cd $(ASIR_LIBDIR); $(LN) help-eg help)
1.11      noro       24:
                     25: install-doc::
1.1       noro       26:        $(RM) -r $(ASIR_LIBDIR)/help-jp
1.2       noro       27:        $(RM) -r $(ASIR_LIBDIR)/help-eg
1.1       noro       28:        $(RM) -r $(ASIR_LIBDIR)/html-jp
1.2       noro       29:        $(RM) -r $(ASIR_LIBDIR)/html-eg
1.5       noro       30:        uudecode help-jp.uu ; gzip -dc help-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-jp.tgz
                     31:        uudecode help-eg.uu ; gzip -dc help-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) help-eg.tgz
                     32:        uudecode html-jp.uu ; gzip -dc html-jp.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) html-jp.tgz
                     33:        uudecode html-eg.uu ; gzip -dc html-eg.tgz | ( cd $(ASIR_LIBDIR); tar xf - ); $(RM) html-eg.tgz

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