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

File: [local] / OpenXM_contrib2 / asir2000 / io / Attic / Imakefile (download)

Revision 1.3, Fri Aug 25 07:59:24 2000 UTC (23 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: maekawa-ipv6, STABLE_1_1_3, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.2: +3 -3 lines

des.c should not exist in the open source version.

/*
 * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED 
 * All rights reserved.  
 *
 * $OpenXM: OpenXM_contrib2/asir2000/io/Imakefile,v 1.3 2000/08/25 07:59:24 noro Exp $
 */
#include "../include/Risa.tmpl"

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
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

AllTarget(libio.a)
NormalLibraryTarget(io,$(OBJS))
DependTarget()

#if defined(MipsArchitecture)
ping.o server.o:
	cc -c -O2 $(ALLDEFINES) $*.c
#endif