[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.2, Tue Aug 22 01:30:25 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.1: +6 -1 lines

Added a short copyright notice to Imakefiles.

/*
 * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED 
 * All rights reserved.  
 *
 * $OpenXM: OpenXM_contrib2/asir2000/include/Imakefile,v 1.2 2000/08/22 01:30:25 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)