#
# $Id: Makefile,v 1.5 1996/06/01 17:26:12 lf Exp $
#
# Copyright (C) 1995 Lars Fenneberg
#
# See the file COPYRIGHT for the respective terms and conditions. 
# If the file is missing contact me at in5y050@public.uni-hamburg.de 
# and I'll send you a copy.
#

include ../MCONFIG

LIBS:=$(LIBS) -lradclient

.PHONY: all ci co clean depend

all:	radexample

radexample: radexample.o ../lib/libradclient.a

ci:
	-$(CI) $(CIFLAGS) Makefile radexample.c README.radexample

co:
	-$(CO) $(COFLAGS) Makefile radexample.c README.radexample

clean:
	rm -f *~ *.o radexample

depend:
