head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	97.01.29.03.37.02;	author morgan;	state Exp;
branches;
next	;


desc
@update for release
@


1.1
log
@Initial revision
@
text
@#
# $Id: Makefile,v 1.2 1996/12/01 02:32:53 morgan Exp morgan $
#

dummy:
	@@echo "*** This is not a top level Makefile!"

all:
	@@echo "nothing to do in this directory"

install: all

remove: all

clean:
	rm -f core *.a *.so *.o *~

extraclean: clean
	rm -f *.out

@
