1 # Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 ## Process this file with automake to produce Makefile.in
19 ## Sub-directories to parse
21 ## CPP flags for includes, defines, etc.
22 AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(top_builddir)/src/shared -I$(srcdir) -I$(srcdir)/../../dep/include -I$(srcdir)/../framework -I$(srcdir)/../shared -I$(srcdir)/../shared/vmap -I$(srcdir)/../realmd -DSYSCONFDIR=\"$(sysconfdir)/\"
24 ## Build MaNGOS game library as convenience library.
25 # All libraries will be convenience libraries. Might be changed to shared
27 noinst_LIBRARIES = libmangosgame.a
29 # libmangossgame library will later be reused by ...
30 libmangosgame_a_SOURCES = \
39 AnimalRandomMovementGenerator.h \
42 ArenaTeamHandler.cpp \
44 AuctionHouseObject.h \
65 BattleGroundHandler.cpp \
77 CharacterHandler.cpp \
82 ConfusedMovementGenerator.cpp \
83 ConfusedMovementGenerator.h \
89 CreatureAIRegistry.cpp \
90 CreatureAIRegistry.h \
91 CreatureAISelector.cpp \
92 CreatureAISelector.h \
96 DestinationHolder.cpp \
98 DestinationHolderImp.h \
102 FleeingMovementGenerator.cpp \
103 FleeingMovementGenerator.h \
111 GMTicketHandler.cpp \
119 GridNotifiersImpl.h \
130 HomeMovementGenerator.cpp \
131 HomeMovementGenerator.h \
132 HostilRefManager.cpp \
134 IdleMovementGenerator.cpp \
135 IdleMovementGenerator.h \
138 InstanceSaveMgr.cpp \
142 ItemEnchantmentMgr.cpp \
143 ItemEnchantmentMgr.h \
168 MovementGenerator.cpp \
169 MovementGenerator.h \
170 MovementGeneratorImpl.h \
171 MovementHandler.cpp \
180 ObjectGridLoader.cpp \
185 ObjectPosSelector.cpp \
186 ObjectPosSelector.h \
195 PetitionsHandler.cpp \
200 PointMovementGenerator.cpp \
201 PointMovementGenerator.h \
206 RandomMovementGenerator.cpp \
207 RandomMovementGenerator.h \
222 SkillExtraItems.cpp \
230 TargetedMovementGenerator.cpp \
231 TargetedMovementGenerator.h \
233 TemporarySummon.cpp \
254 VoiceChatHandler.cpp \
255 WaypointManager.cpp \
257 WaypointMovementGenerator.cpp \
258 WaypointMovementGenerator.h \
271 FollowerReference.cpp \
272 FollowerReference.h \
273 FollowerRefManager.h \
278 ## Link against shared library
279 libmangosgame_a_LIBADD = ../shared/libmangosshared.a ../shared/Auth/libmangosauth.a ../shared/Config/libmangosconfig.a ../shared/Database/libmangosdatabase.a ../shared/vmap/libmangosvmaps.a
281 ## Additional files to include when running 'make dist'