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

LIBS := ../lib/libplayer.a ../lib/libupdate.a ../lib/libcommands.a \
	../lib/libsubs.a ../lib/libcommon.a ../lib/libgen.a \
	../lib/libglobal.a ../lib/libas.a ../lib/liblwp.a -lm -lc
BIN := emp_server
#-----------------------------------#

# 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
