[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.5

1.5     ! ohara       1: ## $OpenXM: OpenXM_contrib2/asir2000/lib/Makefile.am,v 1.4 2003/03/12 08:22:53 ohara Exp $
1.1       ohara       2:
1.2       ohara       3: RR      = alpi bfct bgk const cyclic defs.h dfff dmul fctrdata fctrtest \
1.1       ohara       4:           fff glib gr ifplot katsura mat nf num primdec primdec_lex \
                      5:           ratint robot solve sp sturm sym xm
                      6:
1.2       ohara       7: install-doc:
1.5     ! ohara       8:        -mkdir -p ${DESTDIR}${prefix}/lib/asir
1.1       ohara       9:        -for i in jp eg ; do \
                     10:                uudecode help-$$i.uu ; \
1.5     ! ohara      11:                gzip -dc help-$$i.tgz | ( cd ${DESTDIR}${prefix}/lib/asir; tar xf - ) ; \
1.1       ohara      12:                rm -f help-$$i.tgz ; \
                     13:        done
1.5     ! ohara      14:        -rm ${DESTDIR}${prefix}/lib/asir/help
        !            15:        (cd ${DESTDIR}${prefix}/lib/asir; ${LN_S} help-eg help)
1.2       ohara      16:
                     17: install-lib:
1.5     ! ohara      18:        -mkdir -p ${DESTDIR}${prefix}/lib/asir
        !            19:        ${INSTALL_DATA} ${RR} ${DESTDIR}${prefix}/lib/asir/

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