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

Annotation of OpenXM_contrib2/asir2000/builtin/Imakefile, Revision 1.4

1.2       noro        1: /*
                      2:  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
                      3:  * All rights reserved.
                      4:  *
1.4     ! noro        5:  * $OpenXM: OpenXM_contrib2/asir2000/builtin/Imakefile,v 1.3 2000/12/22 09:58:31 saito Exp $
1.2       noro        6:  */
1.1       noro        7: #include "../include/Risa.tmpl"
                      8:
1.3       saito       9: ITVSRC = itvnum.c
                     10: ITVOBJ = itvnum.o
                     11:
1.1       noro       12: SRCS = ftab.c algnum.c array.c cplxnum.c ctrl.c dp.c\
                     13:        fctr.c file.c help.c int.c list.c miscf.c\
                     14:        parif.c poly.c pdiv.c print.c pf.c\
                     15:        rat.c reduct.c result.c\
1.3       saito      16:        $(ITVSRC)\
1.1       noro       17:        strobj.c subst.c time.c type.c var.c compobj.c\
1.4     ! noro       18:        gr.c dp-supp.c gf.c math.c numerical.c ec.c al.c batch.c sha1.c user.c
1.1       noro       19:
                     20: OBJS = ftab.o algnum.o array.o cplxnum.o ctrl.o dp.o\
                     21:        fctr.o file.o help.o int.o list.o miscf.o\
                     22:        parif.o poly.o pdiv.o print.o pf.o\
                     23:        rat.o reduct.o result.o\
1.3       saito      24:        $(ITVOBJ)\
1.1       noro       25:        strobj.o subst.o time.o type.o var.o compobj.o\
1.4     ! noro       26:        gr.o dp-supp.o gf.o math.o numerical.o ec.o al.o batch.o sha1.o user.o
1.3       saito      27:
                     28: $(ITVOBJ): $(TOP)/include/interval.h
1.1       noro       29:
                     30: NormalLibraryTarget(func,$(OBJS))
                     31: DependTarget()
                     32:
                     33: file.o ftab.o parif.o pf.o print.o sprint.o: $(TOP)/include/Risa.tmpl

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>