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

Annotation of OpenXM_contrib2/asir2000/include/Imakefile, Revision 1.1

1.1     ! noro        1: /* $OpenXM$ */
        !             2: #include "../include/Risa.tmpl"
        !             3:
        !             4: SRCS= al.h b.h base.h bf.h ca-27.h ca.h com.h inline.h ox.h prime.h version.h wsio.h
        !             5:
        !             6: all::
        !             7:
        !             8: depend::
        !             9:
        !            10: install-include::
        !            11:        MakeDir($(ASIR_INCDIR))
        !            12:        -$(CP) $(SRCS) $(ASIR_INCDIR)

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