version 1.3, 2000/12/22 09:58:31 |
version 1.4, 2002/08/14 03:51:38 |
|
|
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED |
* All rights reserved. |
* All rights reserved. |
* |
* |
* $OpenXM: OpenXM_contrib2/asir2000/builtin/Imakefile,v 1.2 2000/08/22 01:30:22 noro Exp $ |
* $OpenXM: OpenXM_contrib2/asir2000/builtin/Imakefile,v 1.3 2000/12/22 09:58:31 saito Exp $ |
*/ |
*/ |
#include "../include/Risa.tmpl" |
#include "../include/Risa.tmpl" |
|
|
Line 15 SRCS = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c\ |
|
Line 15 SRCS = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c\ |
|
rat.c reduct.c result.c\ |
rat.c reduct.c result.c\ |
$(ITVSRC)\ |
$(ITVSRC)\ |
strobj.c subst.c time.c type.c var.c compobj.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 |
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\ |
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\ |
fctr.o file.o help.o int.o list.o miscf.o\ |
Line 23 OBJS = ftab.o algnum.o array.o cplxnum.o ctrl.o dp.o\ |
|
Line 23 OBJS = ftab.o algnum.o array.o cplxnum.o ctrl.o dp.o\ |
|
rat.o reduct.o result.o\ |
rat.o reduct.o result.o\ |
$(ITVOBJ)\ |
$(ITVOBJ)\ |
strobj.o subst.o time.o type.o var.o compobj.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 |
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 |
$(ITVOBJ): $(TOP)/include/interval.h |
|
|