#
# $Id: Makefile,v 1.1 1996/05/13 00:05:29 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)

all: ppptraffic rport getifname

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

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

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

clean:
	rm -f *~ *.bak *.o getifname rport ppptraffic 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
ppptraffic.o: ../include/config.h ../include/radius.h
