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

TOPDIR= ../..
LIB := ../libdeity.a
LINTNAME := deity
#-----------------------------------#

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

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

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

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