#############################################################################
# Makefile for building wolfpack
# Generated by tmake at 22:06, 2001/08/06
#     Project: wolfpack
#    Template: app
#############################################################################

####### Compiler, tools and options

CC	=	gcc
CXX	=	g++
CFLAGS	=	-pipe -O2
CXXFLAGS=	-funsigned-char -O2
INCPATH	=	
LINK	=	g++
LFLAGS	=	
LIBS	=	$(SUBLIBS) 
MOC	=	$(QTDIR)/bin/moc
UIC	=	$(QTDIR)/bin/uic

TAR	=	tar -cf
GZIP	=	gzip -9f

####### Files

HEADERS =	CharWrap.h \
		Client.h \
		wpconsole.h \
		wip.h \
		ItemWrap.h \
		SndPkg.h \
		SrvParms.h \
		TmpEff.h \
		accounts.h \
		basics.h \
		boats.h \
		books.h \
		bounty.h \
		char_array.h \
		chars.h \
		classes.h \
		cmdtable.h \
		debug.h \
		defines.h \
		dragdrop.h \
		gumps.h \
		globals.h \
		hCache.h \
		hFile.h \
		im.h \
		inlines.h \
		item_array.h \
		itemid.h \
		items.h \
		msgboard.h \
		mstring.h \
		netsys.h \
		network.h \
		platform.h \
		prototypes.h \
		rcvpkg.h \
		regions.h \
		remadmin.h \
		resource.h \
		scriptc.h \
		speech.h \
		sregions.h \
		storage.h \
		structs.h \
		stream.h \
		targeting.h \
		typedefs.h \
		utilsys.h \
		verinfo.h \
		whitespace.h \
		wolfpack.h \
		worldmain.h
SOURCES =	CharWrap.cpp \
		Client.cpp \
		ItemWrap.cpp \
		LoS.cpp \
		SkiTarg.cpp \
		SndPkg.cpp \
		SrvParms.cpp \
		wip.cpp \
		Timing.cpp \
		TmpEff.cpp \
		wpconsole.cpp \
		Trade.cpp \
		accounts.cpp \
		admin.cpp \
		archive.cpp \
		basics.cpp \
		boats.cpp \
		books.cpp \
		bounty.cpp \
		cFile.cpp \
		cache.cpp \
		char_array.cpp \
		cmdtable.cpp \
		combat.cpp \
		commands.cpp \
		dbl_single_click.cpp \
		debug.cpp \
		dragdrop.cpp \
		fishing.cpp \
		globals.cpp \
		guildstones.cpp \
		gumps.cpp \
		house.cpp \
		html.cpp \
		im.cpp \
		item_array.cpp \
		itemid.cpp \
		items.cpp \
		magic.cpp \
		mapstuff.cpp \
		msgboard.cpp \
		mstring.cpp \
		necro.cpp \
		netsys.cpp \
		network.cpp \
		newbie.cpp \
		npcs.cpp \
		p_ai.cpp \
		pointer.cpp \
		qsf.cpp \
		rcvpkg.cpp \
		regions.cpp \
		remadmin.cpp \
		scriptc.cpp \
		scripts.cpp \
		skills.cpp \
		speech.cpp \
		sregions.cpp \
		storage.cpp \
		targeting.cpp \
		telport.cpp \
		trigger.cpp \
		utilsys.cpp \
		walking.cpp \
		weight.cpp \
		wolfpack.cpp \
		worldmain.cpp
OBJECTS =	CharWrap.o \
		Client.o \
		ItemWrap.o \
		LoS.o \
		SkiTarg.o \
		SndPkg.o \
		SrvParms.o \
		wip.o \
		Timing.o \
		TmpEff.o \
		wpconsole.o \
		Trade.o \
		accounts.o \
		admin.o \
		archive.o \
		basics.o \
		boats.o \
		books.o \
		bounty.o \
		cFile.o \
		cache.o \
		char_array.o \
		cmdtable.o \
		combat.o \
		commands.o \
		dbl_single_click.o \
		debug.o \
		dragdrop.o \
		fishing.o \
		globals.o \
		guildstones.o \
		gumps.o \
		house.o \
		html.o \
		im.o \
		item_array.o \
		itemid.o \
		items.o \
		magic.o \
		mapstuff.o \
		msgboard.o \
		mstring.o \
		necro.o \
		netsys.o \
		network.o \
		newbie.o \
		npcs.o \
		p_ai.o \
		pointer.o \
		qsf.o \
		rcvpkg.o \
		regions.o \
		remadmin.o \
		scriptc.o \
		scripts.o \
		skills.o \
		speech.o \
		sregions.o \
		storage.o \
		targeting.o \
		telport.o \
		trigger.o \
		utilsys.o \
		walking.o \
		weight.o \
		wolfpack.o \
		worldmain.o
INTERFACES =	
UICDECLS =	
UICIMPLS =	
SRCMOC	=	
OBJMOC	=	
DIST	=	
TARGET	=	wolfpack
INTERFACE_DECL_PATH = .

####### Implicit rules

