#  Copyright (c) 1995 by Mark Hill, James Larus, and David Wood for 
#  the Wisconsin Wind Tunnel Project and Joel Saltz for the High Performance 
#  Software Laboratory, University of Maryland, College Park.
# 
#  ALL RIGHTS RESERVED.
# 
#  This software is furnished under a license and may be used and
#  copied only in accordance with the terms of such license and the
#  inclusion of the above copyright notice.  This software or any other
#  copies thereof or any derivative works may not be provided or
#  otherwise made available to any other persons.  Title to and ownership
#  of the software is retained by Mark Hill, James Larus, Joel Saltz, and 
#  David Wood. Any use of this software must include the above copyright 
#  notice.
# 
#  THIS SOFTWARE IS PROVIDED "AS IS".  THE LICENSOR MAKES NO
#  WARRANTIES ABOUT ITS CORRECTNESS OR PERFORMANCE.
#
#  Shubhendu Mukherjee (Shubu) and Shamik Sharma generated the sequential 
#  version in C.
#  Shubhendu Mukherjee (Shubu) parallelized moldyn on Tempest. 
#


include Makefile

Make.depend:	.make.state
	egrep -v 'MAKE_VERSION|BUILT_LAST_MAKE_RUN|^	' .make.state > Make.depend

include Make.depend
