Annotation of OpenXM_contrib2/asir2000/include/Imakefile, Revision 1.2
1.2 ! noro 1: /*
! 2: * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
! 3: * All rights reserved.
! 4: *
! 5: * $OpenXM: OpenXM_contrib2/asir2000/include/Imakefile,v 1.1 2000/03/10 03:05:01 noro Exp $
! 6: */
1.1 noro 7: #include "../include/Risa.tmpl"
8:
9: 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
10:
11: all::
12:
13: depend::
14:
15: install-include::
16: MakeDir($(ASIR_INCDIR))
17: -$(CP) $(SRCS) $(ASIR_INCDIR)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>