######################################################################### 
#									# 
#   File: scorpion/src/specs/Makefile 
#				 					# 
#   Copyright (C) 1991 Karen Shannon
#									# 
#   The Scorpion System is free software in the public domain; you can  # 
#   redistribute it and/or modify it as you wish. We ask that you 	# 
#   retain credits referencing the University of Arizona and that you	# 
#   identify any changes you make.					# 
#									# 
#   Report problems to scorpion-project@cs.arizona.edu			# 
#   Direct all inquiries to:	The Scorpion Project			# 
#				Department of Computer Science		# 
#				Gould-Simpson Building			# 
#				University of Arizona			# 
#				Tucson, AZ 85721			# 
#				U.S.A.					# 
#									# 
#   Revision Log:							# 
#	$Log:$ 
#									# 
#   Edit Log:								# 
#     Jan 9 1985 (shannon) Created.					# 
#									# 
######################################################################### 

INCDIR=/usr/local/scorpion/include
LIBDIR=/usr/local/scorpion/lib
BINDIR=/usr/local/bin
CWD=
SRCDIR=$(CWD)/src
SPECSDIR=$(SRCDIR)/specs
MAKE=make

CC=cc -O
PC=pc
RM=rm -f
YACC=yacc
MV=mv
CP=cp
LEX=lex
CHOWN=
CHGRP=
CHMOD=
INSTALL=

MAKEIDLVIEW=true
COMPILEDIANA=true

# command to clean up the object code in the directories.
Clean:
	$(RM) *.list *.Cdl

.IGNORE:
