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

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

1.2       noro        1: /*
                      2:  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
                      3:  * All rights reserved.
                      4:  *
1.3     ! noro        5:  * $OpenXM: OpenXM_contrib2/asir2000/io/Imakefile,v 1.2 2000/08/22 01:30:26 noro Exp $
1.2       noro        6:  */
1.1       noro        7: #include "../include/Risa.tmpl"
                      8:
1.3     ! noro        9: SRCS= pexpr.c spexpr.c biovar.c bsave.c bload.c io.c sio.c cpexpr.c cio.c ox.c ox_asir.c ox_launch.c tcpf.c ws_fileio.c
        !            10: OBJS= pexpr.o spexpr.o biovar.o bsave.o bload.o io.o sio.o cpexpr.o cio.o ox.o ox_asir.o ox_launch.o tcpf.o ws_fileio.o
1.1       noro       11:
                     12: AllTarget(libio.a)
                     13: NormalLibraryTarget(io,$(OBJS))
                     14: DependTarget()
                     15:
                     16: #if defined(MipsArchitecture)
                     17: ping.o server.o:
                     18:        cc -c -O2 $(ALLDEFINES) $*.c
                     19: #endif

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