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

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

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

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