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

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

1.1     ! noro        1: /* $OpenXM: OpenXM/src/asir99/io/Imakefile,v 1.1.1.1 1999/11/10 08:12:30 noro Exp $ */
        !             2: #include "../include/Risa.tmpl"
        !             3:
        !             4: SRCS= pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c cpexpr.c cio.c ox.c des.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c
        !             5: OBJS= pexpr.o spexpr.o biovar.o bsave.o bload.o io.o sio.o cpexpr.o cio.o ox.o des.o ox_asir.o ox_launch.o tcpf.o ws_fileio.o
        !             6:
        !             7: AllTarget(libio.a)
        !             8: NormalLibraryTarget(io,$(OBJS))
        !             9: DependTarget()
        !            10:
        !            11: #if defined(MipsArchitecture)
        !            12: ping.o server.o:
        !            13:        cc -c -O2 $(ALLDEFINES) $*.c
        !            14: #endif

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