# $Id: Makefile,v 1.6 2003/05/23 15:43:43 andrei Exp $
#
# print example module makefile
#
# 
# WARNING: do not run this directly, it should be run by the master Makefile

include ../../Makefile.defs
auto_gen=
NAME=carrierroute.so

DEFS+=-I$(LOCALBASE)/include
LIBS+=-L$(LOCALBASE)/lib -lconfuse

include ../../Makefile.modules

#doc:
#	doxygen
#
#clean: doc-clean
#
#doc-clean:
#	rm -rf docs
