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

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

1.4     ! noro        1: /* $OpenXM: OpenXM_contrib2/asir2000/lib/Imakefile,v 1.3 1999/12/24 06:54:26 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::
                     10:
                     11: install2::
                     12:        MakeDir($(ASIR_BINDIR))
                     13:        MakeDir($(ASIR_LIBDIR))
                     14:        -$(CP) -R $(SRCS) $(ASIR_LIBDIR)
                     15:        $(RM) -r $(ASIR_LIBDIR)/help-jp
1.2       noro       16:        $(RM) -r $(ASIR_LIBDIR)/help-eg
1.1       noro       17:        $(RM) -r $(ASIR_LIBDIR)/html-jp
1.2       noro       18:        $(RM) -r $(ASIR_LIBDIR)/html-eg
1.3       noro       19:        uudecode -p help-jp.uu | gzip -dc | ( cd $(ASIR_LIBDIR); tar xf - )
                     20:        uudecode -p help-eg.uu | gzip -dc | ( cd $(ASIR_LIBDIR); tar xf - )
                     21:        uudecode -p html-jp.uu | gzip -dc | ( cd $(ASIR_LIBDIR); tar xf - )
                     22:        uudecode -p html-eg.uu | gzip -dc | ( cd $(ASIR_LIBDIR); tar xf - )
1.2       noro       23:        $(LN) $(ASIR_LIBDIR)/help-eg $(ASIR_LIBDIR)/help

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