# The following variables are configurable.
#-----------------------------------#
LOCALCFLAGS :=
LOCALIFLAGS := 
LOCALLFLAGS :=
LOCALSFLAGS :=

LIB := ../subs.a
LINTNAME := SUBS
#-----------------------------------#

# 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
