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

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

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

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