[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.3, Fri Dec 22 09:58:31 2000 UTC (23 years, 5 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.2: +8 -1 lines

Add to interval number function.

/*
 * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED 
 * All rights reserved.  
 *
 * $OpenXM: OpenXM_contrib2/asir2000/builtin/Imakefile,v 1.3 2000/12/22 09:58:31 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)\
	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\
	$(ITVOBJ)\
	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

$(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