#
# $Id: Makefile,v 1.2 1996/06/01 17:26:08 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:=-lradclient $(LIBSHADOW)

.PHONY: all ci co clean depend

all: rport getifname

getifname: getifname.o  ../lib/libradclient.a
rport: rport.o

ci:
	-$(CI) $(CIFLAGS) rport.c getifname.c Makefile

co:
	-$(CO) $(COFLAGS) rport.c getifname.c Makefile

clean:
	rm -f *~ *.bak *.o getifname rport a.out core

depend:
	makedepend -Y -- $(CFLAGS) -- *.c 2>/dev/null
	rm -f Makefile.bak

# DO NOT DELETE

getifname.o: ../include/config.h ../include/radius.h
