[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / lib

Annotation of OpenXM_contrib2/asir2000/lib/Makefile.am, Revision 1.13

1.13    ! ohara       1: ## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.12 2009/02/22 16:51:36 ohara Exp $
1.1       ohara       2:
1.13    ! ohara       3: asirdir = ${libdir}/asir2000
1.10      noro        4: RR      = alpi bfct bgk const cyclic defs.h dfff dmul dmul102 fctrdata fctrtest \
1.1       ohara       5:           fff glib gr ifplot katsura mat nf num primdec primdec_lex \
1.9       noro        6:           ratint robot solve sp sturm sym xm primdec_mod weight
1.1       ohara       7:
1.2       ohara       8: install-doc:
1.6       ohara       9:        -mkdir -p ${DESTDIR}${asirdir}
1.12      ohara      10:        -for i in ja en ; do \
1.1       ohara      11:                uudecode help-$$i.uu ; \
1.6       ohara      12:                gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${asirdir}; tar xf - ) ; \
1.1       ohara      13:                rm -f help-$$i.tgz ; \
                     14:        done
1.6       ohara      15:        -rm ${DESTDIR}${asirdir}/help
1.12      ohara      16:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-ja help-jp)
                     17:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help-eg)
                     18:        (cd ${DESTDIR}${asirdir}; ${LN_S} help-en help)
1.2       ohara      19:
                     20: install-lib:
1.6       ohara      21:        -mkdir -p ${DESTDIR}${asirdir}
1.8       noro       22:        -for i in ${RR} ; do \
                     23:                ${INSTALL_DATA} $$i ${DESTDIR}${asirdir} ; \
                     24:        done

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