# The following variables are configurable.
#-----------------------------------#
LOCALCFLAGS := 
LOCALIFLAGS := -I./include_x -I./icons
LOCALLFLAGS := -L../lib/$(ARCH) -L/usr/lib/X11
LOCALSFLAGS := -s

LIBS := -lmisc -lcensus -lclients -lcommands -ldata -ldeity -lnuke -lparse -lupdate -lutil -lmisc -lplane -lship -lland -lX11 -lm
BIN := ../../$(ARCH)/xemp
#-----------------------------------#

# 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
