head     1.1;
access   ;
symbols  KSUrelease-Aug93:1.1;
locks    ; strict;
comment  @# @;


1.1
date     93.07.01.08.13.07;  author bill;  state Exp;
branches ;
next     ;


desc
@@


1.1
log
@Start
@
text
@# The following variables are configurable.
#-----------------------------------#
LOCALCFLAGS :=
LOCALIFLAGS := 
LOCALLFLAGS :=
LOCALSFLAGS :=

LIB := ../commands.a
LINTLIBS := subs common
#-----------------------------------#

# Productions:
#	depend:	create the dependencies
#	all:	make the library
#	saber:	load things for saber
#	tags:	make tags

include ../../make/GenMakefile
include $(DEPENDENCIES)
include ../../make/LibMakefile

tags: ../tags
	ln -s ../tags

TAGS: ../TAGS
	ln -s ../TAGS

cleanlint: $(SRCS)
	$(MAKE) lint | egrep -v \
	  fmt\|logerror\|possible\|'nat_value, arg. 5'\|':$$'
@
