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

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

Revision 1.2, Tue Aug 22 01:30:22 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_1_3
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/builtin/Imakefile,v 1.2 2000/08/22 01:30:22 noro Exp $
 */
#include "../include/Risa.tmpl"

SRCS = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c\
	fctr.c file.c help.c int.c list.c miscf.c\
	parif.c poly.c pdiv.c print.c pf.c\
	rat.c reduct.c result.c\
	strobj.c subst.c time.c type.c var.c compobj.c\
	gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c batch.c sha1.c

OBJS = ftab.o algnum.o array.o cplxnum.o ctrl.o dp.o\
	fctr.o file.o help.o int.o list.o miscf.o\
	parif.o poly.o pdiv.o print.o pf.o\
	rat.o reduct.o result.o\
	strobj.o subst.o time.o type.o var.o compobj.o\
	gr.o dp-supp.o gf.o math.o numerical.o ec.o al.o batch.o sha1.o

NormalLibraryTarget(func,$(OBJS))
DependTarget()

file.o ftab.o parif.o pf.o print.o sprint.o: $(TOP)/include/Risa.tmpl