[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.5, Fri Feb 14 18:39:02 2003 UTC (21 years, 3 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_2
Changes since 1.4: +3 -3 lines

add matrix new function.
matrix fundamental row operation.

/*
 * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED 
 * All rights reserved.  
 *
 * $OpenXM: OpenXM_contrib2/asir2000/builtin/Imakefile,v 1.5 2003/02/14 18:39:02 saito Exp $
 */
#include "../include/Risa.tmpl"

ITVSRC = itvnum.c
ITVOBJ = itvnum.o

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\
	$(ITVSRC) mattran.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 user.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\
	$(ITVOBJ) mattran.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 user.o

$(ITVOBJ): $(TOP)/include/interval.h

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

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