#
# SellaNMS
# $Id: Makefile,v 2.7 2006/01/22 22:18:21 sella Exp $
# Copyright (c) 2001-2006 Digital Genesis Software. All Rights Reserved.
# Released under the GPL Version 2 License.
# http://www.digitalgenesis.com
#

all build xinstall install docs lines clean distclean depend:
	@if [ -f src/Makefile ]; then \
		cd src && $(MAKE) $@; \
	else \
		sh configure; \
		cd src && $(MAKE) $@; \
	fi
