# The following variables are configurable.
#-----------------------------------#
LOCALCFLAGS := 
LOCALIFLAGS := -I./include_x -I./icons
LOCALLFLAGS := -L/usr/lib/X11
LOCALSFLAGS := -s
TOPDIR = ..
LIBDIR := $(TOPDIR)/lib
LIBS := $(LIBDIR)/libmisc.a \
	$(LIBDIR)/libcensus.a \
	$(LIBDIR)/libclients.a \
	$(LIBDIR)/libcommands.a \
	$(LIBDIR)/libdata.a \
	$(LIBDIR)/libdeity.a \
	$(LIBDIR)/libnuke.a \
	$(LIBDIR)/libparse.a \
	$(LIBDIR)/libupdate.a \
	$(LIBDIR)/libutil.a \
	$(LIBDIR)/libmisc.a \
	$(LIBDIR)/libplane.a \
	$(LIBDIR)/libship.a \
	$(LIBDIR)/libland.a \
	$(LIBDIR)/libregex.a \
	-lX11 -lm
BIN := $(TOPDIR)/$(ARCH)/xemp
#-----------------------------------#

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

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