# The following variables are configurable.
#-----------------------------------#
LOCALCFLAGS := 
LOCALIFLAGS := -I./include_tc
LOCALLFLAGS := -L../lib/$(ARCH)
LOCALSFLAGS :=

LIBS := -lmisc -lcensus -lclients -lcommands -ldata -ldeity  -lnuke -lparse -lupdate -lutil -lmisc -lplane -lship -lland -ltermlib -lm
BIN := ../../bin/tcemp

#-----------------------------------#

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

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