#/* Copyright (c) CNIDR (Work in progress) */
#
# WIDE AREA INFORMATION SERVER SOFTWARE:
#   No guarantees or restrictions.  See the readme file for the full standard
#   disclaimer.	
#
# Makefile for the include directory
#
# $Log:	Makefile,v $
# Revision 1.8  92/02/16  18:37:43  jonathan
#

RM = /bin/rm 
RMFLAGS = -f

default: 

clean:
	$(RM) $(RMFLAGS) *%
	$(RM) $(RMFLAGS) *.o
	$(RM) $(RMFLAGS) *.a
	$(RM) $(RMFLAGS) *~
	$(RM) $(RMFLAGS) \#*\#
	$(RM) $(RMFLAGS) core

