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

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

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

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