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

File: [local] / OpenXM_contrib2 / asir2000 / include / Attic / Imakefile (download)

Revision 1.1, Fri Mar 10 03:05:01 2000 UTC (24 years, 2 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_1_2

Imakefile:
    Added a new target 'install-bin-lib' for OpenXM.
include/Imakefile, gc/Imakefile, parse/Imakefile:
	Added a new taget 'install-include' for the library mode.
lib/*:
	Updates of help/html files.

/* $OpenXM: OpenXM_contrib2/asir2000/include/Imakefile,v 1.1 2000/03/10 03:05:01 noro Exp $ */
#include "../include/Risa.tmpl"

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

all::

depend::

install-include::
	MakeDir($(ASIR_INCDIR))
	-$(CP) $(SRCS) $(ASIR_INCDIR)