#
# Sella NMS
# $Id: Makefile,v 2.3 2004/01/11 23:33:03 sella Exp $
# Copyright (c) 2001-2004 Digital Genesis Software. All Rights Reserved.
# Released under the GPL Version 2 License.
# http://www.digitalgenesis.com
#

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