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

Annotation of OpenXM_contrib2/asir2000/io/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/io/Imakefile,v 1.1.1.1 1999/12/03 07:39:11 noro Exp $
        !             6:  */
1.1       noro        7: #include "../include/Risa.tmpl"
                      8:
                      9: 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
                     10: 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
                     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>