# The following variables are configurable.
#-----------------------------------#
ifdef TCEMP
LOCALCFLAGS :=
LOCALIFLAGS := -I../../termc/include_tc
LOCALLFLAGS :=
LOCALSFLAGS :=
endif
ifdef XEMP
LOCALCFLAGS :=
LOCALIFLAGS :=
LOCALLFLAGS :=
LOCALSFLAGS :=
endif

LIB := ../libdata.a
LINTNAME := data
#-----------------------------------#

# 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