.SUFFIXES: .cpp .cxx .cc .C .c

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $<

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<

####### Build rules


all: $(TARGET)

$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)

moc: $(SRCMOC)

tmake: Makefile

Makefile: wolfpack.pro
	tmake wolfpack.pro -o Makefile

dist:
	$(TAR) wolfpack.tar wolfpack.pro $(SOURCES) $(HEADERS) $(INTERFACES) $(DIST)
	$(GZIP) wolfpack.tar

clean:
	-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS) $(TARGET)
	-rm -f *~ core

####### Sub-libraries


###### Combined headers


####### Compile

CharWrap.o: CharWrap.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

Client.o: Client.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

ItemWrap.o: ItemWrap.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

LoS.o: LoS.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

SkiTarg.o: SkiTarg.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

SndPkg.o: SndPkg.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

SrvParms.o: SrvParms.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

wip.o: wip.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		wip.h

Timing.o: Timing.cpp \
		Timing.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

TmpEff.o: TmpEff.cpp \
		TmpEff.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

wpconsole.o: wpconsole.cpp

Trade.o: Trade.cpp \
		Trade.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

accounts.o: accounts.cpp \
		accounts.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

admin.o: admin.cpp \
		admin.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

archive.o: archive.cpp \
		archive.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

basics.o: basics.cpp \
		basics.h \
		platform.h

boats.o: boats.cpp \
		boats.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

books.o: books.cpp \
		books.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		regions.h \
		storage.h \
		inlines.h

bounty.o: bounty.cpp \
		bounty.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

cFile.o: cFile.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		hFile.h

cache.o: cache.cpp \
		hCache.h \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

char_array.o: char_array.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

cmdtable.o: cmdtable.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		bounty.h

combat.o: combat.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

commands.o: commands.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

dbl_single_click.o: dbl_single_click.cpp \
		dbl_single_click.h \
		platform.h \
		debug.h \
		books.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		regions.h \
		storage.h \
		inlines.h

debug.o: debug.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

dragdrop.o: dragdrop.cpp \
		debug.h \
		basics.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		bounty.h

fishing.o: fishing.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

globals.o: globals.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

guildstones.o: guildstones.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

gumps.o: gumps.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		im.h

house.o: house.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

html.o: html.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

im.o: im.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		im.h

item_array.o: item_array.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

itemid.o: itemid.cpp \
		itemid.h \
		debug.h

items.o: items.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

magic.o: magic.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

mapstuff.o: mapstuff.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

msgboard.o: msgboard.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

mstring.o: mstring.cpp \
		mstring.h \
		platform.h \
		whitespace.h \
		stream.h

necro.o: necro.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

netsys.o: netsys.cpp \
		netsys.h \
		platform.h

network.o: network.cpp \
		network.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h

newbie.o: newbie.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

npcs.o: npcs.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

p_ai.o: p_ai.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

pointer.o: pointer.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

qsf.o: qsf.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

rcvpkg.o: rcvpkg.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

regions.o: regions.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

remadmin.o: remadmin.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

scriptc.o: scriptc.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

scripts.o: scripts.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

skills.o: skills.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		im.h

speech.o: speech.cpp \
		speech.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

sregions.o: sregions.cpp \
		sregions.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

storage.o: storage.cpp \
		storage.h \
		platform.h

targeting.o: targeting.cpp \
		targeting.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		Client.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		basics.h \
		regions.h \
		storage.h \
		inlines.h \
		cmdtable.h \
		itemid.h

telport.o: telport.cpp \
		telport.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

trigger.o: trigger.cpp \
		trigger.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

utilsys.o: utilsys.cpp \
		utilsys.h \
		platform.h

walking.o: walking.cpp \
		walking.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

weight.o: weight.cpp \
		weight.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

wolfpack.o: wolfpack.cpp \
		wolfpack.h \
		platform.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		worldmain.h \
		SndPkg.h \
		defines.h \
		structs.h \
		sregions.h \
		debug.h \
		utilsys.h \
		boats.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		dragdrop.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h \
		im.h \
		remadmin.h \
		wip.h

worldmain.o: worldmain.cpp \
		worldmain.h \
		platform.h \
		wolfpack.h \
		netsys.h \
		typedefs.h \
		verinfo.h \
		scriptc.h \
		boats.h \
		SndPkg.h \
		defines.h \
		structs.h \
		msgboard.h \
		hCache.h \
		SrvParms.h \
		accounts.h \
		debug.h \
		globals.h \
		prototypes.h \
		junk.h \
		admin.h \
		targeting.h \
		basics.h \
		cmdtable.h \
		itemid.h \
		Client.h \
		items.h \
		ItemWrap.h \
		item_array.h \
		chars.h \
		char_array.h \
		CharWrap.h \
		classes.h \
		mstring.h \
		whitespace.h \
		stream.h \
		gumps.h \
		network.h \
		speech.h \
		utilsys.h \
		dragdrop.h \
		sregions.h \
		rcvpkg.h \
		books.h \
		regions.h \
		storage.h \
		inlines.h

