head     1.3;
branch   ;
access   ;
symbols  ATH7_4:1.3 ATH7_6:1.3;
locks    ; strict;
comment  @# @;


1.3
date     92.04.27.12.39.53;  author epeisach;  state Exp;
branches ;
next     1.2;

1.2
date     91.06.30.15.32.14;  author probe;  state Exp;
branches ;
next     1.1;

1.1
date     91.06.30.15.29.14;  author probe;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@Decalre AnsiCC, use fxrpc library
@
text
@/* 
 * Iakefile for the FX (file exchange) clients
 *
 * $Author: wdc $
 * $Id: Imakefile,v 1.2 92/04/10 16:39:44 wdc Exp $
 *
 *
 * Copyright 1989, 1990 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 *
 */

AnsiCC()

CLIENTS = turnin pickup collect uncollect return fxpurge \
	 fxblanche fxcreate fxdestroy fxls fxping

INCLUDES = -I../lib -I../rpc3.9/usr/include -I../include
LIBS = -L../lib -L../rpc3.9/usr/lib -lfxcl -lhesiod -lkrb -ldes -lcom_err -lfxrpc
FXOBJS = main.o fx_ct.o fx.o arg.o
FXSRCS = main.c fx_ct.o fx.c arg.c

DEFINES= ${INCLUDES}

.SUFFIXES: .o .h .lint .c .ct

.ct.c:
	rm -f $*.c
	mk_cmds $*.ct

.c.lint:
	lint -u $(INCLUDES) $*.c $(LIBS) | tee $@@


SimpleProgram(turnin,turnin.o fxmain.o full_name.o,$(LIBS),$(ATHBINDIR))
SimpleProgram(pickup,dump.o pickup.o array.o fxmain.o,$(LIBS),$(ATHBINDIR))
SimpleProgram(collect,full_name.o dump.o collect.o array.o fxmain.o,\
		 $(LIBS),$(ATHBINDIR))
SimpleProgram(uncollect,uncollect.o fxmain.o,$(LIBS),$(ATHBINDIR))
SimpleProgram(return,return.o array.o full_name.o fxmain.o,\
		$(LIBS),$(ATHBINDIR))
SimpleProgram(fxpurge,full_name.o purge.o fxpurge.o array.o fxmain.o,\
		$(LIBS),$(ATHBINDIR))
SimpleProgram(fxblanche,fxblanche.o full_name.o,$(LIBS),$(ATHBINDIR))
SimpleProgram(fxcreate,fxcreate.o full_name.o,$(LIBS),$(ATHBINDIR))
SimpleProgram(fxdestroy,fxdestroy.o,$(LIBS),$(ATHBINDIR))
SimpleProgram(fxls,fxls.o,$(LIBS),$(ATHBINDIR))
SimpleProgram(fxping,fxping.o,$(LIBS),$(ATHBINDIR))

clean::
	rm -f *.lint core 
@


1.2
log
@RIOS integration (brlewis)  - use rpc/rpcgen that comes with the rios
@
text
@d4 2
a5 2
 * $Author: probe $
 * $Id: Imakefile,v 1.1 91/06/30 15:29:14 probe Exp Locker: probe $
d15 2
d21 1
a21 5
#if defined(_IBMR2)
LIBS = -L../lib -lfxcl -lhesiod -lkrb -ldes -lcom_err
#else
LIBS = -L../lib -L../rpc3.9/usr/lib -lfxcl -lhesiod -lkrb -ldes -lcom_err -lrpclib
#endif
a25 2

AnsiCC()
@


1.1
log
@Initial revision
@
text
@d4 2
a5 2
 * $Author: brlewis $
 * $Id$
d19 5
a23 1
LIBS = -L../lib -L../rpc3.9/usr/lib -lss -lfxcl -lhesiod -lkrb -ldes -lcom_err -lrpclib
@
